com.microstrategy.webapi.EnumDSSXMLSearchTypes |
This interface defines the enumeration constants used to specify searchType used to control BI Search.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlSearchTypeBeginWith | Specifies a search type that begins with any word in the search query against the search fields. | |||||||||
int | DssXmlSearchTypeBeginWithPhrase | Specifies a search type that begins with entire phrase in the search query against the search fields. | |||||||||
int | DssXmlSearchTypeContains | Specifies a search type that matches the entire search query as substring of the search fields. | |||||||||
int | DssXmlSearchTypeContainsAnyWord | Specifies a search type that matches any word in the search query against the search fields. | |||||||||
int | DssXmlSearchTypeEndWidth | Specifies a search type that the search field ends with the entire search query. | |||||||||
int | DssXmlSearchTypeExactly | Specifies a search type that matches exactly the entire search query against the search fields. | |||||||||
int | DssXmlSearchTypeNotUsed | Specifies a value that no search type is set so that search should go to old search engine. |
Specifies a search type that begins with any word in the search query against the search fields.
Specifies a search type that begins with entire phrase in the search query against the search fields.
Specifies a search type that matches the entire search query as substring of the search fields.
Specifies a search type that matches any word in the search query against the search fields.
Specifies a search type that the search field ends with the entire search query.
Specifies a search type that matches exactly the entire search query against the search fields.
Specifies a value that no search type is set so that search should go to old search engine. Note - this is for Web use only, there is no backend flag for this specific value.