Interface DisMaxParams


  • public interface DisMaxParams
    A collection of params used in DisMaxRequestHandler, both for Plugin initialization and for Requests.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ALTQ
      Alternate query (expressed in Solr QuerySyntax) to use if main query (q) is empty
      static String BF
      query and init param for boosting functions
      static String BQ
      query and init param for boosting query
      static String GEN
      query and init param for field list
      static String MM
      query and init param for MinShouldMatch specification
      static String MM_AUTORELAX
      If set to true, will try to reduce MM if tokens are removed from some clauses but not all
      static String PF
      query and init param for phrase boost fields
      static String PF2
      query and init param for bigram phrase boost fields
      static String PF3
      query and init param for trigram phrase boost fields
      static String PS
      query and init param for Phrase Slop value in phrase boost query (in pf fields)
      static String PS2
      default phrase slop for bigram phrases (pf2)
      static String PS3
      default phrase slop for bigram phrases (pf3)
      static String QF
      query and init param for query fields
      static String QS
      query and init param for phrase Slop value in phrases explicitly included in the user's query string ( in qf fields)
      static String TIE
      query and init param for tiebreaker value