-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF60, 2021.19
-
Component/s: Elasticsearch
-
Release Notes Summary:Elastic mapping has been updated to avoid indexing error because of a deprecated word delimiter.
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #59
-
Story Points:3
The word_delimiter filter can produce indexing errors like:
startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards
Since Lucene 7.x the IndexWriter more aggressive about rejecting backwards offsets: https://issues.apache.org/jira/browse/LUCENE-7626.
To fix this, you should be able to replace word_delimiter with word_delimiter_graph, which has offset correction logic.
- mentioned in
-
Page Loading...