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 |
---|---|
class |
StructuredQueryBuilder.Box
Deprecated.
Use the Region interface as the type for instances of Box.
|
class |
StructuredQueryBuilder.Circle
Deprecated.
Use the Region interface as the type for instances of Circle.
|
class |
StructuredQueryBuilder.Point
Deprecated.
Treat the Point class as an interface that extends Region.
|
class |
StructuredQueryBuilder.Polygon
Deprecated.
Use the Region interface as the type for instances of Polygon.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialIndex index,
StructuredQueryBuilder.FragmentScope scope,
String[] options,
StructuredQueryBuilder.Region... regions)
Matches an element, element pair, element attribute, pair, or path
specifying a geospatial point that appears within one of the criteria regions.
|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialIndex index,
StructuredQueryBuilder.Region... regions)
Matches an element, element pair, element attribute, pair, or path
specifying a geospatial point that appears within one of the criteria regions.
|
StructuredQueryBuilder.GeospatialConstraintQuery |
StructuredQueryBuilder.geospatialConstraint(String constraintName,
StructuredQueryBuilder.Region... regions)
Matches the container specified by the constraint
whose geospatial point appears within one of the criteria regions.
|
Constructor and Description |
---|
StructuredQueryBuilder.GeospatialConstraintQuery(String constraintName,
StructuredQueryBuilder.Region... regions)
Deprecated.
Use the geospatialConstraint() builder method of StructuredQueryBuilder
and type the object as an instance of the StructuredQueryDefinition interface.
|
Copyright © 2013-2015 MarkLogic Corporation.