-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Elasticsearch not working in local installation #3803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You should use a 1.x version of elasticsearch, I think 1.3.x is the one that should work. 1.5.2 did not work for me. |
Also see #3697 |
Thank you @xrmx . |
@rajujha373 @xrmx would be awesome if you write a guide of how to make elastic search woking. Maybe under https://docs.readthedocs.io/en/latest/guides/index.html or on the |
Let's keep this open until there's a guide PR to close it, then. :) |
@RichardLitt @stsewd Shall I write the guide for this then? @xrmx can update the guide once #3787 is merged :) |
I don't know. I'd wait for Eric to reply --who is the one that originally started this work. You can start writting the guide, and then just update a couple of command/change the number of version and that's it. |
Cool @humitos , I am writing the guide then |
A guide was written in #3881 |
Why did this guide disappear in rtd? I have been having issues with my elasticsearch not working for searching files and this guide would be helpful. |
@jibunzel |
I am using readthedocs in my localhost but the problem here is that the search feature is not working and throws an exception everytime I search something.
Elasticsearch version 5.6.8 and i think it might be an issue related to the version of elasticsearch used. It would be great if the version to be installed shall be included into the installation documentation too.
Request Method: GET
Request URL: http://localhost:8000/search/?q=hello
Django version: 1.9.12
Exception Type: RequestError
Exception Value: TransportError(400, u'parsing_exception')
Exception Location: /home/raj/READTHEDOCS/venv/lib/python2.7/site-packages/elasticsearch/connection/base.py in _raise_error, line 105
Python Executable: /home/raj/READTHEDOCS/venv/bin/python
Python Version: 2.7.14
The text was updated successfully, but these errors were encountered: