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 HitsHits. clone()HitsSearchResult. getHits()The documents that match the search criteria.HitsHits. 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.HitsHits. withFound(Long found)The total number of documents that match the search request.HitsHits. withHit(Hit... hit)A document that matches the search request.HitsHits. withHit(Collection<Hit> hit)A document that matches the search request.HitsHits. 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 voidSearchResult. setHits(Hits hits)The documents that match the search criteria.SearchResultSearchResult. withHits(Hits hits)The documents that match the search criteria.
-