brewster / elastictastic

Object-document mapper and lightweight API adapter for ElasticSearch
MIT License
88 stars 13 forks source link

Change NestedDocument to EmbeddedDocument #11

Closed outoftime closed 12 years ago

outoftime commented 12 years ago

"Nested" and "Embedded" both have distinct meanings in ElasticSearch, and Elastictastic is incorrectly using "Nested" when it means "Embedded". Change the module name and deprecate the old one; this will make actual support for nesting smoother in a future release.