SOLR-1051: fix the comment of indexDir parameter

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2009-06-06 03:15:51 +00:00
parent da44adc820
commit b5b552ad04
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public interface CoreAdminParams
public final static String FILE = "file";
/** If you merge indexes, what are the index directories.
* The directories are separated by ",". */
* The directories are specified by multiple indexDir parameters. */
public final static String INDEX_DIR = "indexDir";
public enum CoreAdminAction {