| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttribute |
DocumentAttribute.clone() |
DocumentAttribute |
AttributeFilter.getContainsAll()
Returns true when a document contains all of the specified document attributes/fields.
|
DocumentAttribute |
AttributeFilter.getContainsAny()
Returns true when a document contains any of the specified document attributes/fields.
|
DocumentAttribute |
CollapsedResultDetail.getDocumentAttribute()
The value of the document attribute that results are collapsed on.
|
DocumentAttribute |
AttributeFilter.getEqualsTo()
Performs an equals operation on document attributes/fields and their values.
|
DocumentAttribute |
AttributeFilter.getGreaterThan()
Performs a greater than operation on document attributes/fields and their values.
|
DocumentAttribute |
AttributeFilter.getGreaterThanOrEquals()
Performs a greater or equals than operation on document attributes/fields and their values.
|
DocumentAttribute |
AttributeFilter.getLessThan()
Performs a less than operation on document attributes/fields and their values.
|
DocumentAttribute |
AttributeFilter.getLessThanOrEquals()
Performs a less than or equals operation on document attributes/fields and their values.
|
DocumentAttribute |
DocumentAttribute.withKey(String key)
The identifier for the attribute.
|
DocumentAttribute |
DocumentAttribute.withValue(DocumentAttributeValue value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttribute> |
SourceDocument.getAdditionalAttributes()
The additional fields/attributes to include in the response.
|
List<DocumentAttribute> |
Document.getAttributes()
Custom attributes to apply to the document.
|
List<DocumentAttribute> |
DocumentInfo.getAttributes()
Attributes that identify a specific version of a document to check.
|
List<DocumentAttribute> |
RetrieveResultItem.getDocumentAttributes()
An array of document fields/attributes assigned to a document in the search results.
|
List<DocumentAttribute> |
FeaturedResultsItem.getDocumentAttributes()
An array of document attributes assigned to a featured document in the search results.
|
List<DocumentAttribute> |
ExpandedResultItem.getDocumentAttributes()
An array of document attributes assigned to a document in the search results.
|
List<DocumentAttribute> |
QueryResultItem.getDocumentAttributes()
An array of document fields/attributes assigned to a document in the search results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeFilter.setContainsAll(DocumentAttribute containsAll)
Returns true when a document contains all of the specified document attributes/fields.
|
void |
AttributeFilter.setContainsAny(DocumentAttribute containsAny)
Returns true when a document contains any of the specified document attributes/fields.
|
void |
CollapsedResultDetail.setDocumentAttribute(DocumentAttribute documentAttribute)
The value of the document attribute that results are collapsed on.
|
void |
AttributeFilter.setEqualsTo(DocumentAttribute equalsTo)
Performs an equals operation on document attributes/fields and their values.
|
void |
AttributeFilter.setGreaterThan(DocumentAttribute greaterThan)
Performs a greater than operation on document attributes/fields and their values.
|
void |
AttributeFilter.setGreaterThanOrEquals(DocumentAttribute greaterThanOrEquals)
Performs a greater or equals than operation on document attributes/fields and their values.
|
void |
AttributeFilter.setLessThan(DocumentAttribute lessThan)
Performs a less than operation on document attributes/fields and their values.
|
void |
AttributeFilter.setLessThanOrEquals(DocumentAttribute lessThanOrEquals)
Performs a less than or equals operation on document attributes/fields and their values.
|
SourceDocument |
SourceDocument.withAdditionalAttributes(DocumentAttribute... additionalAttributes)
The additional fields/attributes to include in the response.
|
Document |
Document.withAttributes(DocumentAttribute... attributes)
Custom attributes to apply to the document.
|
DocumentInfo |
DocumentInfo.withAttributes(DocumentAttribute... attributes)
Attributes that identify a specific version of a document to check.
|
AttributeFilter |
AttributeFilter.withContainsAll(DocumentAttribute containsAll)
Returns true when a document contains all of the specified document attributes/fields.
|
AttributeFilter |
AttributeFilter.withContainsAny(DocumentAttribute containsAny)
Returns true when a document contains any of the specified document attributes/fields.
|
CollapsedResultDetail |
CollapsedResultDetail.withDocumentAttribute(DocumentAttribute documentAttribute)
The value of the document attribute that results are collapsed on.
|
RetrieveResultItem |
RetrieveResultItem.withDocumentAttributes(DocumentAttribute... documentAttributes)
An array of document fields/attributes assigned to a document in the search results.
|
FeaturedResultsItem |
FeaturedResultsItem.withDocumentAttributes(DocumentAttribute... documentAttributes)
An array of document attributes assigned to a featured document in the search results.
|
ExpandedResultItem |
ExpandedResultItem.withDocumentAttributes(DocumentAttribute... documentAttributes)
An array of document attributes assigned to a document in the search results.
|
QueryResultItem |
QueryResultItem.withDocumentAttributes(DocumentAttribute... documentAttributes)
An array of document fields/attributes assigned to a document in the search results.
|
AttributeFilter |
AttributeFilter.withEqualsTo(DocumentAttribute equalsTo)
Performs an equals operation on document attributes/fields and their values.
|
AttributeFilter |
AttributeFilter.withGreaterThan(DocumentAttribute greaterThan)
Performs a greater than operation on document attributes/fields and their values.
|
AttributeFilter |
AttributeFilter.withGreaterThanOrEquals(DocumentAttribute greaterThanOrEquals)
Performs a greater or equals than operation on document attributes/fields and their values.
|
AttributeFilter |
AttributeFilter.withLessThan(DocumentAttribute lessThan)
Performs a less than operation on document attributes/fields and their values.
|
AttributeFilter |
AttributeFilter.withLessThanOrEquals(DocumentAttribute lessThanOrEquals)
Performs a less than or equals operation on document attributes/fields and their values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDocument.setAdditionalAttributes(Collection<DocumentAttribute> additionalAttributes)
The additional fields/attributes to include in the response.
|
void |
Document.setAttributes(Collection<DocumentAttribute> attributes)
Custom attributes to apply to the document.
|
void |
DocumentInfo.setAttributes(Collection<DocumentAttribute> attributes)
Attributes that identify a specific version of a document to check.
|
void |
RetrieveResultItem.setDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document fields/attributes assigned to a document in the search results.
|
void |
FeaturedResultsItem.setDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document attributes assigned to a featured document in the search results.
|
void |
ExpandedResultItem.setDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document attributes assigned to a document in the search results.
|
void |
QueryResultItem.setDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document fields/attributes assigned to a document in the search results.
|
SourceDocument |
SourceDocument.withAdditionalAttributes(Collection<DocumentAttribute> additionalAttributes)
The additional fields/attributes to include in the response.
|
Document |
Document.withAttributes(Collection<DocumentAttribute> attributes)
Custom attributes to apply to the document.
|
DocumentInfo |
DocumentInfo.withAttributes(Collection<DocumentAttribute> attributes)
Attributes that identify a specific version of a document to check.
|
RetrieveResultItem |
RetrieveResultItem.withDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document fields/attributes assigned to a document in the search results.
|
FeaturedResultsItem |
FeaturedResultsItem.withDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document attributes assigned to a featured document in the search results.
|
ExpandedResultItem |
ExpandedResultItem.withDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document attributes assigned to a document in the search results.
|
QueryResultItem |
QueryResultItem.withDocumentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document fields/attributes assigned to a document in the search results.
|
Copyright © 2024. All rights reserved.