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 ); }