0
votes
1answer
8 views

Highlighting inconsistency (Tire / ElasticSearch)

I am trying to use Tire (ElasticSearch) with highlighting, but I am experiencing some inconsistencies and I am probably doing something wrong. The problem I got into is that it does not always ...
0
votes
0answers
21 views

How to use Elasticsearch using tire gem?

I am implementing Elastic search for searching users and their friends in my project. I am able to successfully search users but not the friends. Below I am pasting relevant portion of my User model, ...
0
votes
1answer
25 views

Custom Analyzer in Tire (ElasticSearch)

I am trying to create this custom analyzer and for some reason I am getting the Analyzer [] not found for field [] error... I looked around a lot and tried different implementations and I think I have ...
0
votes
2answers
33 views

Getting undefined method `each' for nil:NilClass in my index.html.erb

I am getting undefined method `each' for nil:NilClass in my index.html.erb, when I am implementing the elastic search functionality using tire in my model. What can be the possible reasons and ...
1
vote
1answer
45 views

Elasticsearch / Rails Tire autocomplete with multiple fields

I have the following index in Elasticsearch within a Rails model: mapping do indexes :id, type: "integer", index: :not_analyzed, include_in_all: false ...
0
votes
1answer
39 views

Filter with boolean block (Tire / ElasticSearch)

