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, parseAndConvert
public DateNumericAnalyzer.DateNumericParser()
public Long parse(Reader input) throws IOException
NumericAnalyzer.NumericParser
Reader
, and parses the encoded numeric value.
This is used at query time, for creating a NodeNumericRangeQuery
.
parse
in class LongNumericAnalyzer.LongNumericParser
IOException
Copyright © 2014. All rights reserved.