[Groonga-commit] [Failed] groonga/groonga#1248 (add-query-function - aa327f0)

Back to archive index

Travis-CI notif****@travi*****
Mon Jan 7 17:53:54 JST 2013


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

Build: #1248
Status: Failed

Duration: 26 minutes and 23 seconds
Commit: aa327f0 (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/commit/aa327f01d477

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

--

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...
Download 



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