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
But after I import this mapping, the above data is lost. If I manually take the JSON (for any given mapping) out of the mapping export file, I can manually PUT it (via curl) and it saves everything correctly.
The text was updated successfully, but these errors were encountered:
Sorry about this. I vaguely remember running into something similar at some point (but thought I fixed it). Are you importing the mapping into a new index?
Do you have a simplified example (i.e. a file I can test that doesn't work when importing into a new index using the cli tool, but does work when using a curl statement)?
I'll try to take a look at this when I get a bit of spare time. I might try to update the version numbers for the node dependencies as well (in case this is a 1.4 vs 1.5 issue)...
It seems that your export mapping collects all the data (from the mapping) but your import mappings doesn't import everything.
For example, I see this in my mapping file from an export (which is correct):
But after I import this mapping, the above data is lost. If I manually take the JSON (for any given mapping) out of the mapping export file, I can manually PUT it (via curl) and it saves everything correctly.
The text was updated successfully, but these errors were encountered: