Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model |
Modifier and Type | Method and 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(Collection<Hit> hit)
A document that matches the search request.
|
Hits |
Hits.withHit(Hit... hit)
A document that matches the search request.
|
Hits |
Hits.withStart(Long start)
The index of the first matching document.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.