elasticsearch-reindex
elasticsearch-reindex copied to clipboard
Simple re-indexing. To backup, apply index settings changes and more ElasticMagic
Hi All, I builded elastic search index with 20 million records.Using mysql river to pull out the data.i observed once scenario like the records count is differ from database table...
Hi All, I build ed index in cluster environment using mysql river.previously i builded index with out mentioning the scheduler keyword.I deleted river and created river again with the schedular...
- Made it compatible with ES v0.20.6 - Running indexing process in a background thread
Here are the steps I followed: - cloned it - ran build: - `mvn -DskipTests clean package` - uploaded the zip from "target” directory to a hosted foundcluster provided by...
currently, the response is a simple 200 OK status response. with no info whatsoever of what just happened. it could carry info about how many items were reindexed, the size,...
As far as I know, when index child type, we must specify the parent id. So I wonder if reindex can detect child type and index it with appropriate parent?
I find the ability to avoid some fields during reindexing quite useful. Kindly add it in the roadmap .