Uses of Class
org.apache.lucene.search.DocIdSet
-
Packages that use DocIdSet Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.util Some utility classes. -
-
Uses of DocIdSet in org.apache.lucene.search
Subclasses of DocIdSet in org.apache.lucene.search Modifier and Type Class Description classFieldCacheDocIdSetBase class for DocIdSet to be used with FieldCache.classFilteredDocIdSetAbstract decorator class for a DocIdSet implementation that provides on-demand filtering/validation mechanism on a given DocIdSet.Fields in org.apache.lucene.search declared as DocIdSet Modifier and Type Field Description static DocIdSetDocIdSet. EMPTY_DOCIDSETAn emptyDocIdSetinstance for easy use, e.g.Fields in org.apache.lucene.search with type parameters of type DocIdSet Modifier and Type Field Description protected org.apache.lucene.search.CachingWrapperFilter.FilterCache<DocIdSet>CachingWrapperFilter. cacheMethods in org.apache.lucene.search that return DocIdSet Modifier and Type Method Description protected DocIdSetCachingWrapperFilter. docIdSetToCache(DocIdSet docIdSet, IndexReader reader)Provide the DocIdSet to be cached, using the DocIdSet provided by the wrapped Filter.DocIdSetCachingSpanFilter. getDocIdSet(IndexReader reader)DocIdSetCachingWrapperFilter. getDocIdSet(IndexReader reader)abstract DocIdSetFieldCacheRangeFilter. getDocIdSet(IndexReader reader)This method is implemented for each data typeDocIdSetFieldCacheTermsFilter. getDocIdSet(IndexReader reader)DocIdSetFieldValueFilter. getDocIdSet(IndexReader reader)abstract DocIdSetFilter. getDocIdSet(IndexReader reader)Creates aDocIdSetenumerating the documents that should be permitted in search results.DocIdSetMultiTermQueryWrapperFilter. getDocIdSet(IndexReader reader)Returns a DocIdSet with documents that should be permitted in search results.DocIdSetQueryWrapperFilter. getDocIdSet(IndexReader reader)DocIdSetSpanFilterResult. getDocIdSet()Returns the docIdSetDocIdSetSpanQueryFilter. getDocIdSet(IndexReader reader)Methods in org.apache.lucene.search with parameters of type DocIdSet Modifier and Type Method Description protected DocIdSetCachingWrapperFilter. docIdSetToCache(DocIdSet docIdSet, IndexReader reader)Provide the DocIdSet to be cached, using the DocIdSet provided by the wrapped Filter.Constructors in org.apache.lucene.search with parameters of type DocIdSet Constructor Description FilteredDocIdSet(DocIdSet innerSet)Constructor.SpanFilterResult(DocIdSet docIdSet, List<SpanFilterResult.PositionInfo> positions) -
Uses of DocIdSet in org.apache.lucene.util
Subclasses of DocIdSet in org.apache.lucene.util Modifier and Type Class Description classDocIdBitSetSimple DocIdSet and DocIdSetIterator backed by a BitSetclassFixedBitSetBitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()) long[], accessed with an int index, implementing Bits and DocIdSet.classOpenBitSetAn "open" BitSet implementation that allows direct access to the array of words storing the bits.classOpenBitSetDISIOpenBitSet with added methods to bulk-update the bits from aDocIdSetIterator.classSortedVIntListStores and iterate on sorted integers in compressed form in RAM.
-