search_core/Classes/Connection/Elasticsearch
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
..
Connection.php [TASK] Add docprops to classes 2018-10-03 10:59:45 +02:00
DocumentFactory.php TASK: Fix / improve some comments 2018-12-29 18:03:14 +01:00
Facet.php TASK: Streamline phpdoc 2018-10-27 14:08:11 +02:00
FacetOption.php TASK: Streamline phpdoc 2018-10-27 14:08:11 +02:00
IndexFactory.php TASK: Finish deletion of index and documents feature 2018-12-30 13:43:43 +01:00
MappingFactory.php TASK: Refactor type handling for elasticsearch 2018-12-29 18:05:24 +01:00
SearchResult.php TASK: Refactor code into common flow 2018-12-29 18:07:25 +01:00
TypeFactory.php TASK: Finish deletion of index and documents feature 2018-12-30 13:43:43 +01:00