2020-10-28 17:57:00 +00:00
|
|
|
# cradle elastic
|
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
> Verwalte ElasticSearch Instanzen einer Cradle Instanz.
|
2021-04-24 12:09:56 +01:00
|
|
|
> Weitere Informationen: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#elastic>.
|
2020-10-28 17:57:00 +00:00
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Entleere den ElasticSearch Index:
|
2020-10-28 17:57:00 +00:00
|
|
|
|
|
|
|
`cradle elastic flush`
|
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Entleere den ElasticSearch Index für ein bestimmtes Paket:
|
2020-10-28 17:57:00 +00:00
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
`cradle elastic flush {{paket}}`
|
2020-10-28 17:57:00 +00:00
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Sende ein ElasticSearch Schema ab:
|
2020-10-28 17:57:00 +00:00
|
|
|
|
|
|
|
`cradle elastic map`
|
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Sende ein ElasticSearch Schema für ein bestimmtes Paket ab:
|
2020-10-28 17:57:00 +00:00
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
`cradle elastic map {{paket}}`
|
2020-10-28 17:57:00 +00:00
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Befülle die ElasticSearch Indizes für alle Pakete:
|
2020-10-28 17:57:00 +00:00
|
|
|
|
|
|
|
`cradle elastic populate`
|
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
- Befülle die ElasticSearch Indizes für ein bestimmtes Paket:
|
2020-10-28 17:57:00 +00:00
|
|
|
|
2021-03-25 16:42:04 +00:00
|
|
|
`cradle elastic populate {{paket}}`
|