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.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.geoPath(StructuredQueryBuilder.PathIndex pathIndex)
Identifies a path with the latitude and longitude to match
with a geospatial query.
|
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.
|
Copyright © 2013-2015 MarkLogic Corporation.