Uses of Class
org.elasticsearch.index.mapper.Uid
-
Packages that use Uid Package Description org.elasticsearch.index.fieldvisitor org.elasticsearch.search.fetch.subphase -
-
Uses of Uid in org.elasticsearch.index.fieldvisitor
Methods in org.elasticsearch.index.fieldvisitor that return Uid Modifier and Type Method Description UidFieldsVisitor. uid() -
Uses of Uid in org.elasticsearch.search.fetch.subphase
Methods in org.elasticsearch.search.fetch.subphase that return Uid Modifier and Type Method Description UidInnerHitsContext.InnerHitSubContext. getUid()Methods in org.elasticsearch.search.fetch.subphase with parameters of type Uid Modifier and Type Method Description voidInnerHitsContext.InnerHitSubContext. setUid(Uid uid)
-