kitzberger/solr-gc

TYPO3 Solr Garbage Collector

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.0.0 2019-03-21 12:16 UTC

This package is auto-updated.

Last update: 2024-03-22 02:05:38 UTC


README

Provides a simple Extbase Command Controller that removes all records of a given table and matching a given where clause.

Example: cli

typo3/cli_dispatch.phpsh extbase solr:garbagecollect --table tx_myextension_domain_model_record

Example: scheduler task

Configuration