hi,
how to restart index or re -indexing in elastic search
index.
i need to re-indexing a specific ES index.
Pls Help
Thanks & Regards
hi,
how to restart index or re -indexing in elastic search
index.
i need to re-indexing a specific ES index.
Pls Help
Thanks & Regards
One option is to delete the index, create it, and index again to it. Another
option is to work with aliases. Always search on a specific alias, which is
mapped against "indexname_1122", then create "indexname_2233", index data
into it, and remap the alias.
On Fri, Oct 29, 2010 at 5:45 AM, senthil prabhu senthilsebi@gmail.comwrote:
hi,
how to restart index or re -indexing in Elasticsearch
index.
i need to re-indexing a specific ES index.Pls Help
Thanks & Regards
Just a question, It is possible to create an index (or re-index) without stop the entire cluster (as other technologies do) ? I.e create an index dynamically?
Regards
Not sure I got the question. You can create an index through an API. You can index data into it. And, using the scan search type, you can scroll one index and index data into the next.
On Wednesday, May 4, 2011 at 9:17 PM, pedro.silva wrote:
Just a question, It is possible to create an index (or re-index) without stop
the entire cluster (as other technologies do) ? I.e create an index
dynamically?Regards
--
View this message in context: http://elasticsearch-users.115913.n3.nabble.com/ReStart-Specfic-Index-tp1790396p2900055.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.