SolrQuery::getMltMinWordLength

(PECL solr >= 0.9.2) Returns the minimum word length below which words will be ignored public int SolrQuery::getMltMinWordLength ( void ) Returns the minimum word length below which words will be ignored Returns: Returns an integer on success and NULL if not set.

SolrQuery::getMltMinTermFrequency

(PECL solr >= 0.9.2) Returns the frequency below which terms will be ignored in the source document public int SolrQuery::getMltMinTermFrequency ( void ) Returns the frequency below which terms will be ignored in the source document Returns: Returns an integer on success and NULL if not set.

SolrQuery::getMltMinDocFrequency

(PECL solr >= 0.9.2) Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs public int SolrQuery::getMltMinDocFrequency ( void ) Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs Returns: Returns an integer on success and NULL if not set.

SolrQuery::getMltMaxWordLength

(PECL solr >= 0.9.2) Returns the maximum word length above which words will be ignored public int SolrQuery::getMltMaxWordLength ( void ) Returns the maximum word length above which words will be ignored Returns: Returns an integer on success and NULL if not set.

SolrQuery::getMltMaxNumTokens

(PECL solr >= 0.9.2) Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support public int SolrQuery::getMltMaxNumTokens ( void ) Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support Returns: Returns an integer on success and NULL if not set.

SolrQuery::getMltMaxNumQueryTerms

(PECL solr >= 0.9.2) Returns the maximum number of query terms that will be included in any generated query public int SolrQuery::getMltMaxNumQueryTerms ( void ) Returns the maximum number of query terms that will be included in any generated query Returns: Returns an integer on success and NULL if not set.

SolrQuery::getMltFields

(PECL solr >= 0.9.2) Returns all the fields to use for similarity public array SolrQuery::getMltFields ( void ) Returns all the fields to use for similarity Returns: Returns an array on success and NULL if not set.

SolrQuery::getMltCount

(PECL solr >= 0.9.2) Returns the number of similar documents to return for each result public int SolrQuery::getMltCount ( void ) Returns the number of similar documents to return for each result Returns: Returns an integer on success and NULL if not set.

SolrQuery::getMltBoost

(PECL solr >= 0.9.2) Returns whether or not the query will be boosted by the interesting term relevance public bool SolrQuery::getMltBoost ( void ) Returns whether or not the query will be boosted by the interesting term relevance Returns: Returns a boolean on success and NULL if not set.

SolrQuery::getMlt

(PECL solr >= 0.9.2) Returns whether or not MoreLikeThis results should be enabled public bool SolrQuery::getMlt ( void ) Returns whether or not MoreLikeThis results should be enabled Returns: Returns a boolean on success and NULL if not set.