@Deprecated public class DateMultiTrieField extends LongMultiTrieField implements DateValueStream.CastingDateValueStream
TrieDateField with DocValues enabled.DateValueStream.AbstractDateValueStream, DateValueStream.CastingDateValueStreamLongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStreamAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionTypeStringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStreamDoubleValueStream.AbstractDoubleValueStream, DoubleValueStream.CastingDoubleValueStreamfieldName, 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, streamLongsconvertToConstant, getExpressionStr, getExpressionType, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamLongsconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getNamepublic DateMultiTrieField(String fieldName)
public void streamDates(Consumer<Date> cons)
DateValueStreamstreamDates in interface DateValueStreamcons - The consumer to accept the valuespublic void streamStrings(Consumer<String> cons)
StringValueStreamstreamStrings in interface StringValueStreamstreamStrings in class LongMultiTrieFieldcons - The consumer to accept the valuespublic void streamObjects(Consumer<Object> cons)
AnalyticsValueStreamstreamObjects in interface AnalyticsValueStreamstreamObjects in class LongMultiTrieFieldcons - The consumer to accept the valuesCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.