Reindex isn't a plugin

Remove another mention of it being a plugin.
This commit is contained in:
Nik Everett 2016-02-29 10:21:10 -05:00
parent e9ce61910f
commit 16934d50b6
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
*/
esplugin {
description 'The Reindex Plugin adds APIs to reindex from one index to another or update documents in place.'
description 'The Reindex module adds APIs to reindex from one index to another or update documents in place.'
classname 'org.elasticsearch.index.reindex.ReindexPlugin'
}