com.browseengine.bobo.facets.filter
Class NotFilter

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

public class NotFilter
extends org.apache.lucene.search.Filter

See Also:
Serialized Form

Constructor Summary
NotFilter(org.apache.lucene.search.Filter innerFilter)
           
 
Method Summary
 org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotFilter

public NotFilter(org.apache.lucene.search.Filter innerFilter)
Method Detail

getDocIdSet

public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader)
                                              throws IOException
Specified by:
getDocIdSet in class org.apache.lucene.search.Filter
Throws:
IOException


Copyright © 2011. All Rights Reserved.