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.