| 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 |
|---|---|
StructuredQueryBuilder.PathIndex |
StructuredQueryBuilder.pathIndex(String path)
Identifies a path index to match with a query.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoPath(StructuredQueryBuilder.PathIndex pathIndex)
Identifies a path with the latitude and longitude to match with a geospatial query.
|
StructuredQueryBuilder.GeospatialRegionIndex |
StructuredQueryBuilder.geoRegionPath(StructuredQueryBuilder.PathIndex pathIndex)
Identifies a path with regions to match with a geospatial query.
|
StructuredQueryBuilder.GeospatialRegionIndex |
StructuredQueryBuilder.geoRegionPath(StructuredQueryBuilder.PathIndex pathIndex,
StructuredQueryBuilder.CoordinateSystem coordinateSystem)
Identifies a path with regions to match with a geospatial query.
|
Copyright © 2013-2017 MarkLogic Corporation.