GoLang SolrQuery::setHighlightRegexMaxAnalyzedChars

request it (294)
GoLang replacement for PHP's SolrQuery::setHighlightRegexMaxAnalyzedChars [edit | history]



Do you know a GoLang replacement for PHP's SolrQuery::setHighlightRegexMaxAnalyzedChars? Write it!

PHP SolrQuery::setHighlightRegexMaxAnalyzedChars

PHP original manual for SolrQuery::setHighlightRegexMaxAnalyzedChars [ show | php.net ]

SolrQuery::setHighlightRegexMaxAnalyzedChars

(PECL solr >= 0.9.2)

SolrQuery::setHighlightRegexMaxAnalyzedCharsSpecify the maximum number of characters to analyze

Description

public SolrQuery SolrQuery::setHighlightRegexMaxAnalyzedChars ( int $maxAnalyzedChars )

Specify the maximum number of characters to analyze from a field when using the regex fragmenter

Parameters

maxAnalyzedChars

The 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.