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 6d1d589 commit 911fee9Copy full SHA for 911fee9
src/main/java/com/marklogic/client/io/QueryOptionsHandle.java
@@ -93,9 +93,9 @@
93
*
94
* <pre>QueryOptionsHandle handle = new QueryOptionsHandle();</pre>
95
96
- * <p>Build up options to a handle using</p>
+ * <p>Build up options to a handle using fluent setter methods</p>
97
98
- * <pre>handle.build()</pre>
+ * <pre>handle.withConstraints(...).withTerm(...).withOperators(...)</pre>
99
100
* <p>and constructed items from QueryOptionsBuilder.</p>
101
0 commit comments