search_core/Classes/Connection/Elasticsearch
Daniel Siepmann 769fb8237b
TASK: Add data processing to search result
Search results are now processed through data processing by search
service. The result will be a SearchResult model from our domain. Also
SearchResult will execute new queries, e.g. from paginate widget,
through SearchService to apply data processing again.

Remove duplicate stub code to trait, to keep own logic and code clean.
2018-03-06 09:04:47 +01:00
..
Connection.php TASK: Rename vendor 2017-07-06 23:48:47 +02:00
DocumentFactory.php TASK: Provide more helpful logging 2017-08-04 13:39:48 +02:00
Facet.php TASK: Add keys for better access to Facets 2017-07-18 09:27:46 +02:00
FacetOption.php TASK: Rename vendor 2017-07-06 23:48:47 +02:00
IndexFactory.php BUGFIX: Fix nun working options due to miss match of ts and es 2017-07-25 15:00:25 +02:00
MappingFactory.php FEATURE: Add ngram 2017-07-25 09:52:17 +02:00
SearchResult.php TASK: Add data processing to search result 2018-03-06 09:04:47 +01:00
TypeFactory.php TASK: Rename vendor 2017-07-06 23:48:47 +02:00