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.BuilderHasChildQuery.Builder.withIgnoreUnmapped(Boolean ignoreUnmapped) Indicates whether to ignore an unmappedtypeand 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 thequeryallowed for a returned parent document.HasChildQuery.Builder.withMinChildren(Integer minChildren) Minimum number of child documents that match the query required to match thequeryfor a returned parent document.Query that specifies the documents to run on child documents of thetypefield.HasChildQuery.Builder.withScoreMode(HasChildQuery.ScoreMode scoreMode) Indicates how scores for matching child documents affect the root parent document’s relevance score.