Interface EnumDSSXMLSearchTypes


  • public interface EnumDSSXMLSearchTypes
    This interface defines the enumeration constants used to specify searchType used to control BI Search.
    Since:
    MicroStrategy Web 9.2.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlSearchTypeBeginWith
      Specifies a search type that begins with any word in the search query against the search fields.
      static int DssXmlSearchTypeBeginWithPhrase
      Specifies a search type that begins with entire phrase in the search query against the search fields.
      static int DssXmlSearchTypeContains
      Specifies a search type that matches the entire search query as substring of the search fields.
      static int DssXmlSearchTypeContainsAnyWord
      Specifies a search type that matches any word in the search query against the search fields.
      static int DssXmlSearchTypeEndWidth
      Specifies a search type that the search field ends with the entire search query.
      static int DssXmlSearchTypeExactly
      Specifies a search type that matches exactly the entire search query against the search fields.
      static int DssXmlSearchTypeNotUsed
      Specifies a value that no search type is set so that search should go to old search engine.
    • Field Detail

      • DssXmlSearchTypeNotUsed

        static final int DssXmlSearchTypeNotUsed
        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.
        See Also:
        Constant Field Values
      • DssXmlSearchTypeContainsAnyWord

        static final int DssXmlSearchTypeContainsAnyWord
        Specifies a search type that matches any word in the search query against the search fields.
        See Also:
        Constant Field Values
      • DssXmlSearchTypeBeginWith

        static final int DssXmlSearchTypeBeginWith
        Specifies a search type that begins with any word in the search query against the search fields.
        See Also:
        Constant Field Values
      • DssXmlSearchTypeBeginWithPhrase

        static final int DssXmlSearchTypeBeginWithPhrase
        Specifies a search type that begins with entire phrase in the search query against the search fields.
        See Also:
        Constant Field Values
      • DssXmlSearchTypeExactly

        static final int DssXmlSearchTypeExactly
        Specifies a search type that matches exactly the entire search query against the search fields.
        See Also:
        Constant Field Values
      • DssXmlSearchTypeContains

        static final int DssXmlSearchTypeContains
        Specifies a search type that matches the entire search query as substring of the search fields.
        See Also:
        Constant Field Values
      • DssXmlSearchTypeEndWidth

        static final int DssXmlSearchTypeEndWidth
        Specifies a search type that the search field ends with the entire search query.
        See Also:
        Constant Field Values