I have this search feature that has a text/keyword box and a bunch of filters; I have it implemented right now with the following structure: query do boolean do must { string params[:text], ...
0
votes
0answers
16 views

Tire Gem with Ransack for elasticsearch

I've been using Ransack with my MySQL data to produce an advanced form, I've switched over to elasticsearch recently and now I'm finding that even a simple form doesn't work (using the activerecord ...
0
votes
1answer
20 views

Sorting by number of nested elements with ElasticSearch and Tire

Given the following mapping on a model called Post, is it possible to build a query that returns posts ordered by the number of votes cast within a specific time range (eg. past 7 days)? mapping do ...
0
votes
1answer
23 views

More complex search result sorting - Tire

I am using the Tire gem to perform search in my application. In my controller, I perform the search: @results = Model.search(query: params[:query]) I then want to re-sort the results using a custom ...
0
votes
1answer
31 views

Using facets with missing filters in ElasticSearch and Tire

I am trying to use facets with a search query that includes a missing filter and it does not seem to take into account the records that will be filtered away with the missing filter. In the Rails ...
0
votes
0answers
40 views

How to calculate closest location with ElasticSearch _geo_distance with multiple locations

I successfully got ElasticSearch to return my results sorted on the distance from my given coordinates. Problem is that the distance that is being sorted on is the AVERAGE distance of the available ...
1
vote
1answer
26 views

Elasticsearch + Tire + PaperClip : Nested objects

I start implementing ElasticSearch in place of a old home-made search engine. I migrate the major part of the code, but I have to render a url provided by paperclip, and I cannot have the right object ...
0
votes
1answer
46 views

Tire searching does not ignore accents

I have setup elastic search and tire for searching. I have the following settings on my model: tire.settings :analysis => { :analyzer => { :spanish_snowball => { :type ...
1
vote
0answers
32 views

Scoring w/ Word Delimiter Filter

I'm not understanding how scoring is happening for my queries, even when I use "explain". The scores seem arbitrary-- perhaps someone with a better understanding of Elastic Search can explain it to ...
0
votes
1answer
42 views

Tire ActiveModel callback slow

I've a table which shows data from elasticsearch via tire. The table retrieves the data async in json format. So if i try to change a entry the table still shows the "old" state of the entry (the ...
0
votes
1answer
28 views

Accessing method in mapping block for tire/elasticsearch

I have a method that returns a hash: def image_hash images = { small: 'http://www.example.com/image1.png', medium: 'http://www.example.com/image2.png' } end I need to index it as part ...
0
votes
1answer
25 views

Manage Rails model classes across repositories

My project has the following setup. I have two repositories (seprate projects): one that generates my model classes (Ruby) one that works with my model classes (Rails) The first one writes the ...
0
votes
1answer
86 views

ruby on rails: ElasticSearch / Tire dynamic search on multiple indices

I've done a bunch of searching and I haven't been able to get an answer to this question - hopefully this isn't a repeat (apologies if it is)... Preface: I'm using Rails & Tire to perform ...
2
votes
2answers
90 views

How do I limit Tire/ElasticSearch results by association?

I have a collection of posts that are within categories and subcategories using a belongs_to association. Additionally, the posts have a belongs_to relationship with my state and city models. I am ...
0
votes
1answer
32 views

Filtering Tire results by status

I'm trying to filter my Tire search results by a 'status_id'. I do not want to show results with a 'status_id' of 2. Here is my current search code: query = params[:query] page = params[:page] || 1 ...
0
votes
3answers
118 views

Update Tire index without using Tire::Model::Callbacks

I've gone over the Tire documentation and I understand that it's possible to create indexes and import objects into Elasticsearch using Tire without using the ActiveModel includes. I would like to ...
0
votes
1answer
120 views

How to define a Tire property of type nested in a ActiveRecord mapping block?

I have a Rails application where a topic can be followed by various users. I want to be able to find a topic matching a name and followed by a specific user. Only using a Tire query statement, without ...
0
votes
1answer
56 views

Creating a no-database rails model that would serve as a view to index data in elasticsearch

I'm facing a complex problem which i haven't been able to resolve yet. I'm using Rails 4(edge) with postgresql 9, ElasticSearch 0.20.6 and the gem Tire (0.5.7). I have multiple table that are linked ...
0
votes
1answer
50 views

Tire Elastic search: Deleting a record from model and redirecting immediately throws error

I am having a model named User. When I destroy a user and redirect to the User's index page, it throws an exception ActiveRecord::RecordNotFound: Couldn't find all Users with IDs (1, 200) (found 1 ...
2
votes
2answers
94 views

checking environment tire.rb file

This is my config/initializers/tire.rb file: if Rails.env.production? Tire.configure do url "http://remoteserver.com:9200" end end If I try on my production server: bundle exec rake ...
0
votes
0answers
137 views

Elasticsearch term AND range filter using tire

I am trying build a search function in rails based on elasticsearch+tire enabling search for Persons with filtering for associated Objects and their Values. A Person has_many Objects, and an Object ...
0
votes
2answers
395 views

connection error with tire/elasticsearch remote server

I have installed a ubuntu 12.04 remote server with elasticsearch. I have installed elasticsearch with: sudo apt-get update sudo apt-get install openjdk-7-jre-headless -y wget ...
0
votes
0answers
98 views

ElasticSearch matching nested document with boost

I have a User model, and user can have multiple interests with a numeric degree of how interested this person is in the subject matter. A sample user.to_indexed_json is: { // user attributes ...
0
votes
2answers
108 views

Filter result based on a count of inner data

I am building my search query for some listing data. As part of the search people can ask for multiple rooms which sleeps a min amount of people, ie two rooms which sleep 2 and 3 people. Im not sure ...
0
votes
1answer
169 views

ElasticSearch with Tire doesn't include custom analyzer with STI model

I have an STI model which I want to be searchable with ElasticSearch and Tire. The issue I am having is when Tire creates the mappings it seems to ignore my custom analyzers for the second model. ...
0
votes
1answer
213 views

Update ElasticSearch mapping in production (Tire)

I would like to have a clear understanding on how to deal with the following scenario: I'm adding or removing an attribute from an activerecord model, so I want to update its mapping in ...
0
votes
1answer
147 views

elasticsearch stops indexing new documents after a while, using Tire

I have my website running, with ElasticSearch, using Tire. In the background, I have a rake task that is looping over thousands of objects and creating one record for each of them. At first, the ...
1
vote
2answers
446 views

Pagination with Elasticsearch, Tire, and Kaminari

I'm having issues getting pagination of search results to work with Elasticsearch, Tire, and Kaminari. I am searching on all models in my application (news, paintings, books) as a general site search ...
0
votes
1answer
499 views

ElasticSearch/Tire: How to properly set partial word searches up

Even though I've seen many accounts of it mentioning this as relatively straightforward, I haven't managed to see it working properly. Let's say I have this: class Car < ActiveRecord::Base ...
0
votes
2answers
208 views

error tire elastic search if I write “:” colon character

This is my tire setting: def self.search(params) tire.search(load: true, page: params[:page], per_page: 9) do query do boolean do must { string params[:query], ...
0
votes
1answer
54 views

get random result of Tire::Results::Collection

I have inside this variable @results a Tire::Results::Collection with many results. How can I get 1 random result of this Tire::Results::Collection Thanks!
0
votes
1answer
151 views

Config Tire to work with Bonsai ElasticSearch Heroku add-on

So I have a rails 3.2 app. I created an index. I followed this guide: https://gist.github.com/nz/2041121 to create an bonsai.rb file in config/initializers/bonsai.rb It looks like this: ...
0
votes
1answer
234 views

EdgeNGram with Tire and ElasticSearch

If I have two strings: Doe, Joe Doe, Jonathan I want to implement a search such that: "Doe" > "Doe, Joe", "Doe, Jonathan" "Doe J" > "Doe, Joe", "Doe, Jonathan" "Jon Doe" > "Doe, Jonathan" "Jona ...
1
vote
2answers
102 views

What should I do when the bonsai server is down?

I am using ElasticSearch with Tire and host my app on Heroku. Last night, when the bonsai server was down, my whole app crashed. When I tried to deploy the app to Heroku, Tire tried to connect and ...
1
vote
1answer
90 views

Elasticsearch mapping does not include attributes from Rails key-value store

Model: class Item store :socket_store, accessors: [:sockets, :socket_count, :socket_link_count] end Mapping: mapping do indexes :id, key: "value", index: :not_analyzed ...
1
vote
1answer
86 views

Tire + Elastic Search - Forcing Import

In the tire gem's README, I see they propose two ways to import a model: rake environment tire:import CLASS='Article' rake environment tire:import CLASS='Article' FORCE=true I can appreciate that ...
0
votes
1answer
57 views

ElasticSearch: How to map associations properly so that they are also searchable?

I've stumbled into an issue concerning the index mapping of models (ActiveRecord) using ElasticSearch and Tire. I'm using the same system they talk about in the documentation to map association ...
0
votes
0answers
176 views

Parent child relationship in Elasticsearch

I have big problems understanding how to map and search for associated objects in Elasticsearch using the Tire gem. For instance I want a parent child relationship, how do I do that? I can't find a ...
0
votes
2answers
77 views

What is returned by a search with Tire gem in Rails

What is returned when I do a search with the Tire gem in Rails (using Active Record integration)? Is the actual models returned or is it some generic object? I don't understand what I get back.
0
votes
0answers
261 views

Elasticsearch / Tire - Flattening Nested Objects

In reference to the Query DSL Explained Tutorial Slides 14-15 How do I flatten Nested Objects? I have a Model named Entry and another named Category and they share a HABTM association. Everything is ...
0
votes
0answers
92 views

How to handle a nested_set association in ElasticSearch / Tire?

We're working on integrating ElasticSearch into our RoR3 application and have decided to use the Tire gem. We're still learning how to use this amazing gem but couldn't find a tutorial on how to do ...
0
votes
0answers
132 views

Error loading custom synonym file in Elasticsearch

I am using Rails, Tire and Elasticsearch on EC2 single server setup, no sharding or replication (this is the Jenkins CI Server). With a custom initializer as such: analysis: filter: ...
0
votes
2answers
157 views

Tire + Will_Paginate not taking Tire.options

I'm trying to integrate Tire into my site and I'm having difficulty with pagination. I've tried paginating the results outside of the context of Tire and will_paginate is working on that Array. ...
0
votes
1answer
200 views

How to sort with elasticsearch?

I am trying to make methods for sorting desc and asc. I am using rails, tire gem and elasticsearch. I am trying to figure out what sort params I can send in the URL So I have defined in the ...
2
votes
1answer
554 views

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

1 2 3 4