| Result | R Documentation |
Represents a single search result with id, text, score, and metadata
idDocument ID
textDocument text
scoreRelevance score
metadataDocument metadata
new()Create a new Result object
Result$new(id, text, score, metadata = list())
idDocument ID
textDocument text
scoreRelevance score
metadataOptional metadata list
print()Print result summary
Result$print()
clone()The objects of this class are cloneable with this method.
Result$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.