Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
com.marklogic.client.admin.config.support |
Interfaces and classes used by
QueryOptionsBuilder ,
QueryOptions ,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments. |
Modifier and Type | Class and Description |
---|---|
static class |
QueryOptions.QueryRange
Deprecated.
Models a range constraint source.
|
static class |
QueryOptions.QuerySortOrder
Deprecated.
Models criteria for sorting results.
|
static class |
QueryOptions.QueryValue
Deprecated.
Models a value constraint
|
static class |
QueryOptions.QueryWord
Deprecated.
Models a word constraint
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.Field.build(Indexed indexable)
Adds this field to the indexed specification.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RangeIndexed
Marks classes that carry type and collation attributes.
|
interface |
TermIndexed
Marks options that are backed by term lists.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexSpec.build(Indexed indexable) |
void |
IndexSpecImpl.build(Indexed indexable) |
Copyright © 2013-2016 MarkLogic Corporation.