mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

Make id field customizable #272

Open toopy opened 9 years ago

toopy commented 9 years ago

Then developper can define which field to use as index key in a convenient way.

willkg commented 9 years ago

This needs:

  1. git commit messages that are formatted correctly (http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
  2. the commits should be squashed--this is really one single change
  3. the commit should refer to issue #265 which this fixes
  4. this needs unit tests

I'll look at it after that's done.

toopy commented 9 years ago

up

louiseGrandjonc commented 9 years ago

Hello, is it possible to merge that PR because I'm using it and it's very usefull :+1:

Bye