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.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryOptions
Deprecated.
Use a JSON or XML
write handle or
read handle
implementation instead of this class to write or read
query options. For instance:
or
|
static class |
QueryOptions.DefaultTermSource
Deprecated.
The source of data for a default term search.
|
static class |
QueryOptions.QueryConstraint
Deprecated.
Models a constraint node in Search API configuration.
|
static class |
QueryOptions.QueryCustom
Deprecated.
A custom constraint.
|
static class |
QueryOptions.QueryDefaultSuggestionSource
Deprecated.
Models the default source for calls to the search:suggest XQuery function.
|
static class |
QueryOptions.QueryOperator
Deprecated.
Represents how query terms are to be combined.
|
static class |
QueryOptions.QuerySortOrder
Deprecated.
Models criteria for sorting results.
|
static class |
QueryOptions.QuerySuggestionSource
Deprecated.
Models a source for calls to the search:suggest XQuery function.
|
static class |
QueryOptions.QueryTerm
Deprecated.
Models configuration for a search API term.
|
static class |
QueryOptions.QueryTuples
Deprecated.
Models configurations that extract co-occurring values from lexicons
Use two or more sources to retrieve tuples from the database.
|
static class |
QueryOptions.QueryValues
Deprecated.
Models configurations that extract values from lexicons
|
Modifier and Type | Class and Description |
---|---|
class |
QueryOptionsHandle
Deprecated.
Use a JSON or XML
write handle or
read handle
implementation instead of this class to write or read
query options. For instance:
or
|
Copyright © 2013-2016 MarkLogic Corporation.