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 | Class and Description |
---|---|
static class |
QueryOptions.QueryCollection
Deprecated.
Models a constraint on collection URIs.
|
static class |
QueryOptions.QueryCustom
Deprecated.
A custom constraint.
|
static class |
QueryOptions.QueryElementQuery
Deprecated.
Models an Element Query constraint
|
static class |
QueryOptions.QueryGeospatialAttributePair
Deprecated.
Models a geospatial index with coordinates stored in a pair of attributes
|
static class |
QueryOptions.QueryGeospatialElement
Deprecated.
Models a geospatial index with coordinates stored in a single element.
|
static class |
QueryOptions.QueryGeospatialElementPair
Deprecated.
Models a geospatial index with coordinates stored in a pair of elements.
|
static class |
QueryOptions.QueryProperties
Deprecated.
Corresponds to the <properties> constraint type in the MarkLogic
Search API
|
static class |
QueryOptions.QueryRange
Deprecated.
Models a range constraint source.
|
static class |
QueryOptions.QueryValue
Deprecated.
Models a value constraint
|
static class |
QueryOptions.QueryWord
Deprecated.
Models a word constraint
|
Modifier and Type | Method and Description |
---|---|
ConstraintSource |
QueryOptionsBuilder.customFacet(QueryOptions.XQueryExtension parse,
QueryOptions.XQueryExtension start,
QueryOptions.XQueryExtension finish,
String... facetOptions)
Deprecated.
Defines an XQuery customization for specifying constraint faceting
behavior.
|
ConstraintSource |
QueryOptionsBuilder.customParse(QueryOptions.XQueryExtension parse,
String... termOptions)
Deprecated.
Defines an XQuery customization for specifying constraint values.
|
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.
|
ConstraintSource |
QueryOptionsBuilder.properties()
Deprecated.
Builds a new QueryProperties, which restricts a named constraint to data
stored in the properties fragment.
|
ConstraintSource |
QueryOptionsBuilder.value(TermSpec indexSpec)
Deprecated.
Builds a value index specification for use in a constraint, values, tuples or term configuration.
|
ConstraintSource |
QueryOptionsBuilder.value(TermSpec indexSpec,
Double weight,
QueryOptions.FragmentScope scope,
String... termOptions)
Deprecated.
Builds a value index specification for use in a constraint, values, tuples or term configuration.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryConstraint |
QueryOptionsBuilder.constraint(String name,
ConstraintSource source)
Deprecated.
Builds a constraint object with the supplied name and source.
|
void |
QueryOptions.QueryConstraint.setSource(ConstraintSource constraintDefinition)
Specifies the constrained index.
|
Copyright © 2013-2016 MarkLogic Corporation.