Package io.goobi.viewer.model.iiif.search.parser
package io.goobi.viewer.model.iiif.search.parser
Provides parsers that extract and locate search-term matches within ALTO full-text
documents and Solr index fields for use in IIIF Content Search responses.
-
ClassesClassDescriptionAbstract base class for IIIF Search API parsers that extract text matches from different content sources.IIIF Search API parser that searches for matches within ALTO full-text documents.Captures a single text match found during IIIF search parsing, holding the matched string together with its start and end character offsets within the source text.IIIF Search API parser that queries the Solr index to find text matches within indexed records.