| |
|
|
| Issue Type: |
Improvement |
| Assignee: |
Yoann Rodière |
| Components: |
backend-elasticsearch, backend-lucene, engine, query |
| Created: |
19/Jul/2019 00:49 AM |
| Fix Versions: |
6.0.0.Alpha-backlog |
| Priority: |
Major |
| Reporter: |
Yoann Rodière |
|
- The names are confusing, since these enums are not really "converters": they just control whether converters, which are separate objects, are applied or not.
- More importantly, in the case of aggregations, we will sometimes need to control both concepts with a single setting, since aggregation will involve both passing values to the DSL (when defining range aggregations, for example) and retrieving values from the search result.
- If we really need separate enums with options that are specific to the DSL converter, for example ENABLE_BUT_ONLY_IF_XXX, we can always re-introduce specific enums later.
|
|
|
|
| |
|