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

12 lines
312 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.indices.analyze({
analyzer: "standard",
text: "The 2 QUICK Brown-Foxes jumped over the lazy dog's bone.",
});
console.log(response);
----