public interface PlanSearchOptions
Modifier and Type | Interface and Description |
---|---|
static class |
PlanSearchOptions.ScoreMethod |
Modifier and Type | Method and Description |
---|---|
XsDoubleVal |
getBm25LengthWeight() |
XsFloatVal |
getQualityWeight()
Changed in release 7.0.0 to return a float, as
the server requires a float and throws an error on a double.
|
PlanSearchOptions.ScoreMethod |
getScoreMethod() |
PlanSearchOptions |
withBm25LengthWeight(double bm25LengthWeight) |
PlanSearchOptions |
withQualityWeight(float qualityWeight)
Changed in release 7.0.0 to return a float, as
the server requires a float and throws an error on a double.
|
PlanSearchOptions |
withQualityWeight(XsFloatVal qualityWeight)
Changed in release 7.0.0 to return a float, as
the server requires a float and throws an error on a double.
|
PlanSearchOptions |
withScoreMethod(PlanSearchOptions.ScoreMethod scoreMethod) |
XsFloatVal getQualityWeight()
PlanSearchOptions.ScoreMethod getScoreMethod()
XsDoubleVal getBm25LengthWeight()
PlanSearchOptions withQualityWeight(float qualityWeight)
PlanSearchOptions withQualityWeight(XsFloatVal qualityWeight)
PlanSearchOptions withScoreMethod(PlanSearchOptions.ScoreMethod scoreMethod)
PlanSearchOptions withBm25LengthWeight(double bm25LengthWeight)
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.