Class MatchGroup
java.lang.Object
io.goobi.viewer.model.iiif.search.parser.MatchGroup
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MatchGroup
- Parameters:
start- start character offset of the matchend- end character offset of the matchtext- matched text content
-
-
Method Details
-
getStart
public int getStart() -
getEnd
public int getEnd() -
getText
-