Field Summary |
|
final public static String | ALL_MATCH The ALL_MATCH name of this bean.
The value representing a match on all of the terms in this criterion.
ie. |
final public static String | ANY_FIELD The ANY_FIELD name of this bean.
The value representing a query on any field in the index.
ie. |
final public static String | ANY_MATCH The ANY_MATCH name of this bean.
The value representing a match on any of the terms in this criterion.
ie. |
final public static String | LIKE_MATCH The LIKE_MATCH name of this bean.
The value representing a fuzzy match on any of the terms in this criterion.
ie. |
final public static String | NOT_MATCH The NOT_MATCH name of this bean.
The value representing a prohibition on any of the terms in this criterion.
ie. |
final public static String | PHRASE_MATCH The PHRASE_MATCH name of this bean.
The value representing a phrase match using all of the terms in this criterion.
ie. |