Class SourceConfig

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

@JsonpDeserializable public class SourceConfig extends Object implements TaggedUnion<SourceConfig.Kind,Object>, JsonpSerializable
Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.
See Also: