public interface QueryTerm
A term for a query.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPositive()
Tests if this is a positive or negative term.
|
boolean |
isWildcard()
Tests if this term is a wildcard.
|
boolean isPositive()
true if a positive term, false
for a negative termmandatory - This method must be implemented. boolean isWildcard()
true if a wildcard term, false
otherwisemandatory - This method must be implemented.