Class FetchFieldsContext

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

public class FetchFieldsContext
extends java.lang.Object
The context needed to retrieve fields.
  • Constructor Summary

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

    Modifier and Type Method Description
    java.util.List<FieldAndFormat> fields()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FetchFieldsContext

      public FetchFieldsContext​(java.util.List<FieldAndFormat> fields)
  • Method Details