Skip to content

Instantly share code, notes, and snippets.

@nz
Created August 9, 2013 03:14
Show Gist options
  • Save nz/e6ae59e2dcfdd19f2d46 to your computer and use it in GitHub Desktop.
Save nz/e6ae59e2dcfdd19f2d46 to your computer and use it in GitHub Desktop.
2013-08-09T02:44:27.515487+00:00 app[web.1]: [REQUEST FAILED] curl -X GET 'http://clustername.us-east-1.bonsai.io/organizations_$RACK_ENV/_search?load=true&pretty' -d '{"query":{"custom_filters_score":{"query":{"bool":{"must":[{"dis_max":{"queries":[{"multi_match":{"query":"raas","boost":10,"operator":"and","analyzer":"searchkick_search","fields":["_all"]}},{"multi_match":{"query":"raas","boost":10,"operator":"and","analyzer":"searchkick_search2","fields":["_all"]}},{"multi_match":{"query":"raas","use_dis_max":false,"fuzziness":1,"max_expansions":1,"operator":"and","analyzer":"searchkick_search","fields":["_all"]}},{"multi_match":{"query":"raas","use_dis_max":false,"fuzziness":1,"max_expansions":1,"operator":"and","analyzer":"searchkick_search2","fields":["_all"]}}]}}],"should":[{"nested":{"query":{"custom_score":{"script":"doc[\u0027count\u0027].value","query":{"match":{"query":{"query":"raas"}}}}},"path":"conversions","score_mode":"total"}}]}},"score_mode":"total","filters":[{"filter":{"match_all":{}},"boost":1}]}},"size"
2013-08-09T02:44:27.515487+00:00 app[web.1]: :100000}'
2013-08-09T02:44:27.521287+00:00 app[web.1]:
2013-08-09T02:44:27.521287+00:00 app[web.1]: Tire::Search::SearchRequestFailed (404 : {"error":"Index not found, and lazy index creation is disabled. Please contact support@bonsai.io for further assistance.","status":404}):
2013-08-09T02:44:27.521287+00:00 app[web.1]: app/models/organization.rb:76:in `filter_and_search_by_query'
2013-08-09T02:44:27.521287+00:00 app[web.1]: app/controllers/organizations_controller.rb:9:in `index'
2013-08-09T02:44:27.521287+00:00 app[web.1]:
----
INFO [2013-08-09 01:58:47,637] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (1ms)
INFO [2013-08-09 02:23:57,856] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (0ms)
INFO [2013-08-09 02:37:38,374] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (0ms)
INFO [2013-08-09 02:42:23,953] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (0ms)
INFO [2013-08-09 02:43:04,153] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (0ms)
INFO [2013-08-09 02:44:23,714] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (0ms)
INFO [2013-08-09 02:44:27,421] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (1ms)
INFO [2013-08-09 02:46:24,962] GET /organizations_$RACK_ENV/_search?load=true&pretty -> 404 Not Found (0ms)
INFO [2013-08-09 02:47:06,479] GET /organizations_$RACK_ENV/_search?load=true&pretty -> 404 Not Found (0ms)
INFO [2013-08-09 03:00:09,335] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (0ms)
INFO [2013-08-09 03:04:55,321] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (1ms)
INFO [2013-08-09 03:05:11,168] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (0ms)
INFO [2013-08-09 03:08:05,629] GET /organizations_$RACK_ENV/_search?load=true -> 404 Not Found (0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment