| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static Search.Builder |
Search.builder() |
Search.Builder |
Search.Builder.displayable(Boolean displayable)
Determines whether the field is returned in the query response.
|
Search.Builder |
Search.Builder.facetable(Boolean facetable)
Indicates that the field can be used to create search facets, a count of results for each value in the field.
|
Search.Builder |
Search.Builder.searchable(Boolean searchable)
Determines whether the field is used in the search.
|
Search.Builder |
Search.Builder.sortable(Boolean sortable)
Determines whether the field can be used to sort the results of a query.
|
Search.Builder |
Search.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Search.Builder> |
Search.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DocumentMetadataConfiguration.Builder |
DocumentMetadataConfiguration.Builder.search(Consumer<Search.Builder> search)
Provides information about how the field is used during a search.
|
Copyright © 2020. All rights reserved.