Package org.readium.r2.shared.publication.services.search
See: Description
-
Object Summary Object Description PublicationNotSearchable The publication is not searchable. Cancelled The search was cancelled by the caller. Companion Companion -
Class Summary Class Description BadQuery The provided search query cannot be handled by the service. ResourceError An error occurred while accessing one of the publication's resources. NetworkError An error occurred while performing an HTTP request. Other For any other custom service error. SearchException Represents an error which might occur during a search activity. Options Holds the available search options and their current values. IcuAlgorithm Implementation of a search Algorithm using ICU components to perform the actual search while taking into account languages specificities. NaiveAlgorithm A naive search Algorithm performing exact matches on strings. StringSearchService Base implementation of SearchService iterating through the content of Publication's resources. SearchServiceKt -
Interface Summary Interface Description SearchService Provides a way to search terms in a publication. SearchIterator Iterates through search results. Algorithm Implements the actual search algorithm in sanitized text content.