@Deprecated public class LongMultiTrieField extends AnalyticsField implements LongValueStream.CastingLongValueStream
TrieLongField with DocValues enabled.LongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStreamDoubleValueStream.AbstractDoubleValueStream, DoubleValueStream.CastingDoubleValueStreamStringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStreamAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionTypefieldName, initialArrayLength| Constructor and Description |
|---|
LongMultiTrieField(String fieldName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collect(int doc)
Deprecated.
Collect the value(s) of the wrapped field for the given document, and store the value.
|
void |
doSetNextReader(LeafReaderContext context)
Deprecated.
Set the segment reader context
|
void |
streamDoubles(DoubleConsumer cons)
Deprecated.
Stream the double representations of all current values, if any exist.
|
void |
streamLongs(LongConsumer cons)
Deprecated.
Stream the long 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.
|
convertToConstant, getExpressionStr, getExpressionType, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getNamepublic LongMultiTrieField(String fieldName)
public void doSetNextReader(LeafReaderContext context) throws IOException
AnalyticsFielddoSetNextReader in class AnalyticsFieldcontext - segment contextIOException - if an error occurs while loading the leaf readerpublic void collect(int doc)
throws IOException
AnalyticsFieldcollect in class AnalyticsFielddoc - ID of the document to collectIOException - if an error occurs while reading the document.public void streamLongs(LongConsumer cons)
LongValueStreamstreamLongs in interface LongValueStreamcons - The consumer to accept the valuespublic void streamDoubles(DoubleConsumer cons)
DoubleValueStreamstreamDoubles in interface DoubleValueStreamcons - The consumer to accept the valuespublic void streamStrings(Consumer<String> cons)
StringValueStreamstreamStrings in interface StringValueStreamcons - The consumer to accept the valuespublic void streamObjects(Consumer<Object> cons)
AnalyticsValueStreamstreamObjects in interface AnalyticsValueStreamcons - The consumer to accept the valuesCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.