I am a newbie to elastic search. Now I am trying to create a mapping for an index. Dynamic mapping creates the mapping for all the fields in the document. So is there any performance improvement in indexing that only indexing the required properties(Properties that will be used for filtering, sorting, aggregations and full-text search) through explicit mapping in the document.
Thanks, Tamilselvan S.
Explicitly defining mappings for fields helps in the following ways: