search_core/Documentation/source/indexer.rst
Daniel Siepmann 4756da5c5d
TASK: Update / cleanup documentation
Code and docs have diverged a bit. We therefore need to update them.
2018-03-08 11:35:50 +01:00

978 B

Indexer

See Concept of concepts_indexing for further background information.

For information about implementing a new indexer, take a look at development_indexer.

The extension provides the following indexer out of the box:

TcaIndexer

Provides zero configuration TYPO3 integration by using the t3tcaref:start. You just can start indexing TYPO3.

Just add the indexer for a TYPO3 table. The indexer will use the TCA to fetch all necessary information like relations.

Note

Not all relations are resolved yet, see 17.

PagesIndexer

Provides zero configuration TYPO3 integration by using the t3tcaref:start. You just can start indexing TYPO3.

The indexer will use the TCA to fetch all necessary information like relations. Currently the implementation is very basic.

Note

Not all relations are resolved yet, see 17 and 20.