aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch
BSD 3-Clause "New" or "Revised" License
606 stars 269 forks source link

Suggest fixes #435

Closed CGenie closed 10 years ago

CGenie commented 10 years ago

add_field and validate_indices were undefined. I also added option to add completion-type suggestion, see here: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html

aparo commented 10 years ago

Thanks

aparo commented 10 years ago

Thanks for contributing in these years, I've send you a free copy of my book.

CGenie commented 10 years ago

Huh? Which copy? :)

P.

On 08/04/2014 10:52 PM, Alberto Paro wrote:

Thanks for contributing in these years, I've send you a free copy of my book.

— Reply to this email directly or view it on GitHub https://github.com/aparo/pyes/pull/435#issuecomment-51115927.

fatisar commented 10 years ago

Hey Albert, will there be a new release soon that incorporates these fixes? I've copied over the changes directly in the meantime, so no rush or anything, just wondering. And thanks for the great library!