Closed irom77 closed 7 years ago
Not yet.
Seems like all thats needed is to replace elasticsearch version to 5.1.* in requirements.txt
No, there are a few changes in elasticsearch-py library, which should be implemented.
You are right i also had to comment search_type='scan' and was able to run with elasticsearch 5.1.0 just fine..
You did not check all of arguments. For example fields param is not present in search method.
Correct. I did not use fields param. Thank you, Taras. Its a very nice utility. ES 5 is becoming more mainstream - elastic.co hosting ES5 with their cloud offering
Works for me, too. Thank you!
ES 5 support has been added in 5.2.0 release. Please check.
Does it work with es5 ?