Class DocValueFieldsContext

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

public class DocValueFieldsContext
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  DocValueFieldsContext.FieldAndFormat
    Wrapper around a field name and the format that should be used to display values of this field.
  • Constructor Summary

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

    Modifier and Type Method Description
    java.util.List<DocValueFieldsContext.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