-
I would like to know if there are any existing packages (specifically for Go) that implement parsing of the List filter syntax.
If so it would be good to have some external links to these projects …
-
Hey man,
I recently found one thing when I was in use,SQL to the place where the DSL statement is nested.
E.g:
`select id,orgcode,carnum,truckid,gpsno,drivername,intime,outtime,stoptime,orgroot…
-
New query type `distance_feature`
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.html
We currently use `geo_distance` for filtering and `_geo_dist…
-
**Motivation:**
Original [elasticsearch exporter](https://github.com/justwatchcom/elasticsearch_exporter#configuration) has some options to control endpoints:
- `es.all` - if true, query stats for…
-
AS a Chatbot trainer
I WANT TO write needed DSL files
SO THAT end users could consume the Service via Bürokratt
### Acceptance Criteria
- [ ] [Population metrics per region](https://andmed.stat.ee/…
-
### Introduction
This document describes details of design for Explainability in Hybrid Query. This feature has been requested through GitHub issue https://github.com/opensearch-project/neural-sear…
-
Excuse me, I have a query:
SELECT \*
FROM installs
WHERE id IN (SELECT id FROM installs WHERE name LIKE 'Wilson')
I don't know how to get the result from this query or could u help me the DSL query?…
-
sql如下:select * from testreg where text.keyword REGEXP("*?*")
翻译的dsl如下:可以看到翻译的dsl是must,应该是must_not才对
{
"from": 0,
"size": 200,
"query": {
"bool": {
"filter": [
{
"bool": {
…
-
As we said in the call:
* UI should have a banner with a short presentation of the application: "Hydra Astrodemo: Satellite Assemblying with Smart Clients"
* The application should have two main par…
-
Hi!
I think it would be great to be able to find documents similar to a given document.
As I understand it, this can be done by retrieving keywords that are frequent in the document but rare in …