Tweaked some names

This commit is contained in:
keithhc2 2021-05-28 16:11:37 -07:00
parent 58613ec94f
commit 6133598b4e
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ For example, after running a transform job that transforms the source index base
**Sample Request** **Sample Request**
```json ```json
GET kc_test_job/_search GET sample_target_index/_search
{ {
"query": { "query": {
"match": { "match": {
@ -101,7 +101,7 @@ GET kc_test_job/_search
"max_score" : 0.9808291, "max_score" : 0.9808291,
"hits" : [ "hits" : [
{ {
"_index" : "kc_test_job", "_index" : "sample_target_index",
"_type" : "_doc", "_type" : "_doc",
"_id" : "w5oN7gnx5nw2PJaS6zDlCw", "_id" : "w5oN7gnx5nw2PJaS6zDlCw",
"_score" : 0.9808291, "_score" : 0.9808291,