elasticsearch - Elastic search split data based on condition -


i have created es index store millions of rows. application grow store more number of rows.

is there way shrad index based on particular condition.

ie; want store data in different node based on particular condition.

to "answer" question, see here information on sharding algorithm

https://www.elastic.co/guide/en/elasticsearch/guide/current/routing-value.html

and how change routing

https://www.elastic.co/guide/en/elasticsearch/reference/2.1/mapping-routing-field.html


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -