618afb784a
Merge remote-tracking branch 'origin/develop' into support/76
...
Conflicts:
Classes/Connection/Elasticsearch/IndexFactory.php
Classes/Domain/Index/TcaIndexer.php
Classes/Domain/Index/TcaIndexer/PagesIndexer.php
Classes/Domain/Index/TcaIndexer/TcaTableService.php
Classes/Domain/Search/QueryFactory.php
Classes/Integration/Form/Finisher/DataHandlerFinisher.php
Documentation/source/readme.rst
2018-03-13 09:32:04 +01:00
ee3987a746
Merge branch 'develop' into support/76
...
Conflicts:
Classes/DataProcessing/ProcessorInterface.php
Classes/Domain/Index/AbstractIndexer.php
Classes/Integration/Form/Finisher/DataHandlerFinisher.php
Makefile
Tests/Functional/Connection/Elasticsearch/FilterTest.php
Tests/Functional/Fixtures/BasicSetup.ts
Tests/Unit/Integration/Form/Finisher/DataHandlerFinisherTest.php
composer.json
2018-03-08 11:58:31 +01:00
fc8017fdf4
TASK: Fix further issues reported by phan
2018-03-08 11:09:28 +01:00
8d930448e0
TASK: Fix scurtinizer issues
2018-03-06 17:58:19 +01:00
04aaad12fe
FEATURE: Provide ContentObjectDataProcessorAdapterProcessor
...
Allow integrator to execute any existing data processor for content
objects.
Resolves : #118
2018-03-06 11:16:00 +01:00
2998c43ba8
TASK: Refactor data processing
...
Use own service to handle data processing. Classes like indexer should
not know anything about the structure and how to process the data.
Also rename record to data, as we can process just any data in form of
an array.
Relates: #116
2018-03-01 08:03:51 +01:00
810439cc80
Merge remote-tracking branch 'origin/support/76' into feature/merge-with-features
...
Conflicts:
Classes/Domain/Index/TcaIndexer/TcaTableService.php
Classes/Domain/Search/QueryFactory.php
Tests/Functional/Connection/Elasticsearch/IndexTcaTableTest.php
Tests/Functional/Hooks/DataHandler/ProcessesAllowedTablesTest.php
Tests/Unit/Domain/Search/QueryFactoryTest.php
2018-01-30 20:22:09 +01:00
379dddf8ac
BUGFIX: Also remove fields containing "null"
2017-11-08 20:36:04 +01:00
0159315183
FEATURE: Add data processor to remove fields for indexing
...
Add a new processor, with docs and tests, to allow removal of fields
before sending them to search service like elasticsearch.
E.g. remove sensitive information that should not be available.
2017-11-08 20:20:37 +01:00
7ca998c03a
TASK: Fix PR issues
2017-10-24 14:06:56 +02:00
e1764dca13
FEATURE: Add GeoPoint Processor
...
Document data processors.
Add test for new data processor.
2017-10-20 16:36:26 +02:00
3f1c3db2a2
Merge remote-tracking branch 'origin/develop' into feature/geo-search
...
Conflicts:
Classes/DataProcessing/ProcessorInterface.php
Classes/Domain/Index/TcaIndexer/TcaTableService.php
2017-10-20 09:20:04 +02:00
efeb5d1e07
FEATURE: Add data processing to extension
...
Allow integrators / developer to apply data processing concept known
from FLUIDTEMPLATE to indexing.
2017-10-14 13:02:48 +02:00
aebe58721d
TASK: Add changes from customer project
2017-10-10 11:15:06 +02:00
fafa919f37
WIP|FEATURE: Basic hardcoded implementation
2017-09-16 20:50:03 +02:00