Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or
value as passed to a
PlanBuilder method
or returned from a RowRecord method. |
Modifier and Type | Method and Description |
---|---|
PlanSearchOptions |
PlanBuilderBase.searchOptions()
Provides a search options object to configure the execution of the
PlanBuilderBase.fromSearch(CtsQueryExpr, PlanExprColSeq, XsStringVal, PlanSearchOptions)
accessor. |
Modifier and Type | Method and Description |
---|---|
PlanBuilder.AccessPlan |
PlanBuilderBase.fromSearch(CtsQueryExpr query,
PlanExprColSeq columns,
XsStringVal qualifierName,
PlanSearchOptions options)
Supports document matching and relevance by constructing rows with the document fragment id and
columns for relevance factors.
|
Modifier and Type | Method and Description |
---|---|
PlanSearchOptions |
PlanSearchOptions.withQualityWeight(double qualityWeight) |
PlanSearchOptions |
PlanSearchOptions.withQualityWeight(XsDoubleVal qualityWeight) |
PlanSearchOptions |
PlanSearchOptions.withScoreMethod(PlanSearchOptions.ScoreMethod scoreMethod) |
Copyright © 2013-2021 MarkLogic Corporation.