Module spring.data.elasticsearch
Class FetchSourceFilterBuilder
java.lang.Object
org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
SourceFilter builder for providing includes and excludes.
- Author:
- Peter-Josef Meisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withExcludes(String... excludes) withFetchSource(Boolean fetchSource) withIncludes(String... includes)
-
Constructor Details
-
FetchSourceFilterBuilder
public FetchSourceFilterBuilder()
-
-
Method Details
-
withIncludes
-
withExcludes
-
withFetchSource
-
build
-