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 | Interface and Description |
---|---|
static interface |
StructuredQueryBuilder.Element
An Element represents an element in database documents.
|
static interface |
StructuredQueryBuilder.ElementAttribute
An ElementAttribute represents an attribute on an element
in database documents.
|
static interface |
StructuredQueryBuilder.Field
A Field represents a field defined in the database configuration.
|
static interface |
StructuredQueryBuilder.JSONKey
A JSONKey represents a key in JSON database documents.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryDefinition |
StructuredQueryBuilder.value(StructuredQueryBuilder.TextIndex index,
String... values)
Matches an element, attribute, json key, or field
that has a value with the same words as at least one
of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.value(StructuredQueryBuilder.TextIndex index,
StructuredQueryBuilder.FragmentScope scope,
String[] options,
double weight,
String... values)
Matches an element, attribute, json key, or field
that has a value with the same words as at least one
of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.word(StructuredQueryBuilder.TextIndex index,
String... words)
Matches an element, attribute, json key, or field
that has at least one of the criteria words.
|
StructuredQueryDefinition |
StructuredQueryBuilder.word(StructuredQueryBuilder.TextIndex index,
StructuredQueryBuilder.FragmentScope scope,
String[] options,
double weight,
String... words)
Matches an element, attribute, json key, or field
that has at least one of the criteria words.
|
Copyright © 2013-2015 MarkLogic Corporation.