-
Say for a sort like this
```python
s = Search(using=client, index=source)
s = s.sort("metadata.date")
```
Won't work because ES will complain `"it is mandatory to set the [nested] context on the neste…
jhdxr updated
2 months ago
-
### Elasticsearch Version
7.8
### Installed Plugins
_No response_
### Java Version
jdk1.8
### OS Version
win10
### Problem Description
Two queries that are basically the same (the only differ…
-
**Issue by [harwinds](https://github.com/harwinds)**
_Monday Mar 29, 2021 at 17:15 GMT_
_Originally opened as https://github.com/opendistro-for-elasticsearch/alerting/issues/364_
----
To Create new…
-
**Issue by [dbbaughe](https://github.com/dbbaughe)**
_Friday May 03, 2019 at 16:24 GMT_
_Originally opened as https://github.com/opendistro-for-elasticsearch/alerting/issues/47_
----
Our initial re…
-
From sql2cypher created by [lukaseder](https://github.com/lukaseder): neo4j-contrib/sql2cypher#10
I'll implement more of the `expressions()` method, to support:
## Functions
- [x] Arithmetic …
-
### Is your feature request related to a problem?
Data Prepper is going to support configurable queries that will utilize the opensearch java client for search requests.
The query DSL is being tak…
-
**Describe the bug**
- When creating a query with `gql.gql()`, the query string is checked for invalid arguments, and raises an exception if any are found. (**expected behavior**)
- When creating …
-
## What/Why
### What are you proposing?
OpenSearch supports Hybrid Query since 2.10 however, using OpenSearch.NET client query DSL we cannot create Hybrid Query today.
[OpenSearch hybrid query](htt…
-
### Expected behavior
If I write an old date with the value 0001-01-01 into a database, I expect the identical value to be returned in a corresponding query. This does not seem to be the case at th…
-
AS AN Architect
I WANT pagination functionality to be implemented in database queries
SO THAT only relevant data would be queried at any given time
### Acceptance Criteria
#### GUI
- [x] Number of …