Uses of Interface
org.apache.solr.schema.NumericValueFieldType
-
Packages that use NumericValueFieldType Package Description org.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xml -
-
Uses of NumericValueFieldType in org.apache.solr.schema
Subinterfaces of NumericValueFieldType in org.apache.solr.schema Modifier and Type Interface Description interface
DoubleValueFieldType
Marker interface for double-valued field types.interface
FloatValueFieldType
Marker interface for float-valued field types.interface
IntValueFieldType
Marker interface for int-valued field types.interface
LongValueFieldType
Marker interface for long-valued field types.Classes in org.apache.solr.schema that implement NumericValueFieldType Modifier and Type Class Description class
DenseVectorField
Provides a field type to support Lucene'sKnnVectorField
.class
DoublePointField
PointField
implementation forDouble
values.class
FloatPointField
PointField
implementation forFloat
values.class
IntPointField
PointField
implementation forInteger
values.class
LongPointField
PointField
implementation forLong
values.class
TrieDoubleField
Deprecated.Trie fields are deprecated as of Solr 7.0class
TrieFloatField
Deprecated.Trie fields are deprecated as of Solr 7.0class
TrieIntField
Deprecated.Trie fields are deprecated as of Solr 7.0class
TrieLongField
Deprecated.Trie fields are deprecated as of Solr 7.0
-