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 | Class and Description |
---|---|
protected class |
StructuredQueryBuilder.TemporalPeriod |
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.Period |
StructuredQueryBuilder.period(java.util.Calendar start,
java.util.Calendar end)
Construct a temporal period for use in
temporalPeriodRange queries. |
StructuredQueryBuilder.Period |
StructuredQueryBuilder.period(java.lang.String start,
java.lang.String end)
Construct a temporal period for use in
temporalPeriodRange queries. |
Modifier and Type | Method and Description |
---|---|
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 © 2024 MarkLogic Corporation. All Rights Reserved.