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 d4d6064 commit bb46325Copy full SHA for bb46325
src/main/java/com/marklogic/client/query/QueryManager.java
@@ -41,7 +41,7 @@ public interface QueryManager {
41
*/
42
static final public long DEFAULT_PAGE_LENGTH = -1;
43
/**
44
- * The default page for search results.
+ * The offset of the first result in the default page.
45
46
static final public long START = 1;
47
0 commit comments