SolrQuery::setHighlightMaxAnalyzedChars
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Specifies the number of characters into a document to look for suitable snippets
Description
SolrQuery::setHighlightMaxAnalyzedChars(int $value): SolrQuery
Specifies the number of characters into a document to look for suitable snippets
Parameters
valueThe number of characters into a document to look for suitable snippets
Return Values
Returns the current SolrQuery object, if the return value is used.