Skip to content

Commit

Permalink
[Doc] Add more visible info that solr_create_index command is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom authored Oct 31, 2018
1 parent 83aa36e commit 0ed2a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bundle/Command/SolrCreateIndexCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ protected function configure()
->setHelp(
<<<EOT
The command <info>%command.name%</info> indexes current configured database in configured Solr storage.
DEPRECATED: Use ezplatform:reindex command instead, it gives many more options for indexing your content.
EOT
);
}
Expand Down

0 comments on commit 0ed2a31

Please sign in to comment.