rs-pro / mongoid-elasticsearch

DEPRECATED - Consider using SearchKick https://github.com/ankane/searchkick
MIT License
61 stars 23 forks source link

contains unrecognized parameter: [ignore_indices] -> did you mean [allow_no_indices]? #27

Open dfabreguette opened 7 years ago

dfabreguette commented 7 years ago

I'm trying to upgrade my app to ES 5.0.1.

Once I've done everything and reindexed my data, I keep getting this error trying to use dead simple following global query :

Mongoid::Elasticsearch.search('test').to_a

Is this gem compatible with ES 5.0.1 ?