Interface I_CmsSearchConfigurationDidYouMean

All Known Implementing Classes:
CmsSearchConfigurationDidYouMean

Interface of the "Did you mean ...?" configuration for the JSP search form.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns a flag, indicating if collation is turned on or off.
    int
    Returns the maximal number of suggestions.
    Returns the parameter name of the request parameter used to send the current query string for spellchecking.
  • Method Details

    • 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

      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.