• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • SolrQuery::getHighlightFragsize()

    (PECL solr >= 0.9.2)

    Returns the number of characters of fragments to consider for highlighting

    说明

    publicSolrQuery::getHighlightFragsize([string $field_override]): int

    Returns the number of characters of fragments to consider for highlighting. Zero implies no fragmenting. The entire field should be used.

    参数

    $field_override

    The name of the field

    返回值

    Returns an integer on success or NULL if not set.