I want "AccountName" field not analysed ,rest of remaining fields uses
analyzer setting,Is it is possible to apply mapping on single field,or need
to create mapping for rest of field with analyzed.
You can define a mapping with one single field and let the "merge mapping" feature add new fields when the first document is indexed.
But IMHO, it's a bad practice.
My advice is :
Send a full document to ES
Get the automatic mapping for this type
Modify it (modify the field you need)
Delete the type
Create the type with the new mapping
Send your documents
I want "AccountName" field not analysed ,rest of remaining fields uses analyzer setting,Is it is possible to apply mapping on single field,or need to create mapping for rest of field with analyzed.
I want "AccountName" field not analysed ,rest of remaining fields uses
analyzer setting,Is it is possible to apply mapping on single field,or need
to create mapping for rest of field with analyzed.
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.