-
Enums Enum Description org.apache.solr.legacy.LegacyNumericType Please switch toPointValues
instead
-
Fields Field Description org.apache.solr.legacy.BBoxStrategy.LEGACY_FIELDTYPE org.apache.solr.legacy.PointVectorStrategy.LEGACY_FIELDTYPE org.apache.solr.uninverting.FieldCache.LEGACY_DOUBLE_PARSER Index with points and useFieldCache.DOUBLE_POINT_PARSER
instead.org.apache.solr.uninverting.FieldCache.LEGACY_FLOAT_PARSER Index with points and useFieldCache.FLOAT_POINT_PARSER
instead.org.apache.solr.uninverting.FieldCache.LEGACY_INT_PARSER Index with points and useFieldCache.INT_POINT_PARSER
instead.org.apache.solr.uninverting.FieldCache.LEGACY_LONG_PARSER Index with points and useFieldCache.LONG_POINT_PARSER
instead.
-
Constructors Constructor Description org.apache.solr.handler.SnapShooter(SolrCore, String, String) 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)
-
Enum Constants Enum Constant Description org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_DOUBLE Index with points and useUninvertingReader.Type.DOUBLE_POINT
instead.org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_FLOAT Index with points and useUninvertingReader.Type.FLOAT_POINT
instead.org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_INTEGER Index with points and useUninvertingReader.Type.INTEGER_POINT
instead.org.apache.solr.uninverting.UninvertingReader.Type.LEGACY_LONG Index with points and useUninvertingReader.Type.LONG_POINT
instead.