SOLR-12972: deprecate unused SolrIndexConfig.luceneVersion

This commit is contained in:
Christine Poerschke 2018-11-19 14:06:09 +00:00
parent c2bd3aed22
commit 7abb25eff5
2 changed files with 4 additions and 1 deletions

View File

@ -123,7 +123,8 @@ New Features
Other Changes
----------------------
(No Changes)
* SOLR-12972: deprecate unused SolrIndexConfig.luceneVersion (Christine Poerschke)
Bug Fixes
----------------------

View File

@ -62,6 +62,8 @@ public class SolrIndexConfig implements MapSerializable {
private static final String DEFAULT_MERGE_POLICY_FACTORY_CLASSNAME = DefaultMergePolicyFactory.class.getName();
public static final String DEFAULT_MERGE_SCHEDULER_CLASSNAME = ConcurrentMergeScheduler.class.getName();
@Deprecated
public final Version luceneVersion;
public final boolean useCompoundFile;