mirror of https://github.com/apache/lucene.git
SOLR-12972: deprecate unused SolrIndexConfig.luceneVersion
This commit is contained in:
parent
c2bd3aed22
commit
7abb25eff5
|
@ -123,7 +123,8 @@ New Features
|
||||||
Other Changes
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
(No Changes)
|
* SOLR-12972: deprecate unused SolrIndexConfig.luceneVersion (Christine Poerschke)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,8 @@ public class SolrIndexConfig implements MapSerializable {
|
||||||
|
|
||||||
private static final String DEFAULT_MERGE_POLICY_FACTORY_CLASSNAME = DefaultMergePolicyFactory.class.getName();
|
private static final String DEFAULT_MERGE_POLICY_FACTORY_CLASSNAME = DefaultMergePolicyFactory.class.getName();
|
||||||
public static final String DEFAULT_MERGE_SCHEDULER_CLASSNAME = ConcurrentMergeScheduler.class.getName();
|
public static final String DEFAULT_MERGE_SCHEDULER_CLASSNAME = ConcurrentMergeScheduler.class.getName();
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public final Version luceneVersion;
|
public final Version luceneVersion;
|
||||||
|
|
||||||
public final boolean useCompoundFile;
|
public final boolean useCompoundFile;
|
||||||
|
|
Loading…
Reference in New Issue