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.
  • Constructor Summary

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

    Modifier and Type Method Description
    static FetchDocValuesContext create​(MapperService mapperService, java.util.List<FieldAndFormat> fieldPatterns)  
    java.util.List<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