rs-pro / mongoid-elasticsearch

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

does mongoid-elasticsearch support partial updating? #24

Open kevinchugh opened 7 years ago

kevinchugh commented 7 years ago

I have records that reference cloud hosted word docs and PDFs, and i don't like the overhead needed to reindex when someone changes a simple text field. Do you support partial updates? If, not is there a way to not auto-reindex upon update so I can manually roll my own delta upate with ES?

https://www.elastic.co/guide/en/elasticsearch/guide/current/partial-updates.html

Thanks for any help Kevin