Uses of Class
com.amazonaws.services.cloudsearchdomain.model.Hits
-
Packages that use Hits Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of Hits in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return Hits Modifier and Type Method Description Hits
Hits. clone()
Hits
SearchResult. getHits()
The documents that match the search criteria.Hits
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.Hits
Hits. withFound(Long found)
The total number of documents that match the search request.Hits
Hits. withHit(Hit... hit)
A document that matches the search request.Hits
Hits. withHit(Collection<Hit> hit)
A document that matches the search request.Hits
Hits. withStart(Long start)
The index of the first matching document.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type Hits Modifier and Type Method Description void
SearchResult. setHits(Hits hits)
The documents that match the search criteria.SearchResult
SearchResult. withHits(Hits hits)
The documents that match the search criteria.
-