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:
|
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
|
```json
|
||||||
POST kibana_sample_data_ecommerce/_search?explain=true
|
POST opensearch_dashboards_sample_data_ecommerce/_search?explain=true
|
||||||
{
|
{
|
||||||
"query": {
|
"query": {
|
||||||
"match": {
|
"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:
|
More often, you want the output for a single document. In that case, specify the document ID in the URL:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
POST kibana_sample_data_ecommerce/_explain/EVz1Q3sBgg5eWQP6RSte
|
POST opensearch_dashboards_sample_data_ecommerce/_explain/EVz1Q3sBgg5eWQP6RSte
|
||||||
{
|
{
|
||||||
"query": {
|
"query": {
|
||||||
"match": {
|
"match": {
|
||||||
|
|
Loading…
Reference in New Issue