public static interface FullTextSearch.Term
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String value)
Checks if the term matches (from a FTS perspective) the given value.
|
boolean matches(String value)
value - a non-null stringtrue if the term matches the value, false otherwiseCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.