@Deprecated public class DoubleMultiTrieField extends AnalyticsField implements DoubleValueStream.CastingDoubleValueStream
TrieDoubleField with DocValues enabled.DoubleValueStream.AbstractDoubleValueStream, DoubleValueStream.CastingDoubleValueStreamStringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStreamAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionTypefieldName, initialArrayLength| Constructor and Description | 
|---|
| DoubleMultiTrieField(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 | 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 DoubleMultiTrieField(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 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-2019 Apache Software Foundation. All Rights Reserved.