|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.search.Filter
anl.aida.client.search.PathFilter
public class PathFilter
Lucene filter that filters based on document ids passed in on the constructor.
Field Summary | |
---|---|
private java.util.List<anl.aida.core.DocumentID> |
ids
|
Constructor Summary | |
---|---|
PathFilter(java.util.List<anl.aida.core.DocumentID> ids)
|
Method Summary | |
---|---|
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.IndexReader reader)
|
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 |
---|
private java.util.List<anl.aida.core.DocumentID> ids
Constructor Detail |
---|
public PathFilter(java.util.List<anl.aida.core.DocumentID> ids)
Method Detail |
---|
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader) throws java.io.IOException
getDocIdSet
in class org.apache.lucene.search.Filter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |