-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:SearchOrg/RelevanceLabel for the Search (solution/org) Relevance teamLabel for the Search (solution/org) Relevance team>bugblocker
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_textfield in 8.18 - Upgrade to 9.0
- Attempt to reload the index on 9.0
Logs (if relevant)
No response
Metadata
Metadata
Assignees
Labels
:SearchOrg/RelevanceLabel for the Search (solution/org) Relevance teamLabel for the Search (solution/org) Relevance team>bugblocker