com.browseengine.bobo.facets.filter
Class AndFilter

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

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

See Also:
Serialized Form

Constructor Summary
AndFilter(List<? extends org.apache.lucene.search.Filter> filters)
           
 
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

AndFilter

public AndFilter(List<? extends org.apache.lucene.search.Filter> filters)
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.