Reader Document Search
This interface serves as an entry-point for all APIs related to searching in ReaderDocuments.
You can retrieve an instance of this interface though ReadingSystemEngine.readerDocumentSearch.
Functions
Creates a new ReaderViewSearchAgent using the specified annotationLayer
. Use a ReaderViewSearchAgent to highlight search matches in the ReaderView.
Creates a new text search query using the specified queryString
. The search will be performed using a variant of exact matching, but with special handling for whitespace and case-sensitivity, etc. Please see TextSearchQueryOptions for available options. No control words such as "AND" or "OR" is supported.
Destroys a ReaderViewSearchAgent previously created with createReaderViewSearchAgent. This will cause the agent to remove all ReaderViewAnnotations it has created, and release any used resources.