SavedResults
Saved Results🔗
Description🔗
This object contains the SavedResults belonging to a project.
Fields🔗
Parameter Name | Type | Description |
---|---|---|
projectID | string | the project ID |
searcherResults | map of string to List of SavedResult | the searchers result lists |
Examples🔗
{
"projectID": "030d2171-4836-4d9d-8c64-a74fa11e09b0",
"searcherResults": {
"internal": [
{ "docID": "4-0", "metadata": "..." },
{ "docID": "8-0", "metadata": "..." }
],
"nvb": [
{ "docID": "nvb-id-01", "metadata": "..." }
]
}
}