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

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

Uses of DoubleValueFieldType in org.apache.solr.schema
 

Classes in org.apache.solr.schema that implement DoubleValueFieldType
 class DoubleField
          A legacy numeric field type that encodes "Double" values as simple Strings.
 class SortableDoubleField
          Deprecated. use DoubleField or TrieDoubleField - will be removed in 5.x
 class TrieDoubleField
          A numeric field that can contain double-precision 64-bit IEEE 754 floating point values.
 



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