Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryGrammar |
QueryOptions.getGrammar()
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setGrammar(QueryOptions.QueryGrammar grammarOption)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryGrammar |
QueryOptionsHandle.getGrammar()
Deprecated.
Returns the search grammar specified in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setGrammar(QueryOptions.QueryGrammar grammar)
Deprecated.
Sets the grammar in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withGrammar(QueryOptions.QueryGrammar grammar)
Deprecated.
Sets the grammar in the query options.
|
Copyright © 2013-2015 MarkLogic Corporation.