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 | Method and Description |
---|---|
QueryOptions.QueryTerm |
QueryOptions.QueryTerm.annotate(String xmlString) |
QueryOptions.QueryTerm |
QueryOptions.getTerm()
Deprecated.
|
QueryOptions.QueryTerm |
QueryOptionsBuilder.term(QueryOptions.QueryTerm.TermApply empty,
String defaultSourceName,
String... termOptions)
Deprecated.
Builds a term configuration with an source for default searching.
|
QueryOptions.QueryTerm |
QueryOptionsBuilder.term(QueryOptions.QueryTerm.TermApply empty,
TermSource defaultSource,
String... termOptions)
Deprecated.
Builds a term configuration with an source for default searching.
|
QueryOptions.QueryTerm |
QueryOptionsBuilder.term(QueryOptions.XQueryExtension extension)
Deprecated.
Builds a term configuration with an extension.
|
QueryOptions.QueryTerm |
QueryOptionsBuilder.term(String... termOptions)
Deprecated.
Builds a term option that consists solely of valid term option strings.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setTerm(QueryOptions.QueryTerm termConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryTerm |
QueryOptionsHandle.getTerm()
Deprecated.
Returns the term associated specified in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setTerm(QueryOptions.QueryTerm termConfig)
Deprecated.
Set the term configuration in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withTerm(QueryOptions.QueryTerm term)
Deprecated.
Set the term configuration in the query options.
|
Copyright © 2013-2015 MarkLogic Corporation.