-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Elasticsearch
-
Upgrade notes:
-
Sprint:nxfit 11.1.6, nxfit 11.1.7
-
Story Points:5
This would make the feature more useful as each query type has parameters which today can't be used.
Each hint would have a name and a class that implement the same java interface with one method that takes the 3 parameter (field, analyzer and value) and returns the resulting ES query object.
Example: the match query has a fuzziness parameter which cannot be used today. But it could be in a custom hint
- is related to
-
NXDOC-2011 How-to Documentation page to explain how to play with Elasticsearch Hints
- Resolved