Last active
June 17, 2022 14:05
-
-
Save andreluiz1987/04d4d821494f3193e65e30f69cc903d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/security-minimal-setup.html to enable security. | |
{ | |
"took" : 8, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"skipped" : 0, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : { | |
"value" : 1, | |
"relation" : "eq" | |
}, | |
"max_score" : 60.41323, | |
"hits" : [ | |
{ | |
"_index" : "teste", | |
"_type" : "_doc", | |
"_id" : "gOX2cYEBVDLNkiGk9fzZ", | |
"_score" : 60.41323, | |
"_source" : { | |
"currentpagetitle_special" : "modelo -data output - test", | |
"currentpagetitle" : "modelo -data output - test" | |
}, | |
"highlight" : { | |
"currentpagetitle.en" : [ | |
"modelo -<span class='highlight'>data</span> <span class='highlight'>output</span> - <span class='highlight'>test</span>" | |
], | |
"currentpagetitle_special.en" : [ | |
"modelo -<span class='highlight'>data</span> <span class='highlight'>output</span> - <span class='highlight'>test</span>" | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment