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.admin.config.support |
Interfaces and classes used by
QueryOptionsBuilder ,
QueryOptions ,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments. |
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.QueryExtractMetadata |
QueryOptionsBuilder.extractMetadata(MetadataExtract... extractions)
Deprecated.
Builds a configuration for extracting metadata from search results.
|
QueryOptions.QueryExtractMetadata |
QueryOptions.getExtractMetadata()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.JsonKey.build(QueryOptions.QueryExtractMetadata extractMetadata)
Adds this JSON key to the metadata extraction specification.
|
void |
QueryOptions.AttributeOrElementValue.build(QueryOptions.QueryExtractMetadata extractMetadata) |
void |
QueryOptions.ConstraintValue.build(QueryOptions.QueryExtractMetadata extractMetadata) |
void |
QueryOptions.setExtractMetadata(QueryOptions.QueryExtractMetadata extractMetadata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataExtract.build(QueryOptions.QueryExtractMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryExtractMetadata |
QueryOptionsHandle.getExtractMetadata()
Deprecated.
Returns the extract metadata setting from the options node.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setExtractMetadata(QueryOptions.QueryExtractMetadata extractMetadata)
Deprecated.
Sets the extract metadata setting in the options node.
|
QueryOptionsHandle |
QueryOptionsHandle.withExtractMetadata(QueryOptions.QueryExtractMetadata extractMetadata)
Deprecated.
Sets the extract metadata setting in the options node.
|
Copyright © 2013-2016 MarkLogic Corporation.