| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearchdomain.model |
| Modifier and Type | Method and Description |
|---|---|
static Hits.Builder |
Hits.builder() |
Hits.Builder |
Hits.Builder.cursor(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.Builder |
Hits.Builder.found(Long found)
The total number of documents that match the search request.
|
Hits.Builder |
Hits.Builder.hit(Collection<Hit> hit)
A document that matches the search request.
|
Hits.Builder |
Hits.Builder.hit(Consumer<Hit.Builder>... hit)
A document that matches the search request.
|
Hits.Builder |
Hits.Builder.hit(Hit... hit)
A document that matches the search request.
|
Hits.Builder |
Hits.Builder.start(Long start)
The index of the first matching document.
|
Hits.Builder |
Hits.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Hits.Builder> |
Hits.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchResponse.Builder |
SearchResponse.Builder.hits(Consumer<Hits.Builder> hits)
The documents that match the search criteria.
|
Copyright © 2023. All rights reserved.