We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PUT nested_12 POST _reindex { "source": { "index": "nested_12" }, "dest": { "index": "nested_123" } }
The response is as follows:
{ "took": 71, "timed_out": false, "total": 0, "updated": 0, "created": 0, "deleted": 0, "batches": 0, "version_conflicts": 0, "noops": 0, "retries": { "bulk": 0, "search": 0 }, "throttled_millis": 0, "requests_per_second": -1, "throttled_until_millis": 0, "failures": [] }
POST _reindex?slices=4 { "source": { "index": "nested_12" }, "dest": { "index": "nested_123" } }
{ "error": { "root_cause": [ { "type": "illegal_argument_exception", "reason": "field _id not found" } ], "type": "search_phase_execution_exception", "reason": "all shards failed", "phase": "query", "grouped": true, "failed_shards": [ { "shard": 0, "index": "nested_12", "node": "Wj6shio_QcGfnUmKwFb-2w", "reason": { "type": "illegal_argument_exception", "reason": "field _id not found" } } ],
It's caused by
OpenSearch/server/src/main/java/org/opensearch/search/slice/SliceBuilder.java
Line 225 in a2a01f8
Plugins
The behive should be the same whether slices is added or not
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
[Catch All Triage - 1, 2, 3, 4]
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The response is as follows:
The response is as follows:
It's caused by
OpenSearch/server/src/main/java/org/opensearch/search/slice/SliceBuilder.java
Line 225 in a2a01f8
Related component
Plugins
Expected behavior
The behive should be the same whether slices is added or not
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: