Is it possible to create multiple core type mappings for a single
field e.g. a field 'qty' which allows both long/string values or a
field 'action' which allows both object/string values?
I'm using the mongodb river and once the field is indexed as an
object, it throws a MapperParsingException tried to parse as object,
but got EOF, has a concrete value been provided to it?]","status":400
for all other data that contain this field as a string. As a result
all the documents that I've stored in mongodb aren't searchable
through my search interface which searches elasticsearch
How can I map this so that I can see all documents (both ones with
action field as an object and ones with action as a string (each
document can have multiple action fields)) in elasticsearch? Thanks!
Is it possible to create multiple core type mappings for a single
field e.g. a field 'qty' which allows both long/string values or a
field 'action' which allows both object/string values?
I'm using the mongodb river and once the field is indexed as an
object, it throws a MapperParsingException tried to parse as object,
but got EOF, has a concrete value been provided to it?]","status":400
for all other data that contain this field as a string. As a result
all the documents that I've stored in mongodb aren't searchable
through my search interface which searches elasticsearch
How can I map this so that I can see all documents (both ones with
action field as an object and ones with action as a string (each
document can have multiple action fields)) in elasticsearch? Thanks!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.