[Groonga-commit] [Errored] groonga/groonga#1755 (support-index-section-in-match-columns - 21c578c)

Back to archive index

Travis CI notif****@travi*****
Wed May 15 11:44:04 JST 2013


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

Build: #1755
Status: Errored

Duration: 10 minutes and 23 seconds
Commit: 21c578c (support-index-section-in-match-columns)
Author: Kouhei Sutou
Message: Support index section in match_columns

It supports:

    select Documents \
      --match_columns "Lexicon.index.section1 * 10 || Lexicon.index.section2" \
      --query "QUERY" \
      --output_columns "content, _score"
    # -> _score = (# of matches against section1) * 10 + (# of matches against section2)

View the changeset: https://github.com/groonga/groonga/commit/21c578cf6bfd

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/7175850

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
下载 



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