13 lines
285 B
Plaintext
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)
|
|
----
|
|
|