public class DateNumericAnalyzer.DateNumericParser extends LongNumericAnalyzer.LongNumericParser
| Constructor and Description |
|---|
DateNumericAnalyzer.DateNumericParser() |
| Modifier and Type | Method and Description |
|---|---|
Long |
parse(Reader input)
Reads a textual representation of a numeric using a
Reader, and parses the encoded numeric value. |
getNumericType, getValueSize, parseAndConvertpublic DateNumericAnalyzer.DateNumericParser()
public Long parse(Reader input) throws IOException
NumericAnalyzer.NumericParserReader, and parses the encoded numeric value.
This is used at query time, for creating a NodeNumericRangeQuery.
parse in class LongNumericAnalyzer.LongNumericParserIOExceptionCopyright © 2014. All rights reserved.