I couldn't find any documentation regarding the following issue:
We are creating a template file for all the fields we are indexing to the Elasticsearch. The question is regarding fields which are not defined in the template:
- What is the default Elastic value they are index with?
- What are the limitations (if there are any) for indexing those fields?
- I was trying to index a field which it's value is a list of JSON and I got the exception: "Can't get text on a START_OBJECT at 1:311", what does it mean?