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 Hit
Hit. addExprsEntry(String key, String value)
Hit
Hit. addFieldsEntry(String key, List<String> value)
Hit
Hit. addHighlightsEntry(String key, String value)
Hit
Hit. clearExprsEntries()
Removes all the entries added into Exprs.Hit
Hit. clearFieldsEntries()
Removes all the entries added into Fields.Hit
Hit. clearHighlightsEntries()
Removes all the entries added into Highlights.Hit
Hit. clone()
Hit
Hit. withExprs(Map<String,String> exprs)
The expressions returned from a document that matches the search request.Hit
Hit. withFields(Map<String,List<String>> fields)
The fields returned from a document that matches the search request.Hit
Hit. withHighlights(Map<String,String> highlights)
The highlights returned from a document that matches the search request.Hit
Hit. 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 Hits
Hits. 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 void
Hits. setHit(Collection<Hit> hit)
A document that matches the search request.Hits
Hits. withHit(Collection<Hit> hit)
A document that matches the search request.
-