array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'ja', ), 'this' => array ( 0 => 'solrquery.gethighlightusephrasehighlighter.php', 1 => 'SolrQuery::getHighlightUsePhraseHighlighter', 2 => 'Returns the state of the hl.usePhraseHighlighter parameter', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.gethighlightsnippets.php', 1 => 'SolrQuery::getHighlightSnippets', ), 'next' => array ( 0 => 'solrquery.getmlt.php', 1 => 'SolrQuery::getMlt', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/gethighlightusephrasehighlighter.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::getHighlightUsePhraseHighlighter

(PECL solr >= 0.9.2)

SolrQuery::getHighlightUsePhraseHighlighterReturns the state of the hl.usePhraseHighlighter parameter

説明

public SolrQuery::getHighlightUsePhraseHighlighter(): bool

Returns whether or not to use SpanScorer to highlight phrase terms only when they appear within the query phrase in the document.

パラメータ

この関数にはパラメータはありません。

戻り値

Returns a boolean on success and null if not set.