Class SourceConfigParam

java.lang.Object
co.elastic.clients.elasticsearch.core.search.SourceConfigParam
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<SourceConfigParam.Kind,Object>

@JsonpDeserializable public class SourceConfigParam extends Object implements TaggedUnion<SourceConfigParam.Kind,Object>, JsonpSerializable
Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered. Used as a query parameter along with the _source_includes and _source_excludes parameters.
See Also: