php8.5
Home/ Manual/ solr / solrquery/ SolrQuery::setMltMaxNumTokens

SolrQuery::setMltMaxNumTokens

PHP function Edit on GitHub ✎

(PECL solr >= 0.9.2)

Specifies the maximum number of tokens to parse

Description

SolrQuery::setMltMaxNumTokens(int $value): SolrQuery

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

Return Values

Returns the current SolrQuery object, if the return value is used.

Source: reference/solr/solrquery/setmltmaxnumtokens.xml · from the official PHP manual (php/doc-en)