public interface MatchSnippet
A MatchSnippet is a Java object representation
of a part of a snippet.
-
Method Summary
Returns the string value of the run of text in
this part of the snippet.
boolean
Identifies whether this run of text in the
snippet matches the search criteria or not.
-
Method Details
-
isHighlighted
boolean isHighlighted()
Identifies whether this run of text in the
snippet matches the search criteria or not. If the text matches the
criteria, it will be highlighted.
- Returns:
- The hightlight value.
-
getText
Returns the string value of the run of text in
this part of the snippet.
- Returns:
- The text string.
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.