mirror of https://github.com/apache/lucene.git
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:
parent
da44adc820
commit
b5b552ad04
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue