Package-level declarations
Full-text search API.
Types
Descriptor containing metadata for a file index item.
Options that can be passed to PdfLibrary.enqueueDocuments.
The LibraryDataSource interface is adopted by an object that provides the documents to be indexed by a PdfLibrary. These methods will not be called on the main thread, and can take long to execute.
A library data source that indexes all documents in a specified directory. This class will automatically add and remove files from the library based on changes in the directory.
PdfLibrary implements a SQLite-based full-text-search engine. You can register documents to be indexed in the background and then search for keywords within that collection. There can be multiple libraries, although usually one is enough for the common use case.