Package | Description |
---|---|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.WordConstraintQuery |
StructuredQueryBuilder.wordConstraint(String constraintName,
double weight,
String... words)
Matches the container specified by the constraint when it
has at least one of the criteria words.
|
StructuredQueryBuilder.WordConstraintQuery |
StructuredQueryBuilder.wordConstraint(String constraintName,
String... words)
Matches the container specified by the constraint when it
has at least one of the criteria words.
|
Copyright © 2013-2015 MarkLogic Corporation.