public interface MatchSnippet
A MatchSnippet is a Java object representation of a part of a snippet.
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Returns the string value of the run of text in this part of the snippet.
|
boolean |
isHighlighted()
Identifies whether this run of text in the snippet matches the search criteria or not.
|
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.
String getText()
Returns the string value of the run of text in this part of the snippet.
Copyright © 2013-2017 MarkLogic Corporation.