From 0ed2a31b7798eef534264c64b47554fa5408a753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Wed, 31 Oct 2018 09:00:27 +0100 Subject: [PATCH] [Doc] Add more visible info that solr_create_index command is deprecated --- bundle/Command/SolrCreateIndexCommand.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle/Command/SolrCreateIndexCommand.php b/bundle/Command/SolrCreateIndexCommand.php index 977305f4d..55111143c 100644 --- a/bundle/Command/SolrCreateIndexCommand.php +++ b/bundle/Command/SolrCreateIndexCommand.php @@ -40,6 +40,9 @@ protected function configure() ->setHelp( <<%command.name% indexes current configured database in configured Solr storage. + + +DEPRECATED: Use ezplatform:reindex command instead, it gives many more options for indexing your content. EOT ); }