Class FetchDocValuesContext

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

public class FetchDocValuesContext extends Object
All the required context to pull a field from the doc values. This contains:
  • a list of field names and its format.
  • Constructor Details

    • FetchDocValuesContext

      public FetchDocValuesContext(SearchExecutionContext searchExecutionContext, List<FieldAndFormat> fieldPatterns)
      Create a new FetchDocValuesContext using the provided input list. Field patterns containing wildcards are resolved and unmapped fields are filtered out.
  • Method Details