Web-based responsive document annotation tool
activeannoservice / api.search / SearchResultDocument
data class SearchResultDocument
The SearchResultDocument is a view on a document with all useful data for display in the search result area in the frontend.
| Name | Summary |
|---|---|
| <init> | The SearchResultDocument is a view on a document with all useful data for display in the search result area in the frontend.SearchResultDocument(documentID: String, projectID: String, storeTimestamp: Long, originalDocument: ObjectNode, documentData: Map<String, Any>, restrictedProjectID: String? = null, projectAnnotationData: ProjectAnnotationData? = null) |
| Name | Summary |
|---|---|
| documentData | val documentData: Map<String, Any> |
| documentID | val documentID: String |
| originalDocument | val originalDocument: ObjectNode |
| projectAnnotationData | val projectAnnotationData: ProjectAnnotationData? |
| projectID | val projectID: String |
| restrictedProjectID | val restrictedProjectID: String? |
| storeTimestamp | val storeTimestamp: Long |