public class DateMultiPointField extends LongMultiPointField implements DateValueStream.CastingDateValueStream
DatePointField with DocValues enabled.DateValueStream.AbstractDateValueStream, DateValueStream.CastingDateValueStreamLongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStreamAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionTypeStringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStreamDoubleValueStream.AbstractDoubleValueStream, DoubleValueStream.CastingDoubleValueStreamfieldName, initialArrayLength| Constructor and Description |
|---|
DateMultiPointField(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
streamDates(Consumer<Date> cons)
Stream the date representations of all current values, if any exist.
|
void |
streamObjects(Consumer<Object> cons)
Stream the object representations of all current values, if any exist.
|
void |
streamStrings(Consumer<String> cons)
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 DateMultiPointField(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 LongMultiPointFieldcons - The consumer to accept the valuespublic void streamObjects(Consumer<Object> cons)
AnalyticsValueStreamstreamObjects in interface AnalyticsValueStreamstreamObjects in class LongMultiPointFieldcons - The consumer to accept the valuesCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.