Top "Tire" questions

Tire is a Ruby client for the ElasticSearch search engine/database.

Elasticsearch 503 error when checking server status

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 tire
Analyzers in elasticsearch

I'm having trouble understanding the concept of analyzers in elasticsearch with tire gem. I'm actually a newbie to these search …

elasticsearch analyzer tire
Can't start elasticsearch server via Homebrew

So 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 tire
How to test ElasticSearch in a Rails application (Rspec)

I 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 tire
Symbols in query-string for elasticsearch

I 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 tire
Elastic search Query terms and scoring

I 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 tire
Elasticsearch, Tire, and Nested queries / associations with ActiveRecord

I'm using ElasticSearch with Tire to index and search some ActiveRecord models, and I've been searching for the "right" way …

elasticsearch tire
Multi-field, multi-word, match without query_string

I would like to be able to match a multi word search against multiple fields where every word searched is …

search lucene elasticsearch tire
How can elasticsearch objects be boosted based on date or score

For example, if something has a higher favorites_count I want it to be more relevant, or if it is …

elasticsearch tire