Uses of Class
org.apache.solr.schema.TrieField

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

Uses of TrieField in org.apache.solr.schema
 

Subclasses of TrieField in org.apache.solr.schema
 class TrieDoubleField
          A numeric field that can contain double-precision 64-bit IEEE 754 floating point values.
 class TrieFloatField
          A numeric field that can contain single-precision 32-bit IEEE 754 floating point values.
 class TrieIntField
          A numeric field that can contain 32-bit signed two's complement integer values.
 class TrieLongField
          A numeric field that can contain 64-bit signed two's complement integer values.
 



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