Tweaked some names
This commit is contained in:
parent
58613ec94f
commit
6133598b4e
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue