| |
|
|
| Issue Type: |
New Feature |
| Assignee: |
Unassigned |
| Components: |
backend, indexing, query |
| Created: |
18/Apr/2018 06:17 AM |
| Fix Versions: |
6-before-POC-merge |
| Priority: |
Major |
| Reporter: |
Yoann Rodière |
|
| In particular:
- remove the withExtensionOptional() methods
- introduce a syntax allowing to more easily use multiple extensions. Something like withExtension().extension( ElasticsearchExtension.get(), c -> {...}).extension( LuceneExtension.get(), c -> {...}).otherwise( c -> {...} ). Make sure to trigger an error if otherwise is never used and no extension was matched.
|
|
|
|
| |
|