Package | Description |
---|---|
com.marklogic.client.pojo |
The goal of this package (sometimes referred to as "the pojo facade" is to simplify working
with custom Plain Old Java Objects (pojos) without hassling with persistence details.
|
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 | Description |
---|---|---|
StructuredQueryBuilder.GeospatialIndex |
PojoQueryBuilder.geoPair(java.lang.String latitudePropertyName,
java.lang.String longitudePropertyName) |
For use in a
geospatial query, reference a pair of properties. |
StructuredQueryBuilder.GeospatialIndex |
PojoQueryBuilder.geoPath(java.lang.String pojoProperty) |
For use in a
geospatial query, reference a geo property which has
a corresponding Geospatial Path Range Index configured in the database. |
Modifier and Type | Method | Description |
---|---|---|
StructuredQueryDefinition |
PojoQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialIndex index,
StructuredQueryBuilder.Region... regions) |
|
StructuredQueryDefinition |
PojoQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialIndex index,
java.lang.String[] options,
StructuredQueryBuilder.Region... regions) |
Copied from
StructuredQuerybuilder.geospatial(StructuredQueryBuilder.GeospatialIndex, StructuredQueryBuilder.FragmentScope, String[], StructuredQueryBuilder.Region...) but without StructuredQueryBuilder.FragmentScope. |
Modifier and Type | Class | Description |
---|---|---|
protected class |
StructuredQueryBuilder.GeoAttributePairImpl |
|
protected class |
StructuredQueryBuilder.GeoElementImpl |
|
protected class |
StructuredQueryBuilder.GeoElementPairImpl |
|
protected class |
StructuredQueryBuilder.GeoJSONPropertyImpl |
|
protected class |
StructuredQueryBuilder.GeoJSONPropertyPairImpl |
Modifier and Type | Method | Description |
---|---|---|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoAttributePair(StructuredQueryBuilder.Element parent,
StructuredQueryBuilder.Attribute lat,
StructuredQueryBuilder.Attribute lon) |
Identifies a parent element with child latitude and longitude attributes
to match with a geospatial query.
|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoElement(StructuredQueryBuilder.Element element) |
Identifies an element whose text has the latitude and longitude
coordinates to match with a geospatial query.
|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoElement(StructuredQueryBuilder.Element parent,
StructuredQueryBuilder.Element element) |
Identifies a parent element with a child element whose text has
the latitude and longitude coordinates to match with a geospatial query.
|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoElementPair(StructuredQueryBuilder.Element parent,
StructuredQueryBuilder.Element lat,
StructuredQueryBuilder.Element lon) |
Identifies a parent element with child latitude and longitude elements
to match with a geospatial query.
|
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.
|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoPath(StructuredQueryBuilder.PathIndex pathIndex) |
Identifies a path with the latitude and longitude to match
with a geospatial query.
|
Modifier and Type | Method | Description |
---|---|---|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialIndex index,
StructuredQueryBuilder.FragmentScope scope,
java.lang.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.
|
Copyright © 2013-2019 MarkLogic Corporation.