search_core/Classes/Domain
Daniel Siepmann 689f293194
TASK: Finish deletion of index and documents feature
We replace the "flush" and "delete" by "delete" and "deletedocuments"
logic. This makes it more obvious what will happen, without reading the
docs.

Also we kept the logic to always provide the index name, as
we will need them in the future. Due to elasticsearch v6 changes no
types are allowed in the same index in the future. Therefore we need to
make it possible to use different indexes in the future, leading to the
need to provide the document type all the time.
2018-12-30 13:43:43 +01:00
..
Index TASK: Finish deletion of index and documents feature 2018-12-30 13:43:43 +01:00
Model TASK: Use new SearchRequestInterface everywhere 2018-12-29 19:21:58 +01:00
Search TASK: Fix license and php doc 2018-12-29 19:27:47 +01:00
Service TASK: Streamline phpdoc 2018-10-27 14:08:11 +02:00