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.QueryStarter |
QueryOptionsBuilder.starterGrouping(String text,
int strength,
String delimiter)
Deprecated.
Builds a starter used for grouping terms.
|
QueryOptions.QueryGrammar.QueryStarter |
QueryOptionsBuilder.starterPrefix(String text,
int strength,
String element)
Deprecated.
Builds a starter used for prefixing terms.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryGrammar.QueryStarter> |
QueryOptions.QueryGrammar.getStarters() |
List<QueryOptions.QueryGrammar.QueryStarter> |
QueryOptionsBuilder.starters(QueryOptions.QueryGrammar.QueryStarter... starters)
Deprecated.
Builds a list of starters for use in grammars.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryGrammar.addStarter(QueryOptions.QueryGrammar.QueryStarter starter) |
List<QueryOptions.QueryGrammar.QueryStarter> |
QueryOptionsBuilder.starters(QueryOptions.QueryGrammar.QueryStarter... starters)
Deprecated.
Builds a list of starters for use in grammars.
|
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.setStarters(List<QueryOptions.QueryGrammar.QueryStarter> starters) |
Copyright © 2013-2016 MarkLogic Corporation.