SearchHit
org.sagebionetworks.repo.model.search.SearchHit
A single search result hit.
| Field | Type | Description |
|---|---|---|
| rowId | INTEGER | The row ID from the source table. |
| rowVersion | INTEGER | The row version from the source table. |
| score | NUMBER | The relevance score for this hit. |
| fields | ARRAY<SearchFieldValue> | Column name/value pairs for the requested return fields. |
| highlights | ARRAY<SearchFieldValue> | Column name/highlighted snippet pairs, if highlight was requested. |