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.JSONPropertyImpl |
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.JSONProperty |
StructuredQueryBuilder.jsonProperty(java.lang.String name)
Identifies a JSON property to match with a query.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoJSONProperty(StructuredQueryBuilder.JSONProperty jsonProperty)
Identifies a json property whose text has the point format latitude and longitude
coordinates to match with a geospatial query.
|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoJSONProperty(StructuredQueryBuilder.JSONProperty parent,
StructuredQueryBuilder.JSONProperty jsonProperty)
Identifies a parent json property with a child json property whose text has
the latitude and longitude coordinates to match with a geospatial query.
|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoJSONPropertyPair(StructuredQueryBuilder.JSONProperty parent,
StructuredQueryBuilder.JSONProperty lat,
StructuredQueryBuilder.JSONProperty lon)
Identifies a parent json property with child latitude and longitude json properties
to match with a geospatial query.
|
Copyright © 2013-2021 MarkLogic Corporation.