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.ValueConstraintQuery |
StructuredQueryBuilder.valueConstraint(String constraintName,
double weight,
String... values)
Matches the container specified by the constraint when it
has a value with the same string value as at least one
of the criteria values.
|
StructuredQueryBuilder.ValueConstraintQuery |
StructuredQueryBuilder.valueConstraint(String constraintName,
String... values)
Matches the container specified by the constraint when it
has a value with the same string value as at least one
of the criteria values.
|
Copyright © 2013-2016 MarkLogic Corporation.