SolrQuery::setHighlightRegexMaxAnalyzedChars
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Specify the maximum number of characters to analyze
Description
SolrQuery::setHighlightRegexMaxAnalyzedChars(int $maxAnalyzedChars): SolrQuery
Specify the maximum number of characters to analyze from a field when using the regex fragmenter
Parameters
maxAnalyzedCharsThe maximum number of characters to analyze from a field when using the regex fragmenter
Return Values
Returns the current SolrQuery object, if the return value is used.