Package and Description |
---|
org.apache.solr.cloud.autoscaling
to be removed in Solr 9.0 (see SOLR-14656)
|
org.apache.solr.cloud.autoscaling.sim
to be removed in Solr 9.0 (see SOLR-14656)
|
org.apache.solr.metrics.rrd
this functionality will be removed in Solr 9.0
|
Interface and Description |
---|
org.apache.solr.cloud.autoscaling.sim.ActionError
to be removed in Solr 9.0 (see SOLR-14656)
|
org.apache.solr.util.stats.MetricUtils.PropertyFilter
use
Predicate instead. |
org.apache.solr.cloud.autoscaling.TriggerAction
to be removed in Solr 9.0 (see SOLR-14656)
|
org.apache.solr.cloud.autoscaling.TriggerListener
to be removed in Solr 9.0 (see SOLR-14656)
|
Enum and Description |
---|
org.apache.solr.legacy.LegacyNumericType
Please switch to
PointValues instead |
Exceptions and Description |
---|
org.apache.solr.cloud.autoscaling.TriggerActionException
to be removed in Solr 9.0 (see SOLR-14656)
|
org.apache.solr.cloud.autoscaling.TriggerValidationException
to be removed in Solr 9.0 (see SOLR-14656)
|
Constructor and Description |
---|
org.apache.solr.internal.csv.CSVStrategy(char, char, char, char, boolean, boolean, boolean, boolean)
Use the ctor that also takes printerNewline. This ctor will be removed in Solr 7.
|
org.apache.solr.update.DefaultSolrCoreState(DirectoryFactory) |
org.apache.solr.metrics.MetricsMap(BiConsumer<Boolean, Map<String, Object>>)
use
MetricsMap.MetricsMap(MapWriter) instead. |
org.apache.solr.handler.SnapShooter(SolrCore, String, String) |
org.apache.solr.metrics.reporters.solr.SolrReporter(HttpClient, Supplier<String>, SolrMetricManager, List<SolrReporter.Report>, String, String, TimeUnit, TimeUnit, SolrParams, boolean, boolean, boolean, boolean) |
org.apache.solr.core.SolrResourceLoader()
Use
new SolrResourceLoader(Path) |
org.apache.solr.core.SolrResourceLoader(Path, ClassLoader, Properties) |
Enum Constant and Description |
---|
org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_DOUBLE
Index with points and use
UninvertingReader.Type.DOUBLE_POINT instead. |
org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_FLOAT
Index with points and use
UninvertingReader.Type.FLOAT_POINT instead. |
org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_INTEGER
Index with points and use
UninvertingReader.Type.INTEGER_POINT instead. |
org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_LONG
Index with points and use
UninvertingReader.Type.LONG_POINT instead. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.