Files
elasticsearch-js/docs/doc_examples/a95a123b9f862e52ab1e8f875961c852.asciidoc
2024-07-29 17:10:05 -05:00

18 lines
321 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({
indices_boost: [
{
"my-index-000001": 1.4,
},
{
"my-index-000002": 1.3,
},
],
});
console.log(response);
----