Package org.apache.solr.common.params
Interface DisMaxParams
public interface DisMaxParams
A collection of params used in DisMaxRequestHandler, both for Plugin initialization and for
Requests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAlternate query (expressed in Solr QuerySyntax) to use if main query (q) is emptystatic final Stringquery and init param for boosting functionsstatic final Stringquery and init param for boosting querystatic final Stringquery and init param for field liststatic final Stringquery and init param for MinShouldMatch specificationstatic final StringIf set to true, will try to reduce MM if tokens are removed from some clauses but not allstatic final Stringquery and init param for phrase boost fieldsstatic final Stringquery and init param for bigram phrase boost fieldsstatic final Stringquery and init param for trigram phrase boost fieldsstatic final Stringquery and init param for Phrase Slop value in phrase boost query (in pf fields)static final Stringdefault phrase slop for bigram phrases (pf2)static final Stringdefault phrase slop for bigram phrases (pf3)static final Stringquery and init param for query fieldsstatic final Stringquery and init param for phrase Slop value in phrases explicitly included in the user's query string ( in qf fields)static final Stringquery and init param for tiebreaker value
-
Field Details
-
TIE
query and init param for tiebreaker value- See Also:
-
QF
query and init param for query fields- See Also:
-
PF
query and init param for phrase boost fields- See Also:
-
PF2
query and init param for bigram phrase boost fields- See Also:
-
PF3
query and init param for trigram phrase boost fields- See Also:
-
MM
query and init param for MinShouldMatch specification- See Also:
-
MM_AUTORELAX
If set to true, will try to reduce MM if tokens are removed from some clauses but not all- See Also:
-
PS
query and init param for Phrase Slop value in phrase boost query (in pf fields)- See Also:
-
PS2
default phrase slop for bigram phrases (pf2)- See Also:
-
PS3
default phrase slop for bigram phrases (pf3)- See Also:
-
QS
query and init param for phrase Slop value in phrases explicitly included in the user's query string ( in qf fields)- See Also:
-
BQ
query and init param for boosting query- See Also:
-
BF
query and init param for boosting functions- See Also:
-
ALTQ
Alternate query (expressed in Solr QuerySyntax) to use if main query (q) is empty- See Also:
-
GEN
query and init param for field list- See Also:
-