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 and Description |
---|---|
FacetResult |
SearchHandle.getFacetResult(String name)
Returns the named facet results.
|
FacetResult[] |
SearchHandle.getFacetResults()
Returns an array of facet results for this search.
|
Modifier and Type | Method and Description |
---|---|
FacetResult |
SearchResults.getFacetResult(String name)
Returns the facet results for the named facet.
|
FacetResult[] |
SearchResults.getFacetResults()
Returns the array of facet results.
|
Copyright © 2013-2016 MarkLogic Corporation.