ChristopherRabotin / bungiesearch

UNMAINTAINED CODE -- Elasticsearch-dsl-py django wrapper with mapping generator
BSD 3-Clause "New" or "Revised" License
67 stars 20 forks source link

Remove sleep and add ability to bulk delete from index #88

Closed afrancis13 closed 9 years ago

afrancis13 commented 9 years ago

Wanted to remove sleep statements from testing, and did so using the refresh method. Also created a way for you to use the update_index function to bulk delete items. This is a quicker way than iterating through and using delete_item_index. This change does not impact the functionality of anything that previously existed in bungiesearch, and must be called with intent by the user.

ChristopherRabotin commented 9 years ago

Sorry I'm only getting around to review this now. Overall I like the changes, just a few things here and there because I'm quite picky. Thanks!

afrancis13 commented 9 years ago

No problem. Thanks for the review, and let me know if you see anything else!

ChristopherRabotin commented 9 years ago

Awesome work @afrancis13 , thanks!