25 lines
441 B
Plaintext
25 lines
441 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({
|
|
body: {
|
|
query: {
|
|
function_score: {
|
|
gauss: {
|
|
date: {
|
|
origin: '2013-09-17',
|
|
scale: '10d',
|
|
offset: '5d',
|
|
decay: 0.5
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
console.log(response)
|
|
----
|
|
|