| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Relevance |
Relevance.addValueImportanceMapEntry(String key,
Integer value)
Add a single ValueImportanceMap entry
|
Relevance |
Relevance.clearValueImportanceMapEntries()
Removes all the entries added into ValueImportanceMap.
|
Relevance |
Relevance.clone() |
Relevance |
DocumentRelevanceConfiguration.getRelevance()
Provides information for tuning the relevance of a field in a search.
|
Relevance |
DocumentMetadataConfiguration.getRelevance()
Provides tuning parameters to determine how the field affects the search results.
|
Relevance |
Relevance.withDuration(String duration)
Specifies the time period that the boost applies to.
|
Relevance |
Relevance.withFreshness(Boolean freshness)
Indicates that this field determines how "fresh" a document is.
|
Relevance |
Relevance.withImportance(Integer importance)
The relative importance of the field in the search.
|
Relevance |
Relevance.withRankOrder(Order rankOrder)
Determines how values should be interpreted.
|
Relevance |
Relevance.withRankOrder(String rankOrder)
Determines how values should be interpreted.
|
Relevance |
Relevance.withValueImportanceMap(Map<String,Integer> valueImportanceMap)
A list of values that should be given a different boost when they appear in the result list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRelevanceConfiguration.setRelevance(Relevance relevance)
Provides information for tuning the relevance of a field in a search.
|
void |
DocumentMetadataConfiguration.setRelevance(Relevance relevance)
Provides tuning parameters to determine how the field affects the search results.
|
DocumentRelevanceConfiguration |
DocumentRelevanceConfiguration.withRelevance(Relevance relevance)
Provides information for tuning the relevance of a field in a search.
|
DocumentMetadataConfiguration |
DocumentMetadataConfiguration.withRelevance(Relevance relevance)
Provides tuning parameters to determine how the field affects the search results.
|
Copyright © 2024. All rights reserved.