Remove min competitive score
This commit is contained in:
parent
06613ca9e6
commit
8a657b4f1d
@ -35,7 +35,6 @@ public class MoreLikeThisTransformer implements GlobalQueryRewrite {
|
||||
queryParams.offsetLong(),
|
||||
queryParams.limitLong(),
|
||||
queryParams.pageLimits(),
|
||||
queryParams.minCompetitiveScore(),
|
||||
queryParams.sort(),
|
||||
queryParams.computePreciseHitsCount(),
|
||||
queryParams.timeout()
|
||||
|
@ -86,7 +86,6 @@ public class CountMultiSearcher implements MultiSearcher {
|
||||
0L,
|
||||
queryParams.offsetLong() + queryParams.limitLong(),
|
||||
queryParams.pageLimits(),
|
||||
queryParams.minCompetitiveScore(),
|
||||
queryParams.sort(),
|
||||
queryParams.computePreciseHitsCount(),
|
||||
queryParams.timeout()
|
||||
|
@ -102,7 +102,6 @@ public class UnsortedUnscoredSimpleMultiSearcher implements MultiSearcher {
|
||||
0L,
|
||||
queryParams.offsetLong() + queryParams.limitLong(),
|
||||
queryParams.pageLimits(),
|
||||
queryParams.minCompetitiveScore(),
|
||||
queryParams.sort(),
|
||||
queryParams.computePreciseHitsCount(),
|
||||
queryParams.timeout()
|
||||
|
Loading…
Reference in New Issue
Block a user