Class FetchDocValuesContext

java.lang.Object
org.elasticsearch.search.fetch.subphase.FetchDocValuesContext

public class FetchDocValuesContext
extends java.lang.Object
All the required context to pull a field from the doc values.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  FetchDocValuesContext.FieldAndFormat
    Wrapper around a field name and the format that should be used to display values of this field.
  • Constructor Summary

    Constructors 
    Constructor Description
    FetchDocValuesContext​(java.util.List<FetchDocValuesContext.FieldAndFormat> fields)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<FetchDocValuesContext.FieldAndFormat> fields()
    Returns the required docvalue fields

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait