Uses of Class
org.apache.lucene.document.FieldType.NumericType

Packages that use FieldType.NumericType
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
 

Uses of FieldType.NumericType in org.apache.lucene.document
 

Methods in org.apache.lucene.document that return FieldType.NumericType
 FieldType.NumericType FieldType.numericType()
          NumericType: if non-null then the field's value will be indexed numerically so that NumericRangeQuery can be used at search time.
static FieldType.NumericType FieldType.NumericType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldType.NumericType[] FieldType.NumericType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.document with parameters of type FieldType.NumericType
 void FieldType.setNumericType(FieldType.NumericType type)
          Specifies the field's numeric type.
 



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