django-elasticsearch-dsl-drf
django-elasticsearch-dsl-drf copied to clipboard
Add options for suggester params
For example, in phrase suggester API, how can I use "max_errors" values other than the default 1.0?
@ggalage:
It's not possible at the moment.
As a quick workaround, you could override the default suggester filter and add your options.
- You should do it here.
- See how it's done for completion size option.
I'm adding it to the TODOs, however, I'm not sure when will I have time for it.
Contributions are welcome. Priority support is available. Contact me for the details (if needed).