Document
class Document
Information about a document from a search service such as OpenSearch (self managed). Amazon Kendra Intelligent Ranking uses this information to rank and score on.
Types
Properties
Link copied to clipboard
The original document score or rank from the search service. Amazon Kendra Intelligent Ranking gives the document a new score or rank based on its intelligent search algorithms.
Link copied to clipboard
The body text of the search service's document represented as a list of tokens or words. You must choose to provide Body
or TokenizedBody
. You cannot provide both.
Link copied to clipboard
The title of the search service's document represented as a list of tokens or words. You must choose to provide Title
or TokenizedTitle
. You cannot provide both.