[Groonga-commit] [Failed] groonga/groonga#1251 (add-query-function - 92fce94)

Back to archive index

Travis-CI notif****@travi*****
Mon Jan 7 18:15:33 JST 2013


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

Build: #1251
Status: Failed

Duration: 24 minutes and 1 second
Commit: 92fce94 (add-query-function)
Author: Kouhei Sutou
Message: Add query() function

We can use --match_columns and --query feature in --filter. Both of
the following commands return the same result:

--query version:

    select Users \
      --output_columns name,_score \
      --match_columns "name * 10" \
      --query alice

--filter version:

    select Users \
      --output_columns name,_score \
      --filter 'query("name * 10", "alice")'

With query() function, we can specify multiple query()s in a select
command.

TODO:
  * Support query_expansion
  * Support query_flags
  * Document it

View the changeset: https://github.com/groonga/groonga/compare/aa327f01d477...92fce9403960

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

--

You can configure recipients for build notifications in your .travis.yml file. See http://bit.ly/lCybCJ

The delivery of this notification was kindly sponsored by Postmark. Send transactional email confidently using http://postmarkapp.com



-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



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