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.QueryAdditionalQuery |
QueryOptionsBuilder.additionalQuery(String ctsQuery)
Deprecated.
incorporates a cts:query expression into the search.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryState |
QueryOptions.QueryState.withAdditionalQuery(QueryOptions.QueryAdditionalQuery additionalQuery) |
Modifier and Type | Method and Description |
---|---|
QueryOptionsHandle |
QueryOptionsHandle.withAdditionalQuery(QueryOptions.QueryAdditionalQuery additionalQuery)
Deprecated.
Sets the ctsQuery element in the query options.
|
Copyright © 2013-2015 MarkLogic Corporation.