Uses of Class
com.amazonaws.services.cloudsearchdomain.model.Hit
Packages that use Hit
-
Uses of Hit in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return HitModifier and TypeMethodDescriptionHit.addExprsEntry
(String key, String value) Hit.addFieldsEntry
(String key, List<String> value) Hit.addHighlightsEntry
(String key, String value) Hit.clearExprsEntries()
Removes all the entries added into Exprs.Hit.clearFieldsEntries()
Removes all the entries added into Fields.Hit.clearHighlightsEntries()
Removes all the entries added into Highlights.Hit.clone()
The expressions returned from a document that matches the search request.Hit.withFields
(Map<String, List<String>> fields) The fields returned from a document that matches the search request.Hit.withHighlights
(Map<String, String> highlights) The highlights returned from a document that matches the search request.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 HitMethods in com.amazonaws.services.cloudsearchdomain.model with parameters of type HitModifier and TypeMethodDescriptionA document that matches the search request.Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type HitModifier and TypeMethodDescriptionvoid
Hits.setHit
(Collection<Hit> hit) A document that matches the search request.Hits.withHit
(Collection<Hit> hit) A document that matches the search request.