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 |
---|---|
List<QueryOptions.QueryGrammar.QueryJoiner> |
QueryOptions.QueryGrammar.getJoiners() |
List<QueryOptions.QueryGrammar.QueryJoiner> |
QueryOptionsBuilder.joiners(QueryOptions.QueryGrammar.QueryJoiner... joiners)
Deprecated.
Builds a list of
QueryOptions.QueryGrammar.QueryJoiner
for use in constructing QueryOptions.QueryGrammar
instances. |
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryGrammar.addJoiner(QueryOptions.QueryGrammar.QueryJoiner joiner) |
List<QueryOptions.QueryGrammar.QueryJoiner> |
QueryOptionsBuilder.joiners(QueryOptions.QueryGrammar.QueryJoiner... joiners)
Deprecated.
Builds a list of
QueryOptions.QueryGrammar.QueryJoiner
for use in constructing QueryOptions.QueryGrammar
instances. |
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryGrammar |
QueryOptionsBuilder.grammar(List<QueryOptions.QueryGrammar.QueryStarter> starters,
List<QueryOptions.QueryGrammar.QueryJoiner> joiners,
String quotation,
Element implicit)
Deprecated.
Builds the definition of a query grammar.
|
void |
QueryOptions.QueryGrammar.setJoiners(List<QueryOptions.QueryGrammar.QueryJoiner> joiners) |
Copyright © 2013-2016 MarkLogic Corporation.