-
### Expected behavior
When using JSONB, the following query executed correctly:
```
final var value = JSONB.valueOf("""
{
"type": "OBJECT",
"fields": {
"gametime": {
…
-
Currently tantivy's query are based on the following traits.
```
- trait Query
- trait Weight
- trait Scorer
```
They do not expose the structure of the query, and make it easy to extend queri…
-
-
Example:
https://elastica.io/api/latest/classes/Elastica.Query.MatchPhrase.html
Right column with header "see also" has link "https://www.elastic.co/guide/en/elasticsearch/reference/current/query…
-
As there is already [a brilliant implementation of a query builder DSL](https://github.com/mbuhot/eskotlin) by @mbuhot available on GitHub, let's merge that to the WIP client DSL, we're implementing h…
-
I am trying to use the "fuzzy" operator in the "react-awesome-query-builder" library to query Elasticsearch, but I am encountering an issue where the query returns an empty object. It seems that the "…
-
执行以下语句,提交任务skipAuth默认为false,报错
```
connect jdbc where
url="jdbc:mysql://127.0.0.1:3306/db"
and driver="com.mysql.jdbc.Driver"
and user="root"
and password="root"
as db_1;
```
```
run c…
-
The files in the folders [`js`](https://github.com/elastic/kibana/tree/main/src/plugins/console/server/lib/spec_definitions/js) and [`overrides`](https://github.com/elastic/kibana/tree/main/src/plugin…
-
Right now Extralite supports custom transforms by providing a transform proc that takes the raw values and can return custom objects. A related idea is the ability to turn query results into arbitrari…
-
### Expected behavior and actual behavior
AbstractTable.fields() returns internal array instead of safe to use copy/clone.
There was similar issue #1199.
### Reasoning (How did I shoot myself in …