Class HasParentQuery.Builder
java.lang.Object
org.springframework.data.elasticsearch.core.query.HasParentQuery.Builder
- Enclosing class:
HasParentQuery
- Since:
- 5.3
- Author:
- Aouichaoui Youssef
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withIgnoreUnmapped(@Nullable Boolean ignoreUnmapped) withInnerHitsQuery(@Nullable InnerHitsQuery innerHitsQuery) Obtaining nested objects and documents that have a parent-child relationship.
-
Method Details
-
withQuery
-
withScore
-
withIgnoreUnmapped
-
withInnerHitsQuery
Obtaining nested objects and documents that have a parent-child relationship. -
build
-