SolrQuery::getHighlightRegexMaxAnalyzedChars
PHP Manual
PHP Manual»SolrQuery»SolrQuery::getHighlightRegexMaxAnalyzedChars

SolrQuery::getHighlightRegexMaxAnalyzedChars

(PECL solr >= 0.9.2)

SolrQuery::getHighlightRegexMaxAnalyzedCharsReturns the maximum number of characters from a field when using the regex fragmenter

Descrizione

public function SolrQuery::getHighlightRegexMaxAnalyzedChars(): int

Returns the maximum number of characters from a field when using the regex fragmenter

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an integer on success and null if not set.

To Top