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 |
---|---|
static StructuredQueryBuilder.GeospatialOperator |
StructuredQueryBuilder.GeospatialOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StructuredQueryBuilder.GeospatialOperator[] |
StructuredQueryBuilder.GeospatialOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialRegionIndex index,
StructuredQueryBuilder.GeospatialOperator operator,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
java.lang.Double weight,
StructuredQueryBuilder.Region... regions)
Matches a path specifying a geospatial region, which is indexed via
geospatial region index, that has the relationship given by the operator
with at least one of the criteria regions.
|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialRegionIndex index,
StructuredQueryBuilder.GeospatialOperator operator,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
StructuredQueryBuilder.Region... regions)
Matches a path specifying a geospatial region, which is indexed via
geospatial region index, that has the relationship given by the operator
with at least one of the criteria regions.
|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialRegionIndex index,
StructuredQueryBuilder.GeospatialOperator operator,
StructuredQueryBuilder.Region... regions)
Matches a path specifying a geospatial region, which is indexed via
geospatial region index, that has the relationship given by the operator
with at least one of the criteria regions.
|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatialRegionConstraint(java.lang.String constraintName,
StructuredQueryBuilder.GeospatialOperator operator,
StructuredQueryBuilder.Region... regions)
Matches the container specified by the constraint
whose geospatial region appears within one of the criteria regions.
|
Constructor and Description |
---|
GeospatialRegionConstraintQuery(java.lang.String constraintName,
StructuredQueryBuilder.GeospatialOperator operator,
StructuredQueryBuilder.Region... regions) |
Copyright © 2013-2021 MarkLogic Corporation.