This class provides a TokenStream for indexing numeric values that is used in {@link NumericAnalyzer}.
This tokenizer expects to receive a string representation of a numeric value as input. It parses the input using {@link NumericParser#parseAndConvert(Reader)}, and uses a {@link NodeNumericTermAttribute} to generate the numeric token.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.