Uses of Class
org.apache.lucene.util.OpenBitSetDISI

Packages that use OpenBitSetDISI
org.apache.lucene.misc   
org.apache.lucene.search Code to search indices. 
 

Uses of OpenBitSetDISI in org.apache.lucene.misc
 

Methods in org.apache.lucene.misc with parameters of type OpenBitSetDISI
protected  DocIdSet ChainedFilter.finalResult(OpenBitSetDISI result, int maxDocs)
          Deprecated. Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself.
 

Uses of OpenBitSetDISI in org.apache.lucene.search
 

Methods in org.apache.lucene.search with parameters of type OpenBitSetDISI
protected  DocIdSet BooleanFilter.finalResult(OpenBitSetDISI result, int maxDocs)
          Deprecated. Either use CachingWrapperFilter, or switch to a different DocIdSet implementation yourself.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.