ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.search / SearchResultDocument

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.

Constructors

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)

Properties

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