array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'ja', ), 'this' => array ( 0 => 'solrquery.gethighlightmergecontiguous.php', 1 => 'SolrQuery::getHighlightMergeContiguous', 2 => 'Returns whether or not the collapse contiguous fragments into a single fragment', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.gethighlightmaxanalyzedchars.php', 1 => 'SolrQuery::getHighlightMaxAnalyzedChars', ), 'next' => array ( 0 => 'solrquery.gethighlightquery.php', 1 => 'SolrQuery::getHighlightQuery', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/gethighlightmergecontiguous.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::getHighlightMergeContiguous

(PECL solr >= 0.9.2)

SolrQuery::getHighlightMergeContiguousReturns whether or not the collapse contiguous fragments into a single fragment

説明

public SolrQuery::getHighlightMergeContiguous(string $field_override = ?): bool

Returns whether or not the collapse contiguous fragments into a single fragment. Accepts an optional field override.

パラメータ

field_override

The name of the field

戻り値

Returns a boolean on success and null if not set.