search_core/Documentation/source/usage.rst
Daniel Siepmann 70e9d07b7e
CLEANUP: Documentation
* Add some links to Github issues
* Fix some typos
* Remove some warnings
2016-12-16 12:55:23 +01:00

714 B

Usage

Manual indexing

You can trigger indexing from CLI:

./typo3/cli_dispatch.phpsh extbase index:index --table 'tt_content'

This will index the table tt_content using the TcaIndexer.

Only one table per call is available, to index multiple tables just make multiple calls. The tables have to be white listed through allowedTables option.

Auto indexing

Indexing is done through hooks every time an record is changed. The tables have to be white listed through allowedTables option.

Note

Not all hook operations are supported yet, see 27.