Uses of Class
com.amazonaws.services.cloudsearchdomain.model.Hit
-
Packages that use Hit Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of Hit in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return Hit Modifier and Type Method Description HitHit. addExprsEntry(String key, String value)HitHit. addFieldsEntry(String key, List<String> value)HitHit. addHighlightsEntry(String key, String value)HitHit. clearExprsEntries()Removes all the entries added into Exprs.HitHit. clearFieldsEntries()Removes all the entries added into Fields.HitHit. clearHighlightsEntries()Removes all the entries added into Highlights.HitHit. clone()HitHit. withExprs(Map<String,String> exprs)The expressions returned from a document that matches the search request.HitHit. withFields(Map<String,List<String>> fields)The fields returned from a document that matches the search request.HitHit. withHighlights(Map<String,String> highlights)The highlights returned from a document that matches the search request.HitHit. withId(String id)The document ID of a document that matches the search request.Methods in com.amazonaws.services.cloudsearchdomain.model that return types with arguments of type Hit Modifier and Type Method Description List<Hit>Hits. getHit()A document that matches the search request.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type Hit Modifier and Type Method Description HitsHits. withHit(Hit... hit)A document that matches the search request.Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type Hit Modifier and Type Method Description voidHits. setHit(Collection<Hit> hit)A document that matches the search request.HitsHits. withHit(Collection<Hit> hit)A document that matches the search request.
-