18 lines
321 B
Plaintext
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);
|
|
----
|