Closed
Description
Elasticsearch Version
9.0
Installed Plugins
No response
Java Version
bundled
OS Version
N/A
Problem Description
If a user creates an index with a semantic_text
field in 8.18+, they cannot migrate that index to 9.0. If they try, they get this error:
"type": "illegal_argument_exception",
"reason": """cannot change field "description.inference.chunks.embeddings" from storeTermVector=true to inconsistent storeTermVector=false"""
Steps to Reproduce
- Create an index with a
semantic_text
field in 8.18 - Upgrade to 9.0
- Attempt to reload the index on 9.0
Logs (if relevant)
No response