Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Search Namespace / FTSQueryParserOptions Enumeration
In This Topic
    FTSQueryParserOptions Enumeration
    In This Topic
    FTS Query parser options enum
    Syntax
    [Flags()]
    public enum FTSQueryParserOptions : System.Enum 
    Members
    MemberDescription
    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).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Search.FTSQueryParserOptions

    See Also