Package | Description |
---|---|
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.
|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Method | Description |
---|---|---|
MatchDocumentSummary[] |
SearchHandle.getMatchResults() |
Returns an array of summaries for the matched documents.
|
Modifier and Type | Method | Description |
---|---|---|
MatchDocumentSummary |
QueryManager.findOne(QueryDefinition querydef) |
The findOne method is a convenience.
|
MatchDocumentSummary |
QueryManager.findOne(QueryDefinition querydef,
Transaction transaction) |
The findOne method is a convenience.
|
MatchDocumentSummary[] |
SearchResults.getMatchResults() |
Returns the match results.
|
Copyright © 2013-2019 MarkLogic Corporation.