SolrQuery
PHP Manual

SolrQuery::setHighlightRegexPattern

(PECL solr >= 0.9.2)

SolrQuery::setHighlightRegexPatternSpecify the regular expression for fragmenting

Descrizione

public SolrQuery SolrQuery::setHighlightRegexPattern ( string $value )

Specifies the regular expression for fragmenting. This could be used to extract sentences

Elenco dei parametri

value

The regular expression for fragmenting. This could be used to extract sentences

Valori restituiti

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


SolrQuery
PHP Manual