21 lines
391 B
Plaintext
21 lines
391 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({
|
|
index: "my-index-000001",
|
|
pretty: "true",
|
|
query: {
|
|
terms: {
|
|
color: {
|
|
index: "my-index-000001",
|
|
id: "2",
|
|
path: "color",
|
|
},
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|