Enum and Description |
---|
org.apache.solr.legacy.LegacyNumericType
Please switch to
PointValues instead |
Field and Description |
---|
org.apache.solr.uninverting.FieldCache.LEGACY_DOUBLE_PARSER
Index with points and use
FieldCache.DOUBLE_POINT_PARSER instead. |
org.apache.solr.legacy.BBoxStrategy.LEGACY_FIELDTYPE |
org.apache.solr.legacy.PointVectorStrategy.LEGACY_FIELDTYPE |
org.apache.solr.uninverting.FieldCache.LEGACY_FLOAT_PARSER
Index with points and use
FieldCache.FLOAT_POINT_PARSER instead. |
org.apache.solr.uninverting.FieldCache.LEGACY_INT_PARSER
Index with points and use
FieldCache.INT_POINT_PARSER instead. |
org.apache.solr.uninverting.FieldCache.LEGACY_LONG_PARSER
Index with points and use
FieldCache.LONG_POINT_PARSER instead. |
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.handler.SnapShooter(SolrCore, String, String) |
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-2019 Apache Software Foundation. All Rights Reserved.