-
Add functionality to get similar documents by a given document id:
- [x] Elasticsearch: More Like this Query: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.ht…
-
### Is your feature request related to a problem?
Previously we had been using https://github.com/olivere/elastic in our go service but as it is deprecated we started looking at switching to used ope…
-
Is there any documentation/examples on how querqy-unplugged could work with Amazon OpenSearch - managed search engine? Is it supported?
This statement does not make it very clear:
Querqy-Unplugged c…
-
### 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…
-
**Is your feature request related to a problem?**
Coming from: https://github.com/opensearch-project/opensearch-net/pull/95#pullrequestreview-1099944501
After every release we have to manually updat…
-
### Is your feature request related to a problem?
Currently, the generated code for endpoints uses `@param array $params`, which does not provide any information to static analysis tools about the su…
stof updated
3 months ago
-
### Is your feature request related to a problem?
there seems to be a gap between the OpenSearch-Python 'high level Search Client's' functionality. Specifically with respect to the 'Hybrid' and 'Neur…
-
**What is the bug?**
When running `stats count()` operation on a nested parameter the result seems to just return 0. If the field is specified before running the count, it will show the correct value…
-
## What kind of business use case are you trying to solve? What are your requirements?
As of the time of writing this we have at least some integration testing across all clients (except .NET), but i…
-
### Is your feature request related to a problem?
Currently it's possible to include hybrid query as part of the most of compound queries, like `function_score`. That is a problem as resulting scores…