the application cache.
the service for document backend operations.
common helper for date and time operations.
Annotates a document with the given label.
Annotates a document with the given label.
the document id to annotate.
the label to assign.
the added tag or if already present the existing tag.
Search for documents given a search query.
Search for documents given a search query.
match documents that contain the given expression in the document body.
a map linking from document metadata keys to a list of instances for this metadata.
a list of entity ids that should occur in the document.
a string representing a time range for the document creation date.
a string representing a time range for the document time expression.
list of matching documents with their metadata.
Returns a list of documents associated with the given tag label.
Returns a list of documents associated with the given tag label.
the tag label to search for.
a list of documents associated with the given tag label.
Returns important terms occurring in the document content for the given document id.
Returns important terms occurring in the document content for the given document id.
the document id.
the number of terms to fetch.
a list of terms representing important keywords for the given document.
Returns all distinct annotated document labels.
Returns a list of tags associated with the given document id.
Returns a list of tags associated with the given document id.
the document id.
a list of tags.
Removes the tag from the document associated with the given id.
Removes the tag from the document associated with the given id.
the tag id associated with a document.
(Since version 3.0.0) Use TOO_MANY_REQUESTS instead
(Since version 3.0.0) Use TooManyRequests instead
Provides document related actions.