-
Enums Enum Description org.apache.solr.legacy.LegacyNumericType Please switch toPointValues
instead
-
Fields Field Description org.apache.solr.core.SolrResourceLoader.USER_FILES_DIRECTORY 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.
-
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.