Uses of Interface
org.apache.solr.schema.FloatValueFieldType

Packages that use FloatValueFieldType
org.apache.solr.schema IndexSchema and FieldType implementations for powering schema.xml 
 

Uses of FloatValueFieldType in org.apache.solr.schema
 

Classes in org.apache.solr.schema that implement FloatValueFieldType
 class FloatField
          A legacy numeric field type that encodes "Float" values as simple Strings.
 class SortableFloatField
          Deprecated. use FloatField or TrieFloatField - will be removed in 5.x
 class TrieFloatField
          A numeric field that can contain single-precision 32-bit IEEE 754 floating point values.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.