| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearchdomain.model |
| Modifier and Type | Method and Description |
|---|---|
static Hit.Builder |
Hit.builder() |
Hit.Builder |
Hit.Builder.exprs(Map<String,String> exprs)
The expressions returned from a document that matches the search request.
|
Hit.Builder |
Hit.Builder.fields(Map<String,? extends Collection<String>> fields)
The fields returned from a document that matches the search request.
|
Hit.Builder |
Hit.Builder.highlights(Map<String,String> highlights)
The highlights returned from a document that matches the search request.
|
Hit.Builder |
Hit.Builder.id(String id)
The document ID of a document that matches the search request.
|
Hit.Builder |
Hit.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Hit.Builder> |
Hit.serializableBuilderClass() |
Copyright © 2023. All rights reserved.