1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/12683] Add CLI command to generate the search index

PHPBB3-12683
This commit is contained in:
rubencm
2021-03-24 12:27:07 +01:00
committed by Ruben Calvo
parent d5dab4def9
commit ce54ee5e6f
5 changed files with 383 additions and 0 deletions

View File

@@ -246,6 +246,38 @@ services:
tags:
- { name: console.command }
console.command.searchindex.list_all:
class: phpbb\console\command\searchindex\list_all
arguments:
- '@config'
- '@language'
- '@search.backend_collection'
- '@user'
tags:
- { name: console.command }
console.command.searchindex.create:
class: phpbb\console\command\searchindex\create
arguments:
- '@config'
- '@language'
- '@log'
- '@search.backend_factory'
- '@user'
tags:
- { name: console.command }
console.command.searchindex.delete:
class: phpbb\console\command\searchindex\delete
arguments:
- '@config'
- '@language'
- '@log'
- '@search.backend_factory'
- '@user'
tags:
- { name: console.command }
console.command.thumbnail.delete:
class: phpbb\console\command\thumbnail\delete
arguments: