Shinsuke Sugaya

Results 201 comments of Shinsuke Sugaya

> curl: (3) [globbing] nested braces not supported at pos 67 It's a general problem on shell, not elasticsearch and plugin problem. The usage of " is wrong. > No...

To use elasticsearch 5.5.x, you need to install plugin 5.5.x.

The default behavior for specifying size is scroll-scan search. If you want to set a document size, could you try to add search_type request parameter(ex. _data?format=csv&search_type=query_then_fetch).

Oh, please use "from", instead of search_type. .../_data?format=json&size=10000&from=0&...

I could not reproduce it. Could you provide a step to reproduce it?

Hmm, could you change more shards(10 or the above) for the new index?

Need more info... What is a version of es and reindexing plugin? Does it work curl -XPOST http://host1:9200/index1/_reindex/index2? Is host1 able to access to host2?