SolrQuery::getHighlightUsePhraseHighlighter

(PECL solr >= 0.9.2) Returns the state of the hl.usePhraseHighlighter parameter public bool SolrQuery::getHighlightUsePhraseHighlighter ( void ) Returns whether or not to use SpanScorer to highlight phrase terms only when they appear within the query phrase in the document. Returns: Returns a boolean on success and NULL if not set.

SolrQuery::getHighlightSnippets

(PECL solr >= 0.9.2) Returns the maximum number of highlighted snippets to generate per field public int SolrQuery::getHighlightSnippets ([ string $field_override ] ) Returns the maximum number of highlighted snippets to generate per field. Accepts an optional field override Parameters: field_override The name of the field Returns: Returns an

SolrQuery::getHighlightSimplePre

(PECL solr >= 0.9.2) Returns the text which appears before a highlighted term public string SolrQuery::getHighlightSimplePre ([ string $field_override ] ) Returns the text which appears before a highlighted term. Accepts an optional field override Parameters: field_override The name of the field Returns: Returns a string on success and NULL if

SolrQuery::getHighlightSimplePost

(PECL solr >= 0.9.2) Returns the text which appears after a highlighted term public string SolrQuery::getHighlightSimplePost ([ string $field_override ] ) Returns the text which appears after a highlighted term. Accepts an optional field override Parameters: field_override The name of the field Returns: Returns a string on success and NULL if

SolrQuery::getHighlightRequireFieldMatch

(PECL solr >= 0.9.2) Returns if a field will only be highlighted if the query matched in this particular field public bool SolrQuery::getHighlightRequireFieldMatch ( void ) Returns if a field will only be highlighted if the query matched in this particular field. Returns: Returns a boolean on success and NULL if not set.

SolrQuery::getHighlightRegexSlop

(PECL solr >= 0.9.2) Returns the deviation factor from the ideal fragment size public float SolrQuery::getHighlightRegexSlop ( void ) Returns the factor by which the regex fragmenter can deviate from the ideal fragment size to accomodate the regular expression Returns: Returns a double on success and NULL if not set.

SolrQuery::getHighlightRegexPattern

(PECL solr >= 0.9.2) Returns the regular expression for fragmenting public string SolrQuery::getHighlightRegexPattern ( void ) Returns the regular expression used for fragmenting Returns: Returns a string on success and NULL if not set.

SolrQuery::getHighlightRegexMaxAnalyzedChars

(PECL solr >= 0.9.2) Returns the maximum number of characters from a field when using the regex fragmenter public int SolrQuery::getHighlightRegexMaxAnalyzedChars ( void ) Returns the maximum number of characters from a field when using the regex fragmenter Returns: Returns an integer on success and NULL if not set.

SolrQuery::getHighlightMergeContiguous

(PECL solr >= 0.9.2) Returns whether or not the collapse contiguous fragments into a single fragment public bool SolrQuery::getHighlightMergeContiguous ([ string $field_override ] ) Returns whether or not the collapse contiguous fragments into a single fragment. Accepts an optional field override. Parameters: field_override The name of the field Ret

SolrQuery::getHighlightMaxAnalyzedChars

(PECL solr >= 0.9.2) Returns the maximum number of characters into a document to look for suitable snippets public int SolrQuery::getHighlightMaxAnalyzedChars ( void ) Returns the maximum number of characters into a document to look for suitable snippets Returns: Returns an integer on success and NULL if not set.