Elasticserach Error

File "/usr/lib/python2.7/site-packages/elasticsearch/connection/base.py", line 125, in _raise_error
raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info)
elasticsearch.exceptions.NotFoundError: TransportError(404, u'search_phase_execution_exception', u'No search context found for id [7673]')

I got this error when I run elasticsearch in python. What would be the cause for this? Thank you.

any help?

Please read

Specifically the "be patient" part.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.