-
**Is your feature request related to a problem?**
As part of the OpenSearch standard query DSL a `took` metadata field which counts the amount of time the query executed is returned in the response:
…
-
## Background
Currently, models in ML-commons are widely used, particularly by pipelines and the agent framework. However, we lack a mechanism to detect if a model is being utilized by other servi…
-
**Is your feature request related to a problem?**
Currently, OpenSearch does not provide a way to perform cross-index or cross-cluster joins using the OpenSearch DSL. This RFC proposes to extend Open…
-
The "Edit as Query DSL" functionality is generating both bad and incorrect DSL
To Reproduce
1. Log into Wazuh Dashboard and go to Security Events
2. Add a rule where rule.level is one of 3,4 or…
-
AS a Chatbot trainer
I WANT TO write needed DSL files
SO THAT end users could consume the Service via Bürokratt
### Acceptance Criteria
- [ ] [Labour Market Headline Indicators](https://andmed.stat.…
-
Analyzer currently uses a scripted es query as part of the tree building logic, and this script accesses _source directly. This will not work with the new synthetic source elasticsearch feature. The t…
-
As a motivational example, the `kotlin-dsl` plugin uses the file collection API to find all precompiled script plugins at configuration time and currently, the file collection must be explicitly marke…
-
Imagine a scenario where you have 2 different queries, and those queryies take 2 different times to resolve.
A real world scenario would be having the same query which one fetches from a local storag…
-
### Expected behavior
In MySQL, backticks should be used with `DSL.name()`
### Actual behavior
Given the following:
```kt
DSL.begin(
DSL.startTransaction(),
DSL.dropTemporaryTable…
-
## ES的查询语言叫做DSL(结构化查询)
`DSL(Domain Specific Language ), 以JSON的请求形式, 允许构建更复杂、强大的查询`
- 全匹配(match_all)
```
"query": {
"match_all": {}
}
```
- 标准查询(match & match_phrase & multi_mat…