Hi,
I'm trying to create an index using mappings and I get an error using a type text or keyword. It works with string of course but I want to use the new types in ES 5.
ERROR:
{ "error": { "root_cause": [ { "type": "mapper_parsing_exception", "reason": "No handler for type [text] declared on field [accessGroups]" } ], "type": "mapper_parsing_exception", "reason": "Failed to parse mapping [derived]: No handler for type [text] declared on field [accessGroups]", "caused_by": { "type": "mapper_parsing_exception", "reason": "No handler for type [text] declared on field [accessGroups]" } }, "status": 400}
Thanks for your quick reply.
shards and replication was for the whole schema, only part shown here, that will contain many objects and 500 million records.
Found the error they had another instance on the same server using the default port. Our version 5 has a different port. Sorry to waste your time.
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.