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 |
---|---|
QueryOptions.QueryGrammar.QueryJoiner.Comparator |
QueryOptions.QueryGrammar.QueryJoiner.getComparator() |
static QueryOptions.QueryGrammar.QueryJoiner.Comparator |
QueryOptions.QueryGrammar.QueryJoiner.Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.QueryGrammar.QueryJoiner.Comparator[] |
QueryOptions.QueryGrammar.QueryJoiner.Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryGrammar.QueryJoiner |
QueryOptionsBuilder.joiner(String joinerText,
int strength,
QueryOptions.QueryGrammar.QueryJoiner.JoinerApply apply,
QueryOptions.QueryGrammar.QueryJoiner.Comparator comparator,
QueryOptions.QueryGrammar.Tokenize tokenize)
Deprecated.
Builds a QueryJoiner for use in a Search API
QueryOptions.QueryGrammar |
void |
QueryOptions.QueryGrammar.QueryJoiner.setCompare(QueryOptions.QueryGrammar.QueryJoiner.Comparator compare) |
Copyright © 2013-2015 MarkLogic Corporation.