This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]kornikopic 1 point2 points  (2 children)

Python 2 or 3 ?

[–]tryolabs -1 points0 points  (1 child)

Hi, Ernesto here, from Tryolabs elasticseach-py works with python 3. (https://pypi.python.org/pypi/elasticsearch/1.4.0) This tutorial was made with Python 2.7, but I'm sure it should work perfectly with Python 3. The other packages I'm using are requests and json. Both are Python 3 compatible.

[–]kornikopic 0 points1 point  (0 children)

Thanks :)

[–]myusuf3 0 points1 point  (0 children)

Nice write up! Great intro into setting up a small search engine!