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 | Description |
---|---|---|
static StructuredQueryBuilder.TemporalOperator |
StructuredQueryBuilder.TemporalOperator.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static StructuredQueryBuilder.TemporalOperator[] |
StructuredQueryBuilder.TemporalOperator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
StructuredQueryDefinition |
StructuredQueryBuilder.temporalPeriodCompare(StructuredQueryBuilder.Axis axis1,
StructuredQueryBuilder.TemporalOperator operator,
StructuredQueryBuilder.Axis axis2,
java.lang.String... options) |
Matches documents that have a relevant pair of period values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.temporalPeriodRange(StructuredQueryBuilder.Axis[] axes,
StructuredQueryBuilder.TemporalOperator operator,
StructuredQueryBuilder.Period[] periods,
java.lang.String... options) |
Matches documents that have a value in the specified axis that matches the specified
periods using the specified operator.
|
StructuredQueryDefinition |
StructuredQueryBuilder.temporalPeriodRange(StructuredQueryBuilder.Axis axis,
StructuredQueryBuilder.TemporalOperator operator,
StructuredQueryBuilder.Period period,
java.lang.String... options) |
Matches documents that have a value in the specified axis that matches the specified
period using the specified operator.
|
Copyright © 2013-2019 MarkLogic Corporation.