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

Possibly allow for "POST" instead of "GET" in search_raw and search_raw_multi #499

Open piyushrpt opened 9 years ago

piyushrpt commented 9 years ago

Hi, I have a use case where I need to send a "POST" instead of "GET" with exactly the same parameters. It would be great if it were possible to use "POST" as an alternate method in search_raw and search_raw_multi functions.

Thanks Piyush