aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fuzzycat/matching.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/fuzzycat/matching.py b/fuzzycat/matching.py
index 0d87e10..7ba58c9 100644
--- a/fuzzycat/matching.py
+++ b/fuzzycat/matching.py
@@ -153,7 +153,7 @@ class FuzzyReleaseMatcher:
body={
"query": query,
"size": self.size,
- "track_total_hits": True
+ "track_total_hits": 100,
})
if es_compat_hits_total(resp) == 0:
return result
@@ -199,7 +199,7 @@ class FuzzyReleaseMatcher:
body={
"query": query,
"size": self.size,
- "track_total_hits": True
+ "track_total_hits": 100,
})
if es_compat_hits_total(resp) == 0:
return result
@@ -243,7 +243,7 @@ class FuzzyReleaseMatcher:
body={
"query": query,
"size": self.size,
- "track_total_hits": True
+ "track_total_hits": 100,
})
if es_compat_hits_total(resp) == 0:
return result
@@ -289,7 +289,7 @@ class FuzzyReleaseMatcher:
body={
"query": query,
"size": self.size,
- "track_total_hits": True
+ "track_total_hits": 100,
})
if es_compat_hits_total(resp) == 0:
return result