leschenko / elasticsearch_ransack

Search with conditions using predicates such as 'name_cont' or 'created_at_gt' for elasticsearch models
MIT License
18 stars 7 forks source link

Plans to move to elasticsearch-ruby / elasticsearch-rails? #3

Open mkonikowski opened 9 years ago

mkonikowski commented 9 years ago

Tire gem that you're using is not maintained anymore:

NOTICE: This library has been renamed and retired in September 2013 (read the explanation). It is not considered compatible with Elasticsearch 1.x.

Are you planning to move to elasticsearch-ruby / elasticsearch-rails ? I've seen there is a branch related to that, but it's not active anymore...

leschenko commented 9 years ago

elasticsearch-ruby branch is working and stable, but I am not a big fun of elasticsearch-ruby / elasticsearch-rails, because they are too complicated for the most of the cases, for my opinion. I deveploped my own es client https://github.com/leschenko/es_client , it is lightweight and simple.

I see adapter style design as the most suitable for the gem, so I am not planing to drop neither tire nor elasticsearch-ruby support.

mkonikowski commented 9 years ago

Thanks for the answer, I will check es_client!

davidguthu commented 9 years ago

@leschenko in your comment you mention not planning to drop support for tire. Your second comment was indicating that you didn't plan on adding support for elasticsearch-ruby?

leschenko commented 9 years ago

elasticsearch-ruby branch is working and stable

I am not planing to drop neither tire nor elasticsearch-ruby support