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.QueryTransformResults |
QueryOptionsBuilder.emptySnippets()
Deprecated.
Configures search results to return no result node.
|
QueryOptions.QueryTransformResults |
QueryOptions.getTransformResults()
Deprecated.
|
QueryOptions.QueryTransformResults |
QueryOptions.QueryState.getTransformResultsOption() |
QueryOptions.QueryTransformResults |
QueryOptionsBuilder.metadataSnippetTransform(QName... preferredElements)
Deprecated.
Configures search results to include data from properties fragments.
|
QueryOptions.QueryTransformResults |
QueryOptionsBuilder.rawResults()
Deprecated.
Configures search results to return raw XML documents
|
QueryOptions.QueryTransformResults |
QueryOptionsBuilder.snippetTransform(Integer perMatchTokens,
Integer maxMatches,
Integer maxSnippetChars,
QName... preferredElements)
Deprecated.
Configures the way default snippets look in search results.
|
QueryOptions.QueryTransformResults |
QueryOptionsBuilder.transformResults(QueryOptions.XQueryExtension extension)
Deprecated.
Transform results with a custom XQuery extension
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setTransformResults(QueryOptions.QueryTransformResults transformResultsOption)
Deprecated.
|
QueryOptions.QueryState |
QueryOptions.QueryState.withTransformResults(QueryOptions.QueryTransformResults transformResults) |
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryTransformResults |
QueryOptionsHandle.getTransformResults()
Deprecated.
Returns the transform results setting specified in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setTransformResults(QueryOptions.QueryTransformResults transformResults)
Deprecated.
Set the transform results in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withTransformResults(QueryOptions.QueryTransformResults transformResults)
Deprecated.
Set the transform results in the query options.
|
Copyright © 2013-2016 MarkLogic Corporation.