2016-12-15 17:59:13 +01:00
|
|
|
.. _indexer:
|
|
|
|
|
|
|
|
Indexer
|
|
|
|
=======
|
|
|
|
|
|
|
|
See Concept of :ref:`concepts_indexing` for further background information.
|
|
|
|
|
2018-03-08 08:17:41 +01:00
|
|
|
For information about implementing a new indexer, take a look at :ref:`development_indexer`.
|
|
|
|
|
2016-12-15 17:59:13 +01:00
|
|
|
The extension provides the following indexer out of the box:
|
|
|
|
|
|
|
|
.. _TcaIndexer:
|
|
|
|
|
|
|
|
TcaIndexer
|
|
|
|
----------
|
|
|
|
|
2016-12-20 09:26:24 +01:00
|
|
|
Provides zero configuration TYPO3 integration by using the :ref:`t3tcaref:start`. You just can
|
2016-12-15 17:59:13 +01:00
|
|
|
start indexing TYPO3.
|
|
|
|
|
2018-03-08 08:17:41 +01:00
|
|
|
Just add the indexer for a TYPO3 table. The indexer will use the TCA to fetch all necessary
|
|
|
|
information like relations.
|
2016-12-15 17:59:13 +01:00
|
|
|
|
2018-03-08 08:17:41 +01:00
|
|
|
.. note::
|
2017-10-14 13:02:48 +02:00
|
|
|
|
2018-03-08 08:17:41 +01:00
|
|
|
Not all relations are resolved yet, see :issue:`17`.
|
2017-10-14 13:02:48 +02:00
|
|
|
|
2017-07-13 13:58:16 +02:00
|
|
|
.. _PagesIndexer:
|
|
|
|
|
|
|
|
PagesIndexer
|
|
|
|
------------
|
|
|
|
|
|
|
|
Provides zero configuration TYPO3 integration by using the :ref:`t3tcaref:start`. You just can
|
|
|
|
start indexing TYPO3.
|
|
|
|
|
|
|
|
The indexer will use the TCA to fetch all necessary information like relations. Currently the
|
2018-03-08 08:17:41 +01:00
|
|
|
implementation is very basic.
|
2017-10-14 13:02:48 +02:00
|
|
|
|
2016-12-16 12:55:23 +01:00
|
|
|
.. note::
|
|
|
|
|
|
|
|
Not all relations are resolved yet, see :issue:`17` and :pr:`20`.
|