[Groonga-commit] Failed: groonga/groonga#9277 (support-adjust - 734b7a3)

Back to archive index

Travis CI build****@travi*****
Tue Aug 22 13:00:50 JST 2017


Build Update for groonga/groonga
-------------------------------------

Build: #9277
Status: Failed

Duration: 24 minutes and 6 seconds
Commit: 734b7a3 (support-adjust)
Author: Kouhei Sutou
Message: Support adjust in query

Supported operators:

  * ">": increments score of a term
  * "<": decrements score of a term (decremented score is lower than
    incremented score but higher than normal score)
  * "~": doesn't change search result but decreases score of matched
    document in the current search result

Notable changes:

  * grn_ii_sel(), grn_ii_select(): accept negative weight

  * ">" and "<" aren't logical operator such as "+" and "-".

  * "~" is a logical operator

  * ">", "<" and "~" put weight as GRN_DB_INT32 bulk to
    grn_expr_code::value of search operator
    * Before: grn_expr_code::value of GRN_OP_MATCH is NULL
    * After: grn_expr_code::value of GRN_OP_MATCH is GRN_BULK of weight

View the changeset: https://github.com/groonga/groonga/commit/734b7a396077

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/267033857?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index