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

    (PECL sphinx >= 0.1.0)

    Set matches sorting mode

    说明

    publicSphinxClient::setSortMode(int $mode[,string $sortby]): bool

    Sets matches sorting mode. See available modes below.

    Sorting modes
    ConstantDescription
    SPH_SORT_RELEVANCESort by relevance in descending order(best matches first).
    SPH_SORT_ATTR_DESCSort by an attribute in descending order(bigger attribute values first).
    SPH_SORT_ATTR_ASCSort by an attribute in ascending order(smaller attribute values first).
    SPH_SORT_TIME_SEGMENTSSort by time segments(last hour/day/week/month)in descending order, and then by relevance in descending order.
    SPH_SORT_EXTENDEDSort by SQL-like combination of columns in ASC/DESC order.
    SPH_SORT_EXPRSort by an arithmetic expression.

    参数

    $mode

    Sorting mode.

    $sortby

    返回值

    成功时返回TRUE,或者在失败时返回FALSE

    参见

    • SphinxClient::setMatchMode
    • SphinxClient::setSortMode