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

    (PECL solr >= 0.9.2)

    Enables or disables highlighting

    说明

    publicSolrQuery::setHighlight(bool $flag): SolrQuery

    Setting it to TRUE enables highlighted snippets to be generated in the query response.

    Setting it to FALSE disables highlighting

    参数

    $flag

    Enable or disable highlighting

    返回值

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