public static interface Query.Term extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
hasAttribute(String attribute)
Check if this term (or its sub-terms) contain a given attribute
|
Boolean |
match(Query.AmbigousTermMatcher m)
Does the term matches the provided object, returning null if does not apply (e.g., the object does not have the provided attribute)
|
boolean |
match(Query.TermMatcher m)
Does the term matches the provided object
|
String |
toString(Query.QueryFormatter f)
Print the term/sub-query
|
boolean match(Query.TermMatcher m)
String toString(Query.QueryFormatter f)
boolean hasAttribute(String attribute)
Boolean match(Query.AmbigousTermMatcher m)