mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-18 10:14:52 +00:00
Changed index name
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
parent
db9fbce3d0
commit
299e7cc2ff
@ -22,7 +22,7 @@ The explain API is an expensive operation in terms of both resources and time. O
|
||||
To see the explain output for all results, set the `explain` flag to `true` either in the URL or in the body of the request:
|
||||
|
||||
```json
|
||||
POST kibana_sample_data_ecommerce/_search?explain=true
|
||||
POST opensearch_dashboards_sample_data_ecommerce/_search?explain=true
|
||||
{
|
||||
"query": {
|
||||
"match": {
|
||||
@ -35,7 +35,7 @@ POST kibana_sample_data_ecommerce/_search?explain=true
|
||||
More often, you want the output for a single document. In that case, specify the document ID in the URL:
|
||||
|
||||
```json
|
||||
POST kibana_sample_data_ecommerce/_explain/EVz1Q3sBgg5eWQP6RSte
|
||||
POST opensearch_dashboards_sample_data_ecommerce/_explain/EVz1Q3sBgg5eWQP6RSte
|
||||
{
|
||||
"query": {
|
||||
"match": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user