QueryOptionsBuilder
,
QueryOptions
,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments.See: Description
Interface | Description |
---|---|
Annotatable<T> |
Defines methods for adding annotations and retrieving them
from those option nodes that can be annotated.
|
Buckets |
Marks
QueryOptions.QueryRange.Bucket
and QueryOptions.QueryRange.ComputedBucket
as buckets for the purposes of QueryOptions.QueryRange configuration. |
ConstraintSource |
Marks the options configurations that can back constraints.
|
GeospatialIndex |
Marker for geospatial index configurations.
|
GeospatialSpec |
Defines an interface to the methods for storing
geospatial values in MarkLogic indexes.
|
Indexed |
Marks classes that are backed by MarkLogic indexes.
|
IndexSpec |
Defines methods for accessing index (or indexable) configuration elements.
|
MetadataExtract |
Marks classes that can be included in metadata extractions.
|
RangeIndexed |
Marks classes that carry type and collation attributes.
|
RangeSpec |
Marks classes and defines methods for configuring a
range index description.
|
TermIndexed |
Marks options that are backed by term lists.
|
TermOptions |
Marks classes and defined methods for options that
have term options and weights assigned to them.
|
TermSource |
Marks the classes that can back a
QueryOptions.QueryTerm
configuration for default searches. |
TermSpec |
Marks configurations that can back term constraints,
such as the word lexicon.
|
TupleSource |
Marks classes that can back tuples definitions.
|
Class | Description |
---|---|
HeatmapAndOptions |
Models an object that helps build heatmaps for use
in
QueryOptionsBuilder geospatial expressions. |
IndexSpecImpl |
Implements accessors to index or index-like configurations.
|
QueryOptionsConfiguration |
Interface that wraps building configuration options for a
QueryOptions
object. |
RangeIndexType |
Used only in
QueryOptionsBuilder .*RangeIndex(...) methods
to mark classes that are backed my range indexes. |
Enum | Description |
---|---|
GeospatialIndexType |
Used in
QueryOptionsBuilder to help construct configurations for geospatial indexes. |
QueryUri |
A special marker for indicating that the source of
tuples or values is the URI lexicon.
|
QueryOptionsBuilder
,
QueryOptions
,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments.
It shouldn't be necessary to use any of the classes in this package in client applications, except to support builder expressions.
Note: the QueryOptions and QueryOptionsBuilder support component classes are deprecated. Use a JSON or XML handle instead to write or read query options.
Copyright © 2013-2015 MarkLogic Corporation.