Re: update mapping

2014-10-19 Thread Nikolas Everett
[2] http://elasticsearch-py.readthedocs.org/en/latest/helpers.html#elasticsearch.helpers.reindex On Fri, Oct 17, 2014 at 9:54 AM, euneve...@gmail.com wrote: Is the way to update mapping of large index as follows Create empty index with new mapping Copy old data into new index Alias new

update mapping

2014-10-17 Thread eunever32
Is the way to update mapping of large index as follows Create empty index with new mapping Copy old data into new index Alias new index to previous If so, what are recommended tools? Ideally there would be a user interface for IT people to use? Thanks -- You received this message because

Update Mapping for JDBC river freezes till next request is received

2014-05-27 Thread André Morais
Hello, I am using the JDBC river plugin (latest version with the name elasticsearch-river-jdbc-2.2.1.jar on ES 0.90.5) and recently found that sometimes a new river takes a long time to start. I am creating the river and waiting for full river population by periodically counting indexed

Re: Update Mapping for JDBC river freezes till next request is received

2014-05-27 Thread joergpra...@gmail.com
You should upgrade ES, there were bugs fixed regarding cluster update service and rivers. Jörg On Tue, May 27, 2014 at 6:44 PM, André Morais ano...@gmail.com wrote: Hello, I am using the JDBC river plugin (latest version with the name elasticsearch-river-jdbc-2.2.1.jar on ES 0.90.5) and