SolrQuery::setHighlightRegexPattern

(PECL solr >= 0.9.2)
Specify the regular expression for fragmenting
public SolrQuery SolrQuery::setHighlightRegexPattern ( string $value )

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

Parameters:
value

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

Returns:

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

doc_php
2016-02-24 16:11:35
Comments
Leave a Comment

Please login to continue.