com.microstrategy.web.beans.EnumSearchWildcards |
This enumeration defines commonly encountered scenarios of appending wildcards for pattern matching.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WILDCARD_BEGINS | When applied to a pattern X, this shortcut suffixes the pattern with the match any field wildcard: X*. | |||||||||
int | WILDCARD_BEGINS_PHRASE | This is added for New Search. | |||||||||
int | WILDCARD_CONTAINS | When applied to a pattern X, this shortcut prefixes and suffixes the pattern with the match any field wildcard: *X*. | |||||||||
int | WILDCARD_CONTAINS_ANY | This is added for New Search. | |||||||||
int | WILDCARD_ENDS | When applied to a pattern X, this shortcut prefixes the pattern with the match any field wildcard: *X. | |||||||||
int | WILDCARD_EXACTLY | When applied to a pattern X, this shortcut wraps the pattern in quotes: "X". |
When applied to a pattern X, this shortcut suffixes the pattern with the match any field wildcard: X*. For New Search Engine, this shortcut won't add wildcard *; It will set SearchType 2 to SearchObject instead.
This is added for New Search. When applied to a pattern X, this shortcut won't add wildcard *; It will set SearchType 3 to SearchObject instead.
When applied to a pattern X, this shortcut prefixes and suffixes the pattern with the match any field wildcard: *X*.
This is added for New Search. When applied to a pattern X, this shortcut won't add wildcard *; It will set SearchType 0 to SearchObject instead.
When applied to a pattern X, this shortcut prefixes the pattern with the match any field wildcard: *X.
When applied to a pattern X, this shortcut wraps the pattern in quotes: "X". For New Search Engine, this shortcut won't add wildcard *; It will set SearchType 1 to SearchObject instead.