12 lines
309 B
Plaintext
12 lines
309 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({
|
|
tokenizer: "uax_url_email",
|
|
text: "Email me at john.smith@global-international.com",
|
|
});
|
|
console.log(response);
|
|
----
|