Files
elasticsearch-js/docs/doc_examples/09dbd90c5e22ea4a17b4cf9aa72e08ae.asciidoc
2020-06-26 09:24:14 +02:00

13 lines
285 B
Plaintext

// This file is autogenerated, DO NOT EDIT
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
[source, js]
----
const response = await client.search({
q: 'elasticsearch',
filter_path: 'took,hits.hits._id,hits.hits._score'
})
console.log(response)
----