Skip to content

Commit 2317d4c

Browse files
committed
adding clarification to javadoc for getAllSnippetText()
1 parent d4d57d0 commit 2317d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marklogic/client/query/MatchLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public interface MatchLocation {
2626
public String getPath();
2727

2828
/**
29-
* Returns the entire text of the snippet.
29+
* Returns the entire text only of the snippet, excluding any highlight tags.
3030
* @return The snippet text.
3131
*/
3232

0 commit comments

Comments
 (0)