ElasticsearchDSL icon indicating copy to clipboard operation
ElasticsearchDSL copied to clipboard

Query DSL library for Elasticsearch

Results 63 ElasticsearchDSL issues
Sort by recently updated
recently updated
newest added

It has to be implemented like new endpoint. https://www.elastic.co/guide/en/elasticsearch/reference/5.1/search-request-rescore.html#search-request-rescore

https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-all-query.html#query-dsl-match-none-query

https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-percolate-query.html

Hi, I'm currently using the `HasChildQuery` class to include additional documents within my result set. I need to include the `inner_hits` part of the query in order to get the...

planned

There is still quite difficult to realize the `ParametersTrait` usage. We need to add additional information in query and aggregation topics regarding parameters.

I have tested [range](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html) query and found out that it works with multiple fields (tested with ES 2.1.1). This library does not support that. Example: ``` json { "range": {...

planned

Hi, I'm encountering a version conflict issue while trying to use ongr/elasticsearch-dsl v7.2.2 with Laravel 10 and PHP 8.2.8. **Symptoms**: When running composer require ongr/elasticsearch-dsl, I receive errors about conflicting...

Hi, Elasticsearch 8 requires elasticsearch/elasticsearch ^8.0 ongr dsl package has next requirement: `"elasticsearch/elasticsearch": "^7.0"` Can be changed at 8th version?