PHP 7.0.6 Released

SolrQuery::getHighlightRegexPattern

(PECL solr >= 0.9.2)

SolrQuery::getHighlightRegexPatternReturns the regular expression for fragmenting

Description

public string SolrQuery::getHighlightRegexPattern ( void )

Returns the regular expression used for fragmenting

Parameters

This function has no parameters.

Return Values

Returns a string on success and NULL if not set.

User Contributed Notes

There are no user contributed notes for this page.
To Top