@Deprecated public class DateMultiTrieField extends LongMultiTrieField implements DateValueStream.CastingDateValueStream
TrieDateField
with DocValues enabled.DateValueStream.AbstractDateValueStream, DateValueStream.CastingDateValueStream
LongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStream
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType
StringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStream
DoubleValueStream.AbstractDoubleValueStream, DoubleValueStream.CastingDoubleValueStream
fieldName, initialArrayLength
Constructor and Description |
---|
DateMultiTrieField(String fieldName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
streamDates(Consumer<Date> cons)
Deprecated.
Stream the date representations of all current values, if any exist.
|
void |
streamObjects(Consumer<Object> cons)
Deprecated.
Stream the object representations of all current values, if any exist.
|
void |
streamStrings(Consumer<String> cons)
Deprecated.
Stream the String representations of all current values, if any exist.
|
collect, doSetNextReader, streamDoubles, streamLongs
convertToConstant, getExpressionStr, getExpressionType, getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
streamLongs
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName
public DateMultiTrieField(String fieldName)
public void streamDates(Consumer<Date> cons)
DateValueStream
streamDates
in interface DateValueStream
cons
- The consumer to accept the valuespublic void streamStrings(Consumer<String> cons)
StringValueStream
streamStrings
in interface StringValueStream
streamStrings
in class LongMultiTrieField
cons
- The consumer to accept the valuespublic void streamObjects(Consumer<Object> cons)
AnalyticsValueStream
streamObjects
in interface AnalyticsValueStream
streamObjects
in class LongMultiTrieField
cons
- The consumer to accept the valuesCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.