Interface I_CmsSearchConfigurationDidYouMean

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCollate()
      Returns a flag, indicating if collation is turned on or off.
      int getCount()
      Returns the maximal number of suggestions.
      java.lang.String getQueryParam()
      Returns the parameter name of the request parameter used to send the current query string for spellchecking.
    • Method Detail

      • getCollate

        boolean getCollate()
        Returns a flag, indicating if collation is turned on or off.
        Returns:
        A flag, indicating if collation is turned on or off.
      • getCount

        int getCount()
        Returns the maximal number of suggestions.
        Returns:
        The maximal number of suggestions.
      • getQueryParam

        java.lang.String getQueryParam()
        Returns the parameter name of the request parameter used to send the current query string for spellchecking.
        Returns:
        The request parameter name used to send the current query string for spellchecking.