...
|
...
|
@@ -45,7 +45,7 @@ public class FunctionScoreSearchHelper { |
|
|
private final int limitDayCount = 60;
|
|
|
private final int offsetDayCount = 20;
|
|
|
private final int scaleDayCount = 40;
|
|
|
|
|
|
|
|
|
private WeightBuilder genWeightFactorBuilder(float factor) {
|
|
|
return ScoreFunctionBuilders.weightFactorFunction(factor);
|
|
|
}
|
...
|
...
|
|