| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentMetadataConfiguration |
DocumentMetadataConfiguration.clone() |
DocumentMetadataConfiguration |
DocumentMetadataConfiguration.withName(String name)
The name of the index field.
|
DocumentMetadataConfiguration |
DocumentMetadataConfiguration.withRelevance(Relevance relevance)
Provides manual tuning parameters to determine how the field affects the search results.
|
DocumentMetadataConfiguration |
DocumentMetadataConfiguration.withSearch(Search search)
Provides information about how the field is used during a search.
|
DocumentMetadataConfiguration |
DocumentMetadataConfiguration.withType(DocumentAttributeValueType type)
The data type of the index field.
|
DocumentMetadataConfiguration |
DocumentMetadataConfiguration.withType(String type)
The data type of the index field.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentMetadataConfiguration> |
DescribeIndexResult.getDocumentMetadataConfigurations()
Configuration settings for any metadata applied to the documents in the index.
|
List<DocumentMetadataConfiguration> |
UpdateIndexRequest.getDocumentMetadataConfigurationUpdates()
The document metadata to update.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexResult |
DescribeIndexResult.withDocumentMetadataConfigurations(DocumentMetadataConfiguration... documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
|
UpdateIndexRequest |
UpdateIndexRequest.withDocumentMetadataConfigurationUpdates(DocumentMetadataConfiguration... documentMetadataConfigurationUpdates)
The document metadata to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIndexResult.setDocumentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
|
void |
UpdateIndexRequest.setDocumentMetadataConfigurationUpdates(Collection<DocumentMetadataConfiguration> documentMetadataConfigurationUpdates)
The document metadata to update.
|
DescribeIndexResult |
DescribeIndexResult.withDocumentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
|
UpdateIndexRequest |
UpdateIndexRequest.withDocumentMetadataConfigurationUpdates(Collection<DocumentMetadataConfiguration> documentMetadataConfigurationUpdates)
The document metadata to update.
|
Copyright © 2019. All rights reserved.