We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c88311 commit 7c0310eCopy full SHA for 7c0310e
src/main/java/com/marklogic/client/query/ExtractedResult.java
@@ -38,7 +38,7 @@
38
* ExtractedResult extracted = summary.getExtracted();
39
* if ( Format.XML == summary.getFormat() ) {
40
* for (ExtractedItem item : extracted) {
41
- * Document extractItem = extracted.next().getAs(Document.class);
+ * Document extractItem = item.getAs(Document.class);
42
* ...
43
* }
44
0 commit comments