Skip to content

Commit f920aab

Browse files
committed
Adding the correct link for "search-options".
1 parent 30af890 commit f920aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ StructuredQueryDefinition word(String pojoProperty, String[] options,
419419
*/
420420
StructuredQueryDefinition term(String... terms);
421421
/** Wraps the structured query into a combined query with options containing
422-
* <a href="http://docs.marklogic.com/guide/rest-dev/appendixb#id_29496">
422+
* <a href="https://docs.marklogic.com/guide/search-dev/appendixa#id_77801">
423423
* &lt;search-option&gt;filtered&lt;/search-option&gt;</a> so results are accurate
424424
* though slower.
425425
*

0 commit comments

Comments
 (0)