mirror of https://github.com/apache/lucene.git
SOLR-6715: Fix javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4905248879
commit
39e7625798
|
@ -97,7 +97,7 @@ public class ManagedIndexSchemaFactory extends IndexSchemaFactory implements Sol
|
||||||
* the instantiated IndexSchema is persisted to the managed schema file named in the
|
* the instantiated IndexSchema is persisted to the managed schema file named in the
|
||||||
* managedSchemaResourceName param, in the directory given by
|
* managedSchemaResourceName param, in the directory given by
|
||||||
* {@link org.apache.solr.core.SolrResourceLoader#getConfigDir()}, or if configs are
|
* {@link org.apache.solr.core.SolrResourceLoader#getConfigDir()}, or if configs are
|
||||||
* in ZooKeeper, under {@link org.apache.solr.cloud.ZkSolrResourceLoader#collectionZkPath}.
|
* in ZooKeeper, under {@link org.apache.solr.cloud.ZkSolrResourceLoader#getConfigSetZkPath()}.
|
||||||
*
|
*
|
||||||
* After the managed schema file is persisted, the original schema file is
|
* After the managed schema file is persisted, the original schema file is
|
||||||
* renamed by appending the extension named in {@link #UPGRADED_SCHEMA_EXTENSION}.
|
* renamed by appending the extension named in {@link #UPGRADED_SCHEMA_EXTENSION}.
|
||||||
|
|
Loading…
Reference in New Issue