Module spring.data.elasticsearch
Class InnerHitsQuery.Builder
java.lang.Object
org.springframework.data.elasticsearch.core.query.InnerHitsQuery.Builder
- Enclosing class:
- InnerHitsQuery
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The offset from where the first hit to fetch.The name to be used for the particular inner hit definition in the response.The maximum number of hits to return.
-
Method Details
-
withName
The name to be used for the particular inner hit definition in the response. -
withSize
The maximum number of hits to return. -
withFrom
The offset from where the first hit to fetch. -
build
-