Class SolrSearchParser
java.lang.Object
io.goobi.viewer.model.iiif.search.parser.AbstractSearchParser
io.goobi.viewer.model.iiif.search.parser.SolrSearchParser
IIIF Search API parser that queries the Solr index to find text matches within indexed records.
- Author:
- Florian Alpers
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.goobi.viewer.model.iiif.search.parser.AbstractSearchParser
getAutoSuggestRegex, getContainedWordRegex, getPrecedingText, getQueryRegex, getSingleWordRegex, getSucceedingText
-
Constructor Details
-
SolrSearchParser
public SolrSearchParser()
-
-
Method Details
-
getPageSize
getPageSize.- Parameters:
pi- persistent identifier of the recordpageNo- physical page order number to look up- Returns:
- the width and height of the page image in pixels, or null if not found
-