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.TermQuery |
StructuredQueryBuilder.term(double weight,
String... terms)
Matches documents containing the specified terms, modifying
the contribution of the match to the score with the weight.
|
StructuredQueryBuilder.TermQuery |
StructuredQueryBuilder.term(String... terms)
Matches documents containing the specified terms.
|
Copyright © 2013-2015 MarkLogic Corporation.