You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the world where almost all fields are unmapped it is important to know if an unmapped field exists in order to avoid needlessly reading and parsing ignored source. Much fields will be sparse (a field not existing in all documents).
In order to speed this up, we can explore creating an inverted index on top of ignored source. So that we can skip loading stored fields for document that will not have the requested field.