Uses of Interface
org.springframework.data.elasticsearch.core.query.SourceFilter
Packages that use SourceFilter
Package
Description
-
Uses of SourceFilter in org.springframework.data.elasticsearch.core.query
Classes in org.springframework.data.elasticsearch.core.query that implement SourceFilterModifier and TypeClassDescriptionclassSourceFilter implementation for providing includes and excludes.Fields in org.springframework.data.elasticsearch.core.query declared as SourceFilterMethods in org.springframework.data.elasticsearch.core.query that return SourceFilterModifier and TypeMethodDescriptionFetchSourceFilterBuilder.build()BaseQuery.getSourceFilter()BaseQueryBuilder.getSourceFilter()Query.getSourceFilter()Get SourceFilter to be returned to get include and exclude source fields as part of search request.static SourceFilterstatic SourceFilterFetchSourceFilter.of(Function<FetchSourceFilterBuilder, FetchSourceFilterBuilder> builderFunction) Methods in org.springframework.data.elasticsearch.core.query with parameters of type SourceFilterModifier and TypeMethodDescriptionvoidBaseQuery.addSourceFilter(SourceFilter sourceFilter) voidQuery.addSourceFilter(SourceFilter sourceFilter) Add source filter to be added as part of search requestBaseQueryBuilder.withSourceFilter(SourceFilter sourceFilter) -
Uses of SourceFilter in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return SourceFilterMethods in org.springframework.data.elasticsearch.core.reindex with parameters of type SourceFilterModifier and TypeMethodDescriptionReindexRequest.ReindexRequestBuilder.withSourceSourceFilter(SourceFilter sourceFilter)