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.QueryDefaultSuggestionSource |
QueryOptions.getDefaultSuggestionSource()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setDefaultSuggestionSource(QueryOptions.QueryDefaultSuggestionSource dss)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryDefaultSuggestionSource |
QueryOptionsHandle.getDefaultSuggestionSource()
Deprecated.
Returns the default suggestion source in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setDefaultSuggestionSource(QueryOptions.QueryDefaultSuggestionSource defaultSuggestionSource)
Deprecated.
Sets the default suggestion source in the query options.
|
Copyright © 2013-2015 MarkLogic Corporation.