What is the best way to index constantly changing data in a PostgreSQL database to a Solr/Elasticsearch database?
I have a postgres database on AWS RDS and i want to perform complex search on it. However the data i will query against is constantly changing with very high writes/ updates. So i am not sure how i should transfer the data to the solr/ elasticsearch efficiently and reliably.
Thanks for the help