Dismounts an IReaderPublication previously mounted with mountReaderPublication(). If the passed readerPublication was not previously mounted, this method does nothing.
The reader publication to dismount
Mounts a IReaderPublication and readies it for indexing of content and metadata. You can immediately start executing queries on the publication after this method returns.
The reader publication to index
Options to use for the indexer
Run a query to retrieve a subset of publications that is known by the index engine.
The query to run. If omitted, the result set will contain all publications known by the index engine.
Generated using TypeDoc
Provides functionality to index publications and run queries against them.
Use the new API available at
ReadingSystemEngine.getReaderDocumentSearch()
instead.