Uses of Class
org.springframework.data.elasticsearch.core.query.HasChildQuery.Builder
Packages that use HasChildQuery.Builder
-
Uses of HasChildQuery.Builder in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return HasChildQuery.BuilderModifier and TypeMethodDescriptionstatic HasChildQuery.Builder
HasChildQuery.Builder.withIgnoreUnmapped
(Boolean ignoreUnmapped) Indicates whether to ignore an unmappedtype
and not return any documents instead of an error.HasChildQuery.Builder.withInnerHitsQuery
(InnerHitsQuery innerHitsQuery) Obtaining nested objects and documents that have a parent-child relationship.HasChildQuery.Builder.withMaxChildren
(Integer maxChildren) The Maximum number of child documents that match thequery
allowed for a returned parent document.HasChildQuery.Builder.withMinChildren
(Integer minChildren) Minimum number of child documents that match the query required to match thequery
for a returned parent document.Query that specifies the documents to run on child documents of thetype
field.HasChildQuery.Builder.withScoreMode
(HasChildQuery.ScoreMode scoreMode) Indicates how scores for matching child documents affect the root parent document’s relevance score.