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
Describe the bug elasticsearch_index_to_document_store incorrectly sets the metadata after calling the constructor of Document. That way, Document's id does not incorporate the meta even though id_hash_keys contains meta key.
Expected behavior meta is incorporated if id_hash_keys contain 'meta'.
To Reproduce
Ensure your source index contains docs with same contents, but different metas.
Describe the bug
elasticsearch_index_to_document_store
incorrectly sets the metadata after calling the constructor ofDocument
. That way, Document'sid
does not incorporate themeta
even thoughid_hash_keys
containsmeta
key.Expected behavior
meta
is incorporated ifid_hash_keys
contain'meta'
.To Reproduce
FAQ Check
The text was updated successfully, but these errors were encountered: