Uses of Class
org.apache.lucene.document.NumericField

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

Uses of NumericField in org.apache.lucene.document
 

Methods in org.apache.lucene.document that return NumericField
 NumericField NumericField.setDoubleValue(double value)
          Initializes the field with the supplied double value.
 NumericField NumericField.setFloatValue(float value)
          Initializes the field with the supplied float value.
 NumericField NumericField.setIntValue(int value)
          Initializes the field with the supplied int value.
 NumericField NumericField.setLongValue(long value)
          Initializes the field with the supplied long value.
 



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