django-elasticsearch-dsl-drf
django-elasticsearch-dsl-drf copied to clipboard
Integrate Elasticsearch DSL with Django REST framework.
Is there any API I can use to implement this in `django-elasticsearch-dsl-drf`? https://stackoverflow.com/questions/9295118/return-distance-in-elasticsearch-results
- [ ] Do keep advanced usage example, basic usage example and filtering examples docs, but add separate docs for each of the key features/highlights. - [ ] Reflect latest...
Full tests suite runs locally in about 8 minutes (for about 150 tests). On Travis it takes 15 minutes for each. All sync operations are done in the ``setUpClass`` methods...
Hello! Is it possible to make multi-match for functional suggester? I need to make autocomplete for places, so now I use analyzer with trigrams for Complete fields and make an...
Thank you for this great project. One of the feature that I used on haystack library was using multiple indexes for a mapping on ES1.7 so I can aggregate search...
https://www.elastic.co/guide/en/elasticsearch/reference/6.0/query-dsl-function-score-query.html Opening the ticket to raise the feature request as I am still getting used to ElasticSearch. There is support for FunctionScore on elasticsearch-dsl-py https://github.com/elastic/elasticsearch-dsl-py/issues/608
Implement [fuzzy query](https://www.elastic.co/guide/en/elasticsearch/reference/6.x/query-dsl-fuzzy-query.html) filter.
If a date filter receives a invalid value, like `?date__range=foo__bar`, the end result is a RequestError like this `RequestError(400, 'search_phase_execution_exception', 'failed to parse date field [foo] with format [strict_date_optional_time||epoch_millis]')` Considering...
For example, in phrase suggester API, how can I use "max_errors" values other than the default 1.0?
Hi, I think I found a bug on this line: https://github.com/barseghyanartur/django-elasticsearch-dsl-drf/blob/c9556609a07cec90ceaac25ba0c91f2edee74b1b/src/django_elasticsearch_dsl_drf/serializers.py#L170 ``Options.get_fields`` returns a list of field instances, not names. This will never match. I found this out when searching...