o19s/elasticsearch-learning-to-rank
View on GitHub`_msearch` support when logging features
Open
#305 opened on May 9, 2020
help wanted
Repository metrics
- Stars
- (1,456 stars)
- PR merge metrics
- (Avg merge 42d 4h) (2 merged PRs in 30d)
Description
Howdy! When logging features it sure would be faster to get to use the msearch api, though what's documented in the examples is just search. When trying to use that, hit:
~/.local/lib/python3.7/site-packages/elasticsearch/connection/base.py in _raise_error(self, status_code, raw_data)
176
177 raise HTTP_EXCEPTIONS.get(status_code, TransportError)(
--> 178 status_code, error_message, additional_info
179 )
RequestError: RequestError(400, 'illegal_argument_exception', 'key [ext] is not supported in the metadata section')