-
command-line-arguments
.\main.go:14:34: cannot use stream (type *"github.com/antlr/antlr4/runtime/Go/antlr".InputStream) as type "github.com/omurbekjk/convert-dsl-to-es-query-with-antlr/vendor/github…
-
**Describe the bug**
PPL query with head and sort can not properly rewrite as DSL.
**To Reproduce**
```
POST /_plugins/_ppl/_explain
{
"query": "source=test_0002 | head 1000 | sort - ablette…
-
Any plans to add support for the regexp search operator ("/")?
Example from ElasticSearch documentation:
name: /joh?n(ath[oa]n)/
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/quer…
-
### Description
Currently the only way for users to do a brute-force or exact search with KNN is with a script query. This requires some knowledge of the function names and scoring methodologies.
…
-
AS an Administrative User
I WANT TO get entered API / X-Road request body as pre-filled text fields
SO THAT I CAN have the correct values provided to me automatically
# Acceptance Criteria
- […
-
### PHP Version
8.*
### Shopware Version
6.*
### Expected behaviour
The CriteriaParser should evaluate the additional filter to:
```json
{
"bool": {
"must_not": [
{
"nes…
-
### Expected Behavior
Executing the same query should yield results in consistent order.
### Current Behavior
Query results order is changing from one execution to the other.
### Context
We o…
-
MoreLikeThis
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html
https://lucene.apache.org/solr/guide/6_6/morelikethis.html
-
I'm currently running version 1.2.0 and i encountered this issue while upgrading to 1.4.0:
I have a query that declares a new argument/variable and references this argument in 4 places in the query…
-
For the ES query alert type https://github.com/elastic/kibana/pull/88528, we would like to explore a way of allowing users to access the raw documents that matched their query and threshold conditions…