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.Tokenize |
QueryOptions.QueryGrammar.QueryJoiner.getTokenize() |
QueryOptions.QueryGrammar.Tokenize |
QueryOptions.QueryGrammar.QueryStarter.getTokenize() |
static QueryOptions.QueryGrammar.Tokenize |
QueryOptions.QueryGrammar.Tokenize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.QueryGrammar.Tokenize[] |
QueryOptions.QueryGrammar.Tokenize.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 |
QueryOptions.QueryGrammar.QueryJoiner |
QueryOptionsBuilder.joiner(String joinerText,
int strength,
QueryOptions.QueryGrammar.QueryJoiner.JoinerApply apply,
String element,
QueryOptions.QueryGrammar.Tokenize token)
Deprecated.
Builds a QueryJoiner for use in a Search API
QueryOptions.QueryGrammar |
QueryOptions.QueryGrammar.QueryJoiner |
QueryOptionsBuilder.joiner(String joinerText,
int strength,
QueryOptions.QueryGrammar.QueryJoiner.JoinerApply apply,
String element,
QueryOptions.QueryGrammar.Tokenize tokenize,
Integer consume)
Deprecated.
Builds a more complex QueryJoiner for use in a Search API
QueryOptions.QueryGrammar
This method includes 'consume' which
specifies how far to extend the scope of a cts:near-query query. |
void |
QueryOptions.QueryGrammar.QueryJoiner.setTokenize(QueryOptions.QueryGrammar.Tokenize tokenize) |
Copyright © 2013-2015 MarkLogic Corporation.