SolrQuery::setOmitHeader

(PECL solr >= 0.9.2) Exclude the header from the returned results public SolrQuery SolrQuery::setOmitHeader ( bool $flag ) Exclude the header from the returned results. Parameters: flag TRUE excludes the header from the result. Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::setMltMinWordLength

(PECL solr >= 0.9.2) Sets the minimum word length public SolrQuery SolrQuery::setMltMinWordLength ( int $minWordLength ) Sets the minimum word length below which words will be ignored. Parameters: minWordLength The minimum word length below which words will be ignored Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::setMltMinTermFrequency

(PECL solr >= 0.9.2) Sets the frequency below which terms will be ignored in the source docs public SolrQuery SolrQuery::setMltMinTermFrequency ( int $minTermFrequency ) Sets the frequency below which terms will be ignored in the source docs Parameters: minTermFrequency The frequency below which terms will be ignored in the source docs Returns:

SolrQuery::setMltMinDocFrequency

(PECL solr >= 0.9.2) Sets the mltMinDoc frequency public SolrQuery SolrQuery::setMltMinDocFrequency ( int $minDocFrequency ) The frequency at which words will be ignored which do not occur in at least this many docs. Parameters: minDocFrequency Sets the frequency at which words will be ignored which do not occur in at least this many docs. Returns:

SolrQuery::setMltMaxWordLength

(PECL solr >= 0.9.2) Sets the maximum word length public SolrQuery SolrQuery::setMltMaxWordLength ( int $maxWordLength ) Sets the maximum word length above which words will be ignored. Parameters: maxWordLength The maximum word length above which words will be ignored Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::setMltMaxNumTokens

(PECL solr >= 0.9.2) Specifies the maximum number of tokens to parse public SolrQuery SolrQuery::setMltMaxNumTokens ( int $value ) Specifies the maximum number of tokens to parse in each example doc field that is not stored with TermVector support. Parameters: value The maximum number of tokens to parse Returns: Returns the current SolrQuery o

SolrQuery::setMltMaxNumQueryTerms

(PECL solr >= 0.9.2) Sets the maximum number of query terms included public SolrQuery SolrQuery::setMltMaxNumQueryTerms ( int $value ) Sets the maximum number of query terms that will be included in any generated query. Parameters: value The maximum number of query terms that will be included in any generated query Returns: Returns the current

SolrQuery::setMltCount

(PECL solr >= 0.9.2) Set the number of similar documents to return for each result public SolrQuery SolrQuery::setMltCount ( int $count ) Set the number of similar documents to return for each result Parameters: count The number of similar documents to return for each result Returns: Returns the current SolrQuery object, if the return value is

SolrQuery::setMltBoost

(PECL solr >= 0.9.2) Set if the query will be boosted by the interesting term relevance public SolrQuery SolrQuery::setMltBoost ( bool $flag ) Set if the query will be boosted by the interesting term relevance Parameters: value Sets to TRUE or FALSE Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::setMlt

(PECL solr >= 0.9.2) Enables or disables moreLikeThis public SolrQuery SolrQuery::setMlt ( bool $flag ) Enables or disables moreLikeThis Parameters: flag TRUE enables it and FALSE turns it off. Returns: Returns the current SolrQuery object, if the return value is used.