mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-11 08:36:11 +01:00
823 B
823 B
Indexer
See Concept of concepts_indexing
for further background
information.
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.
The indexer will use the TCA to fetch all necessary information like
relations. Currently the implementation is very basic. In future it will
also provide mapping for Elasticsearch
and further stuff.
The indexer is configurable through the following options:
allowedTables
rootLineBlacklist
additionalWhereClause
Note
Not all relations are resolved yet, see 17
and 20
. Also the pages-Table is not available yet, see 24
.