|
|
Issue Type: |
Improvement |
Assignee: |
Yoann Rodière |
Components: |
backend-elasticsearch, backend-lucene, engine |
Created: |
20/Jul/2020 23:03 PM |
Priority: |
Major |
Reporter: |
Yoann Rodière |
|
I.e. instead of this:
Do this:
Reasons:
- This structure is a little less verbose.
- With this structure, we can easily turn backend-level settings into index-level settings ( HSEARCH-3636 In Progress ).
- This "cascading" structure can be extended to apply to shards, too: shard settings default to index settings, which default to backend settings. This will be useful for HSEARCH-3636 In Progress in particular.
|
|
|
|
|