Uses of Class
org.elasticsearch.common.lucene.docset.DocSet

Packages that use DocSet
org.elasticsearch.common.lucene.docset   
org.elasticsearch.common.lucene.search   
org.elasticsearch.index.cache.filter.weighted   
org.elasticsearch.index.search.geo   
org.elasticsearch.indices.cache.filter   
 

Uses of DocSet in org.elasticsearch.common.lucene.docset
 

Subclasses of DocSet in org.elasticsearch.common.lucene.docset
 class AllDocSet
          An always positive
 class AndDocSet
           
 class FixedBitDocSet
           
 class GetDocSet
           
 class NotDocSet
           
 class OpenBitDocSet
           
 class OrDocSet
           
 

Fields in org.elasticsearch.common.lucene.docset declared as DocSet
static DocSet DocSet.EMPTY_DOC_SET
           
 

Methods in org.elasticsearch.common.lucene.docset that return DocSet
static DocSet DocSets.cacheable(org.apache.lucene.index.IndexReader reader, org.apache.lucene.search.DocIdSet set)
          Returns a cacheable version of the doc id set (might be the same instance provided as a parameter).
static DocSet DocSets.convert(org.apache.lucene.index.IndexReader reader, org.apache.lucene.search.DocIdSet docIdSet)
           
 

Constructors in org.elasticsearch.common.lucene.docset with parameters of type DocSet
NotDocSet(DocSet set, int max)
           
 

Constructor parameters in org.elasticsearch.common.lucene.docset with type arguments of type DocSet
AndDocSet(List<DocSet> sets)
           
OrDocSet(List<DocSet> sets)
           
 

Uses of DocSet in org.elasticsearch.common.lucene.search
 

Subclasses of DocSet in org.elasticsearch.common.lucene.search
 class LimitFilter.LimitDocSet
           
 

Uses of DocSet in org.elasticsearch.index.cache.filter.weighted
 

Methods in org.elasticsearch.index.cache.filter.weighted with parameters of type DocSet
 int WeightedFilterCache.FilterCacheValueWeigher.weigh(WeightedFilterCache.FilterCacheKey key, DocSet value)
           
 

Method parameters in org.elasticsearch.index.cache.filter.weighted with type arguments of type DocSet
 void WeightedFilterCache.onRemoval(com.google.common.cache.RemovalNotification<WeightedFilterCache.FilterCacheKey,DocSet> removalNotification)
           
 

Uses of DocSet in org.elasticsearch.index.search.geo
 

Subclasses of DocSet in org.elasticsearch.index.search.geo
static class GeoDistanceFilter.GeoDistanceDocSet
           
static class GeoDistanceRangeFilter.GeoDistanceRangeDocSet
           
static class GeoPolygonFilter.GeoPolygonDocSet
           
static class InMemoryGeoBoundingBoxFilter.GeoBoundingBoxDocSet
           
static class InMemoryGeoBoundingBoxFilter.Meridian180GeoBoundingBoxDocSet
           
 

Uses of DocSet in org.elasticsearch.indices.cache.filter
 

Methods in org.elasticsearch.indices.cache.filter that return types with arguments of type DocSet
 com.google.common.cache.Cache<WeightedFilterCache.FilterCacheKey,DocSet> IndicesFilterCache.cache()
           
 

Method parameters in org.elasticsearch.indices.cache.filter with type arguments of type DocSet
 void IndicesFilterCache.addRemovalListener(String index, com.google.common.cache.RemovalListener<WeightedFilterCache.FilterCacheKey,DocSet> listener)
           
 void IndicesFilterCache.onRemoval(com.google.common.cache.RemovalNotification<WeightedFilterCache.FilterCacheKey,DocSet> removalNotification)
           
 



Copyright © 2009-2012. All Rights Reserved.