Uses of Class
org.apache.lucene.util.OpenBitSetDISI
-
Packages that use OpenBitSetDISI Package Description org.apache.lucene.search Code to search indices. -
-
Uses of OpenBitSetDISI in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type OpenBitSetDISI Modifier and Type Method Description protected DocIdSetChainedFilter. finalResult(OpenBitSetDISI result, int maxDocs)Deprecated.Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself.
-