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 | 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.JSONProperty |
A JSONProperty represents a key in JSON database documents.
|
static interface |
StructuredQueryBuilder.PathIndex |
A PathIndex represents an index defined with an XPath
in the database configuration.
|
Modifier and Type | Class | Description |
---|---|---|
protected class |
StructuredQueryBuilder.ElementAttributeImpl |
|
protected class |
StructuredQueryBuilder.ElementImpl |
|
protected class |
StructuredQueryBuilder.FieldImpl |
|
protected class |
StructuredQueryBuilder.JSONPropertyImpl |
|
protected class |
StructuredQueryBuilder.PathIndexImpl |
Modifier and Type | Method | Description |
---|---|---|
StructuredQueryDefinition |
StructuredQueryBuilder.range(StructuredQueryBuilder.RangeIndex index,
java.lang.String type,
StructuredQueryBuilder.Operator operator,
java.lang.Object... values) |
Matches an element, attribute, JSON property, field, or path
whose value that has the correct datatyped comparison with
one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.range(StructuredQueryBuilder.RangeIndex index,
java.lang.String type,
java.lang.String[] options,
StructuredQueryBuilder.Operator operator,
java.lang.Object... values) |
Matches an element, attribute, JSON property, field, or path
whose value that has the correct datatyped comparison with
one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.range(StructuredQueryBuilder.RangeIndex index,
java.lang.String type,
java.lang.String collation,
StructuredQueryBuilder.FragmentScope scope,
StructuredQueryBuilder.Operator operator,
java.lang.Object... values) |
Matches an element, attribute, JSON property, field, or path
whose value that has the correct datatyped comparison with
one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.range(StructuredQueryBuilder.RangeIndex index,
java.lang.String type,
java.lang.String collation,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
StructuredQueryBuilder.Operator operator,
java.lang.Object... values) |
Matches an element, attribute, JSON property, field, or path
whose value that has the correct datatyped comparison with
one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.range(StructuredQueryBuilder.RangeIndex index,
java.lang.String type,
java.lang.String collation,
StructuredQueryBuilder.Operator operator,
java.lang.Object... values) |
Matches an element, attribute, JSON property, field, or path
whose value that has the correct datatyped comparison with
one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.range(StructuredQueryBuilder.RangeIndex index,
java.lang.String type,
java.lang.String collation,
java.lang.String[] options,
StructuredQueryBuilder.Operator operator,
java.lang.Object... values) |
Matches an element, attribute, JSON property, field, or path
whose value that has the correct datatyped comparison with
one of the criteria values.
|
Copyright © 2013-2019 MarkLogic Corporation.