public interface MatchLocation
A MatchLocation represents a location in a document matched by a search.
| Modifier and Type | Method and Description |
|---|---|
String |
getAllSnippetText()
Returns the entire text only of the snippet, excluding any highlight tags.
|
String |
getPath()
Returns the path to the matching location in the document.
|
MatchSnippet[] |
getSnippets()
Returns the array of elements in the snippet.
|
String getPath()
Returns the path to the matching location in the document.
String getAllSnippetText()
Returns the entire text only of the snippet, excluding any highlight tags.
MatchSnippet[] getSnippets()
Returns the array of elements in the snippet.
Some snippets are highlighted, others are not.
Copyright © 2013-2017 MarkLogic Corporation.