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
Currently I see that the _id & _routing can be extracted from the source/document by creating the mapping as below.
{
"tweet" : {
"_id" : {
"path" : "post_id"
}
}
}
But _parent value can't be set this way.
Could you please add feature to support passing in the parent value via a field path during indexing, same as _id & _routing?
The text was updated successfully, but these errors were encountered:
Currently I see that the _id & _routing can be extracted from the source/document by creating the mapping as below.
But _parent value can't be set this way.
Could you please add feature to support passing in the parent value via a field path during indexing, same as _id & _routing?
The text was updated successfully, but these errors were encountered: