- Add
type.mlt()
for more-like-this-query
- Save type name as
this.name
as in online docs and to avoid conflict withindex.type()
- Accept scalar types for IDs
- Fix bug in getting mapping
- Fix source documentation for putting mapping
- [#1] Make
Type
methods callable onIndex
where appropriate
- Fix ElasticSearch update API usage
- Accept doc._id or doc.id for
Type#put
,Type#del
andType#up
Type#up
method provides access to ElasticSearch update API
- Use unnamed functions
- Update dependencies
- Return server errors as errors
- Fixed URI parsing on node side
- Added uglify-js dependency
- Removed useless zombie.js tests
- Initial release