Package globus.glsearch
Annotation Interface GLSearch.MatchType
- Enclosing class:
- GLSearch
Match type
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Whole phrase is equal to querystatic final int
Whole word is equal to querystatic final int
Start 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:
-