Package globus.glsearch
Annotation Interface GLSearch.MatchType
- Enclosing class:
- GLSearch
Match type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intWhole phrase is equal to querystatic final intWhole word is equal to querystatic final intStart of the word is equal to query
-
Field Details
-
WORD_START
static final int WORD_STARTStart of the word is equal to query- See Also:
-
WORD
static final int WORDWhole word is equal to query- See Also:
-
EXACT
static final int EXACTWhole phrase is equal to query- See Also:
-