Uses of Class
org.springframework.data.elasticsearch.core.query.InnerHitsQuery
Packages that use InnerHitsQuery
-
Uses of InnerHitsQuery in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return InnerHitsQueryModifier and TypeMethodDescriptionInnerHitsQuery.Builder.build()HasChildQuery.getInnerHitsQuery()HasParentQuery.getInnerHitsQuery()Methods in org.springframework.data.elasticsearch.core.query with parameters of type InnerHitsQueryModifier and TypeMethodDescriptionHasChildQuery.Builder.withInnerHitsQuery(InnerHitsQuery innerHitsQuery) Obtaining nested objects and documents that have a parent-child relationship.HasParentQuery.Builder.withInnerHitsQuery(InnerHitsQuery innerHitsQuery) Obtaining nested objects and documents that have a parent-child relationship.