[Flags()] public enum FTSQueryParserOptions : System.Enum
[Flags()] public enum FTSQueryParserOptions : System.Enum
Member | Description |
---|---|
Default | Default is none |
None | NO option specified |
StemAll | Both terems and phrases |
StemPhrases | Apply FORMSOF(INFLECTIONAL) when not a prefix term or adjoining a NEAR. |
StemTerms | Apply FORMSOF(INFLECTIONAL) when not a prefix term or adjoining a NEAR. |
ThrowOnAll | Throw on unbalanced parents, quotes or near use |
ThrowOnInvalidNearUse | Otherwise silently switches the bad NEARs to ANDs. |
ThrowOnUnbalancedParens | Otherwise silently patches up and prevents under/overflow. |
ThrowOnUnbalancedQuotes | Otherwise closes at end and assumes inner single instance quotes are intentional. |
TrimPrefixAll | Prefix both terms and phrases |
TrimPrefixPhrases | Trim prefix terms to first intra-word asterisk (leaving inner asterisks will always result in no matches). |
TrimPrefixTerms | Trim prefix terms to first intra-word asterisk (leaving inner asterisks will always result in no matches). |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Search.FTSQueryParserOptions