public class StringMultiField extends AnalyticsField implements StringValueStream.CastingStringValueStream
StrField
with DocValues enabled.StringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStream
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType
fieldName, initialArrayLength
Constructor and Description |
---|
StringMultiField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
collect(int doc)
Collect the value(s) of the wrapped field for the given document, and store the value.
|
void |
doSetNextReader(LeafReaderContext context)
Set the segment reader context
|
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.
|
convertToConstant, getExpressionStr, getExpressionType, getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName
public StringMultiField(String fieldName)
public void doSetNextReader(LeafReaderContext context) throws IOException
AnalyticsField
doSetNextReader
in class AnalyticsField
context
- segment contextIOException
- if an error occurs while loading the leaf readerpublic void collect(int doc) throws IOException
AnalyticsField
collect
in class AnalyticsField
doc
- ID of the document to collectIOException
- if an error occurs while reading the document.public void streamStrings(Consumer<String> cons)
StringValueStream
streamStrings
in interface StringValueStream
cons
- The consumer to accept the valuespublic void streamObjects(Consumer<Object> cons)
AnalyticsValueStream
streamObjects
in interface AnalyticsValueStream
cons
- The consumer to accept the valuesCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.