Elasticsearch Version
8.15.0
Installed Plugins
No response
Java Version
bundled
OS Version
N/A
Problem Description
Description:
When the index property is set to false, the synthetic_source feature does not handle the bit type correctly. This results in a java.nio.BufferUnderflowException when using synthetic source to reconstruct the document.
Steps to Reproduce
- Create an index with a
dense_vector field where element_type is bit and index is set to false.
- Populate the index with documents containing the
dense_vector field.
- Attempt to use the
synthetic_source feature to reconstruct the document.
Logs (if relevant)
No response
Elasticsearch Version
8.15.0
Installed Plugins
No response
Java Version
bundled
OS Version
N/A
Problem Description
Description:
When the
indexproperty is set tofalse, thesynthetic_sourcefeature does not handle thebittype correctly. This results in ajava.nio.BufferUnderflowExceptionwhen using synthetic source to reconstruct the document.Steps to Reproduce
dense_vectorfield whereelement_typeisbitandindexis set tofalse.dense_vectorfield.synthetic_sourcefeature to reconstruct the document.Logs (if relevant)
No response