Uses of Class
org.apache.lucene.analysis.NumericTokenStream

Packages that use NumericTokenStream
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
 

Uses of NumericTokenStream in org.apache.lucene.analysis
 

Methods in org.apache.lucene.analysis that return NumericTokenStream
 NumericTokenStream NumericTokenStream.setDoubleValue(double value)
          Initializes the token stream with the supplied double value.
 NumericTokenStream NumericTokenStream.setFloatValue(float value)
          Initializes the token stream with the supplied float value.
 NumericTokenStream NumericTokenStream.setIntValue(int value)
          Initializes the token stream with the supplied int value.
 NumericTokenStream NumericTokenStream.setLongValue(long value)
          Initializes the token stream with the supplied long value.
 

Uses of NumericTokenStream in org.apache.lucene.document
 

Fields in org.apache.lucene.document declared as NumericTokenStream
protected  NumericTokenStream Field.numericTokenStream
           
 



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