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.FacetableConstraintConfiguration
Deprecated.
Partial implementation of constraint sources that can have facets
|
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 |
---|---|
<T extends QueryOptions.BaseConstraintItem> |
QueryOptions.QuerySuggestionSource.getConstraintConfiguration() |
<T extends QueryOptions.BaseConstraintItem> |
QueryOptions.QueryConstraint.getSource()
Returns the constrained index.
|
<T extends QueryOptions.BaseConstraintItem> |
QueryOptions.QueryTerm.getSource()
get the constraint definition that backs default term queries.
|
<T extends QueryOptions.BaseConstraintItem> |
QueryOptions.DefaultTermSource.getSource() |
<T extends QueryOptions.BaseConstraintItem> |
QueryOptions.QuerySuggestionSource.setImplementation(T constraintDefinition) |
Copyright © 2013-2016 MarkLogic Corporation.