array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'solrquery.sethighlightmaxanalyzedchars.php', 1 => 'SolrQuery::setHighlightMaxAnalyzedChars', 2 => 'Specifies the number of characters into a document to look for suitable snippets', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.sethighlightmaxalternatefieldlength.php', 1 => 'SolrQuery::setHighlightMaxAlternateFieldLength', ), 'next' => array ( 0 => 'solrquery.sethighlightmergecontiguous.php', 1 => 'SolrQuery::setHighlightMergeContiguous', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/sethighlightmaxanalyzedchars.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::setHighlightMaxAnalyzedChars

(PECL solr >= 0.9.2)

SolrQuery::setHighlightMaxAnalyzedCharsSpecifies the number of characters into a document to look for suitable snippets

Açıklama

public SolrQuery::setHighlightMaxAnalyzedChars(int $value): SolrQuery

Specifies the number of characters into a document to look for suitable snippets

Bağımsız Değişkenler

value

The number of characters into a document to look for suitable snippets

Dönen Değerler

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