Uses of Class
com.amazonaws.services.cloudsearchdomain.model.Hits
Packages that use Hits
-
Uses of Hits in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return HitsModifier and TypeMethodDescriptionHits.clone()
SearchResult.getHits()
The documents that match the search criteria.Hits.withCursor
(String cursor) A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.The total number of documents that match the search request.A document that matches the search request.Hits.withHit
(Collection<Hit> hit) A document that matches the search request.The index of the first matching document.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type HitsModifier and TypeMethodDescriptionvoid
The documents that match the search criteria.The documents that match the search criteria.