Uses of Class
org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
-
Packages that use InnerHitsContext.InnerHitSubContext Package Description org.elasticsearch.index.query org.elasticsearch.search.fetch.subphase -
-
Uses of InnerHitsContext.InnerHitSubContext in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query with parameters of type InnerHitsContext.InnerHitSubContext Modifier and Type Method Description protected voidInnerHitContextBuilder. setupInnerHitsContext(QueryShardContext queryShardContext, InnerHitsContext.InnerHitSubContext innerHitsContext) -
Uses of InnerHitsContext.InnerHitSubContext in org.elasticsearch.search.fetch.subphase
Methods in org.elasticsearch.search.fetch.subphase that return types with arguments of type InnerHitsContext.InnerHitSubContext Modifier and Type Method Description Map<String,InnerHitsContext.InnerHitSubContext>InnerHitsContext. getInnerHits()Methods in org.elasticsearch.search.fetch.subphase with parameters of type InnerHitsContext.InnerHitSubContext Modifier and Type Method Description voidInnerHitsContext. addInnerHitDefinition(InnerHitsContext.InnerHitSubContext innerHit)Method parameters in org.elasticsearch.search.fetch.subphase with type arguments of type InnerHitsContext.InnerHitSubContext Modifier and Type Method Description voidInnerHitsContext.InnerHitSubContext. setChildInnerHits(Map<String,InnerHitsContext.InnerHitSubContext> childInnerHits)
-