| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.clone() |
Search |
DocumentMetadataConfiguration.getSearch()
Provides information about how the field is used during a search.
|
Search |
Search.withDisplayable(Boolean displayable)
Determines whether the field is returned in the query response.
|
Search |
Search.withFacetable(Boolean facetable)
Indicates that the field can be used to create search facets, a count of results for each value in the field.
|
Search |
Search.withSearchable(Boolean searchable)
Determines whether the field is used in the search.
|
Search |
Search.withSortable(Boolean sortable)
Determines whether the field can be used to sort the results of a query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentMetadataConfiguration.setSearch(Search search)
Provides information about how the field is used during a search.
|
DocumentMetadataConfiguration |
DocumentMetadataConfiguration.withSearch(Search search)
Provides information about how the field is used during a search.
|
Copyright © 2021. All rights reserved.