com.browseengine.bobo.facets.filter
Class RandomAccessNotFilter

java.lang.Object
  extended by org.apache.lucene.search.Filter
      extended by com.browseengine.bobo.facets.filter.RandomAccessFilter
          extended by com.browseengine.bobo.facets.filter.RandomAccessNotFilter
All Implemented Interfaces:
Serializable

public class RandomAccessNotFilter
extends RandomAccessFilter

See Also:
Serialized Form

Field Summary
protected  RandomAccessFilter _innerFilter
           
 
Constructor Summary
RandomAccessNotFilter(RandomAccessFilter innerFilter)
           
 
Method Summary
 RandomAccessDocIdSet getRandomAccessDocIdSet(BoboIndexReader reader)
           
 
Methods inherited from class com.browseengine.bobo.facets.filter.RandomAccessFilter
getDocIdSet
 
Methods inherited from class org.apache.lucene.search.Filter
bits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_innerFilter

protected final RandomAccessFilter _innerFilter
Constructor Detail

RandomAccessNotFilter

public RandomAccessNotFilter(RandomAccessFilter innerFilter)
Method Detail

getRandomAccessDocIdSet

public RandomAccessDocIdSet getRandomAccessDocIdSet(BoboIndexReader reader)
                                             throws IOException
Specified by:
getRandomAccessDocIdSet in class RandomAccessFilter
Throws:
IOException


Copyright © 2011. All Rights Reserved.