aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RandomFunction _internal_name spelled incorrectly

gregyu opened this issue · comments

_internal_name = 'random_Score' was not working for me. Renaming to _internal_name = 'random_score' seems to solve the issue.