|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.util.KeywordFilter
public class KeywordFilter
Field Summary | |
---|---|
private java.util.Set<java.lang.String> |
keepSet
|
Constructor Summary | |
---|---|
KeywordFilter(Keywords keywords)
Constructor for adding keywords to filter |
Method Summary | |
---|---|
boolean |
evaluate(org.apache.lucene.index.Term item)
Evaluates an item against some implementor specific criteria and returns true if the item passes the filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Set<java.lang.String> keepSet
Constructor Detail |
---|
public KeywordFilter(Keywords keywords)
keywords
- Method Detail |
---|
public boolean evaluate(org.apache.lucene.index.Term item)
Filter
evaluate
in interface Filter<org.apache.lucene.index.Term>
item
- the item to evaluate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |