We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f33c1 commit bb80ea6Copy full SHA for bb80ea6
image_match/elasticsearch_driver.py
@@ -59,7 +59,7 @@ def search_single_record(self, rec):
59
body={'query': {
60
'bool': {'should': should}
61
},
62
- '_source': {'exclude': ['simple_word_*']}
+ '_source': {'excludes': ['simple_word_*']}
63
64
size=self.size,
65
timeout=self.timeout)['hits']['hits']
0 commit comments