Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
Modifier and Type | Method and Description |
---|---|
GeospatialSpec |
QueryOptionsBuilder.attributePairGeospatialIndex(QName parent,
QName latitudeAttribute,
QName longitudeAttribute)
Deprecated.
Builds a geospatial index from data where latitude and longitude are
stored as XML attributes.
|
GeospatialSpec |
QueryOptionsBuilder.elementChildGeospatialIndex(QName parent,
QName geospatialElement)
Deprecated.
Builds a geospatial index from data where latitude and longitude
are encoded together in one element, and are children of
a specified element.
|
GeospatialSpec |
QueryOptionsBuilder.elementGeospatialIndex(QName geospatialElement)
Deprecated.
Builds a geospatial index from data where latitude and longitude are
stored together in one XML element.
|
GeospatialSpec |
QueryOptionsBuilder.elementPairGeospatialIndex(QName parent,
QName latitudeElement,
QName longitudeElement)
Deprecated.
Builds a geospatial index from data where latitude and longitude are
stored as text in XML elements.
|
Modifier and Type | Method and Description |
---|---|
ConstraintSource |
QueryOptionsBuilder.geospatial(GeospatialSpec index,
HeatmapAndOptions heatmap,
String... geoOptions)
Deprecated.
Builds a geospatial specification for a two-dimensional constraint.
|
ConstraintSource |
QueryOptionsBuilder.geospatial(GeospatialSpec index,
String... geoOptions)
Deprecated.
Builds a geospatial specification for a two-dimensional constraint.
|
Copyright © 2013-2015 MarkLogic Corporation.