ElasticsearchDSL
ElasticsearchDSL copied to clipboard
Query DSL library for Elasticsearch
DateHistogramAggregation does not support interval options calendar_interval and fixed_interval #318 https://goo.gl/hGCdDd
Allow `'0'` as a valid key for RangeAggregation objects
Issues arose in Laravel Project. Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize($object, ?string $format = NULL, array $context = Array) Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize($data, string $type, ?string $format = NULL, array $context = Array) Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize($data, string $type, ?string $format...
As of [documentation](https://github.com/ongr-io/ElasticsearchDSL/blob/master/docs/HowTo/CustomParameters.md), the following methods were missing, and caused fatal errors. * Add setTerminateAfter method * Add setTimeout method
Hi, I'm making updates for Open Collective. Either you or another core contributor signed this repository up for Open Collective. This pull request adds financial contributors from your Open Collective...
The field "inline" had been deprecated in Version 6.0 and should be replaced with "source".
The DateRangeAggregation can't be passed the `keyed` option currently. https://www.elastic.co/guide/en/elasticsearch/reference/6.3/search-aggregations-bucket-daterange-aggregation.html#_keyed_response_4 Looks like this has been reported before in #237, but never fixed.
For some query like the `RangeQuery` or the `TermQuery` an extra parameter like `_name` (used for [Named Queries](https://nocf-www.elastic.co/guide/en/elasticsearch/reference/current/search-request-named-queries-and-filters.html)) won't be at the top level. Example: ```php $range = new RangeQuery('field',...