IKANOW / Aleph2

The IKANOW v2 meta-database and analytics platform
Apache License 2.0
2 stars 1 forks source link

Elasticsearch Mapping specification does not support non-core types #56

Closed rjarrett closed 9 years ago

rjarrett commented 9 years ago

When specifying ES mappings, properties that do not contain "type" in the first level throw back an error that "type" has not been specified. In ES a type of "object" is assumed when "properties" has been specified.

Alex-Ikanow commented 9 years ago

Fixed (commit https://github.com/IKANOW/Aleph2-contrib/commit/1ee4bdb302aef34d5a5faa5c01b4fe867af097a6)

confirmed fixed - let me know if I need to backport into the Oct release