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.QuerySearchableExpression |
QueryOptions.QueryState.getSearchableExpression() |
QueryOptions.QuerySearchableExpression |
QueryOptionsBuilder.searchableExpression(String searchableExpression,
QueryOptions.ExpressionNamespaceBinding... bindings)
Deprecated.
Defines an XPath expression to be used as the context for all searches.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setSearchableExpression(QueryOptions.QuerySearchableExpression searchableExpression)
Deprecated.
|
QueryOptions.QueryState |
QueryOptions.QueryState.withSearchableExpression(QueryOptions.QuerySearchableExpression querySearchableExpression) |
Modifier and Type | Method and Description |
---|---|
QueryOptionsHandle |
QueryOptionsHandle.withSearchableExpression(QueryOptions.QuerySearchableExpression searchableExpression)
Deprecated.
Sets the searchable expression in the query options.
|
Copyright © 2013-2015 MarkLogic Corporation.