Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.XQueryExtension |
QueryOptionsBuilder.extension(String apply,
String ns,
String at)
Deprecated.
Builds a reference to an XQuery extension point.
|
QueryOptions.XQueryExtension |
QueryOptions.QueryCustom.getFinishFacet()
Returns the XQuery function called to finish the facet.
|
QueryOptions.XQueryExtension |
QueryOptions.QueryCustom.getParse()
Returns the XQuery function called to implement the custom constraint.
|
QueryOptions.XQueryExtension |
QueryOptions.QueryCustom.getStartFacet()
Returns the XQuery function called to start the facet.
|
QueryOptions.XQueryExtension |
QueryOptions.QueryTerm.getTermFunction() |
Modifier and Type | Method and Description |
---|---|
ConstraintSource |
QueryOptionsBuilder.customFacet(QueryOptions.XQueryExtension parse,
QueryOptions.XQueryExtension start,
QueryOptions.XQueryExtension finish,
String... facetOptions)
Deprecated.
Defines an XQuery customization for specifying constraint faceting
behavior.
|
ConstraintSource |
QueryOptionsBuilder.customParse(QueryOptions.XQueryExtension parse,
String... termOptions)
Deprecated.
Defines an XQuery customization for specifying constraint values.
|
void |
QueryOptions.QueryCustom.setFinishFacet(QueryOptions.XQueryExtension finishFacet)
Specifies an XQuery function called to finish the facet.
|
void |
QueryOptions.QueryCustom.setParse(QueryOptions.XQueryExtension parse)
Specifies an XQuery function called to implement the custom constraint.
|
void |
QueryOptions.QueryCustom.setStartFacet(QueryOptions.XQueryExtension startFacet)
Specifies an XQuery function called to start the facet.
|
void |
QueryOptions.QueryTerm.setTermFunction(QueryOptions.XQueryExtension extension) |
QueryOptions.QueryTerm |
QueryOptionsBuilder.term(QueryOptions.XQueryExtension extension)
Deprecated.
Builds a term configuration with an extension.
|
QueryOptions.QueryTransformResults |
QueryOptionsBuilder.transformResults(QueryOptions.XQueryExtension extension)
Deprecated.
Transform results with a custom XQuery extension
|
Constructor and Description |
---|
QueryCustom(boolean doFacets,
QueryOptions.XQueryExtension parseExtension)
Constructor for the custom constraint.
|
Copyright © 2013-2016 MarkLogic Corporation.