SolrDisMaxQuery::setQueryPhraseSlop

(No version information available, might only be in Git) specifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf parameter) public SolrDisMaxQuery SolrDisMaxQuery::setQueryPhraseSlop ( string $slop ) The Query Phrase Slop is the amount of slop permitted on phrase queries explicitly included in the user's query string with the qf parameter. slop refers to the number of pos

SolrDisMaxQuery::setQueryAlt

(No version information available, might only be in Git) Set Query Alternate (q.alt parameter) public SolrDisMaxQuery SolrDisMaxQuery::setQueryAlt ( string $q ) Set Query Alternate (q.alt parameter) When the main q parameter is not specified or is blank. The q.alt parameter is used Parameters: q Query String Returns: SolrDisMaxQuery

SolrDisMaxQuery::setPhraseSlop

(No version information available, might only be in Git) Sets the default slop on phrase queries (ps parameter) public SolrDisMaxQuery SolrDisMaxQuery::setPhraseSlop ( string $slop ) Sets the default amount of slop on phrase queries built with "pf", "pf2" and/or "pf3" fields (affects boosting). "ps" parameter Parameters: slop Sets the default amount of slop on phrase quer

SolrDisMaxQuery::setPhraseFields

(No version information available, might only be in Git) Sets Phrase Fields and their boosts (and slops) using pf2 parameter public SolrDisMaxQuery SolrDisMaxQuery::setPhraseFields ( string $fields ) Sets Phrase Fields (pf) and their boosts (and slops) Parameters: fields Fields, boosts [, slops] Returns: SolrDisMaxQuery

SolrDisMaxQuery::setMinimumMatch

(No version information available, might only be in Git) Set Minimum "Should" Match (mm) public SolrDisMaxQuery SolrDisMaxQuery::setMinimumMatch ( string $value ) Set Minimum "Should" Match parameter (mm). If the default query operator is AND then mm=100%, if the default query operator (q.op) is OR, then mm=0%. Parameters: value Minimum match value/expression

SolrDisMaxQuery::setBoostQuery

(No version information available, might only be in Git) Directly Sets Boost Query Parameter (bq) public SolrDisMaxQuery SolrDisMaxQuery::setBoostQuery ( string $q ) Sets Boost Query Parameter (bq) Parameters: q query Returns: SolrDisMaxQuery Examples: SolrDisMaxQuery::setBoostQuery()

SolrDisMaxQuery::setBoostFunction

(No version information available, might only be in Git) Sets a Boost Function (bf parameter). public SolrDisMaxQuery SolrDisMaxQuery::setBoostFunction ( string $function ) Sets Boost Function (bf parameter). Functions (with optional boosts) that will be included in the user's query to influence the score. Any function supported natively by Solr can be used, along with a boost value. e.g.: recip(rord(myfield),1,2,3)^1.5

SolrDisMaxQuery::setBigramPhraseSlop

(No version information available, might only be in Git) Sets Bigram Phrase Slop (ps2 parameter) public SolrDisMaxQuery SolrDisMaxQuery::setBigramPhraseSlop ( string $slop ) Sets Bigram Phrase Slop (ps2 parameter). A default slop for Bigram phrase fields. Parameters: slop Sets Bigram Phrase Slop (ps2 parameter). A default slop for Bigram phrase fields.

SolrDisMaxQuery::setBigramPhraseFields

(No version information available, might only be in Git) Sets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter public SolrDisMaxQuery SolrDisMaxQuery::setBigramPhraseFields ( string $fields ) Sets Bigram Phrase Fields (pf2) and their boosts (and slops) Parameters: fields Fields boosts (slops) Returns: SolrDisMaxQuery

SolrDisMaxQuery::removeUserField

(No version information available, might only be in Git) Removes a field from The User Fields Parameter (uf) public SolrDisMaxQuery SolrDisMaxQuery::removeUserField ( string $field ) Removes a field from The User Fields Parameter (uf) Parameters: field Field Name Returns: SolrDisMaxQuery This function is curre