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

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

Uses of IntValueFieldType in org.apache.solr.schema
 

Classes in org.apache.solr.schema that implement IntValueFieldType
 class IntField
          A legacy numeric field type that encodes "Integer" values as simple Strings.
 class SortableIntField
          Deprecated. use IntField or TrieIntField - will be removed in 5.x
 class TrieIntField
          A numeric field that can contain 32-bit signed two's complement integer values.
 



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