Tire is a Ruby client for the ElasticSearch search engine/database.
I've been using elasticsearch as a search engine for my Rails application, however it stopped working properly due to a …
search curl full-text-search elasticsearch tireI'm having trouble understanding the concept of analyzers in elasticsearch with tire gem. I'm actually a newbie to these search …
elasticsearch analyzer tireSo I have installed elasticsearch through brew: $ brew install elasticsearch Then when I run the elasticsearch server: elasticsearch -f -D …
ruby-on-rails ruby ruby-on-rails-3 elasticsearch tireI was wondering how you were testing the search in your application when using ElasticSearch and Tire. How do you …
ruby-on-rails ruby-on-rails-3 rspec elasticsearch tireI have "documents" (activerecords) with an attribute called deviations. The attribute has values like "Bin X" "Bin $" "Bin q" "Bin %" …
ruby-on-rails-3.2 elasticsearch tireI have a request using terms looking like : { "query": { "bool": { "should": [ { "terms": { "subjects.id": [ 1, 2, 3 ], boost: 3 } }, { "terms": { "qualification_type.id": [ 3, 5 ], boost: 2 } } ] } } …
elasticsearch tireI'm using ElasticSearch with Tire to index and search some ActiveRecord models, and I've been searching for the "right" way …
elasticsearch tireI would like to be able to match a multi word search against multiple fields where every word searched is …
search lucene elasticsearch tireFor example, if something has a higher favorites_count I want it to be more relevant, or if it is …
elasticsearch tire