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 | Class and Description |
---|---|
static class |
QueryOptions.QueryDefaultSuggestionSource
Deprecated.
Models the default source for calls to the search:suggest XQuery function.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QuerySuggestionSource |
QueryOptions.QuerySuggestionSource.annotate(String xmlString) |
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QuerySuggestionSource> |
QueryOptions.getSuggestionSources()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setSuggestionSources(List<QueryOptions.QuerySuggestionSource> suggestionSourceOptions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QuerySuggestionSource> |
QueryOptionsHandle.getSuggestionSources()
Deprecated.
Returns a List of the suggestion sources in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.addSuggestionSource(QueryOptions.QuerySuggestionSource suggestionSource)
Deprecated.
Add a suggestion source to the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setSuggestionSources(List<QueryOptions.QuerySuggestionSource> suggestionSources)
Deprecated.
Set a List of suggestion sources in the query options.
|
Copyright © 2013-2016 MarkLogic Corporation.