15 lines
338 B
Plaintext
15 lines
338 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.index({
|
|
index: "example",
|
|
document: {
|
|
location:
|
|
"POLYGON ((100.0 0.0, 101.0 0.0, 101.0 1.0, 100.0 1.0, 100.0 0.0))",
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|