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

    (PECL solr >= 0.9.2)

    Returns an integer indicating how terms are sorted

    说明

    publicSolrQuery::getTermsSort(void): int

    SolrQuery::TERMS_SORT_INDEX indicates that the terms are returned by index order. SolrQuery::TERMS_SORT_COUNT implies that the terms are sorted by term frequency(highest count first)

    参数

    此函数没有参数。

    返回值

    Returns an integer on success and NULL if not set.