aparo / pyes

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

Added ids field to MoreLikeThisQuery #502

Closed patilvikram closed 8 years ago

patilvikram commented 8 years ago

Based on suggestions from Elasticsearch Query DSL for MoreLikeThisQuery , pyes is missing following two fields 1) Docs 2) ids

This pull request will add ids field to this one. I have tested new implementation in our inhouse deployment. Reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html

aparo commented 8 years ago

It seems good to me. If you have time, can you also submit a testcase? Thanks a lot.

patilvikram commented 8 years ago

Thanks Alberto. Seems like testcase for MoreLikeThisQuery is missing. I will add testcase this week sometime.