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 | Method and Description |
---|---|
static QueryOptions.QueryTerm.TermApply |
QueryOptions.QueryTerm.TermApply.fromXmlString(String xmlString) |
QueryOptions.QueryTerm.TermApply |
QueryOptions.QueryTerm.getEmptyApply() |
static QueryOptions.QueryTerm.TermApply |
QueryOptions.QueryTerm.TermApply.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.QueryTerm.TermApply[] |
QueryOptions.QueryTerm.TermApply.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryTerm.setEmptyApply(QueryOptions.QueryTerm.TermApply termApply) |
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.
|
Copyright © 2013-2015 MarkLogic Corporation.