migrate from ThinkingSphinx to Elasticsearch on rails

129 Views Asked by At

I want to move to Elasticsearch from ThinkingSphenx on rails application.

I use simple and complex search like : ThinkingSphinx.search(query, options) and ThinkingSphinx.facets(query, options)

so how to make the change on these example ? the search is simple but I can't get how implement facets!

it's good to get an example how to.

0

There are 0 best solutions below