search_core/Documentation/source
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
..
changelog TASK: Finish deletion of index and documents feature 2018-12-30 13:43:43 +01:00
configuration TASK: Fix two rst issues 2018-05-18 10:19:06 +02:00
development [TASK] Add a little description howto extend configuration 2018-10-31 09:40:33 +01:00
changelog.rst TASK: Improve documentation 2018-12-29 19:21:16 +01:00
concepts.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
conf.py TASK: Raise version number to 0.0.7 2018-09-27 16:57:16 +02:00
configuration.rst TASK: Improve documentation 2018-12-29 19:21:16 +01:00
connections.rst FEATURE: Provide new feature to configure the index 2018-05-17 23:42:13 +02:00
dataprocessors.rst !!!|FEATURE: Extract relation resolver to data processor 2018-04-24 11:00:29 +02:00
development.rst [TASK] Add docprops to classes 2018-10-03 10:59:45 +02:00
features.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
index.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
indexer.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
installation.rst TASK: Raise version number to 0.0.7 2018-09-27 16:57:16 +02:00
readme.rst TASK: Update / cleanup documentation 2018-03-08 11:35:50 +01:00
usage.rst TASK: Finish deletion of index and documents feature 2018-12-30 13:43:43 +01:00

TYPO3 Extension search_core

Introduction

What does it do?

The goal of this extension is to provide search integrations into TYPO3 CMS. The extension will provide a convenient API to allow developers to provide concrete implementations of backends like Elasticsearch, Algolia or Solr.

The extension provides integration into TYPO3 like a frontend plugin for searches and hooks to update search indexes on updates. Also a command line interface is provided for interactions like re-indexing.

Current state

This is still a very early beta version. More information can be taken from Github at current issues.

We are also focusing on Code Quality and Testing through travis ci, phpcs, phpunit and phpstan.