(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.
Please login to continue.