Closed rjarrett closed 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.
Fixed (commit https://github.com/IKANOW/Aleph2-contrib/commit/1ee4bdb302aef34d5a5faa5c01b4fe867af097a6)
confirmed fixed - let me know if I need to backport into the Oct release
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.