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 | Description |
---|---|---|
protected class |
StructuredQueryBuilder.PathIndexImpl |
Modifier and Type | Method | Description |
---|---|---|
StructuredQueryBuilder.PathIndex |
StructuredQueryBuilder.pathIndex(java.lang.String path) |
Identifies a path index to match with a query.
|
Modifier and Type | Method | 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-2019 MarkLogic Corporation.