Skip to content

Commit

Permalink
Updated to use modern Romanian Unicode
Browse files Browse the repository at this point in the history
Signed-off-by: expani <[email protected]>
  • Loading branch information
expani committed Dec 30, 2024
1 parent 9bd7512 commit bce495b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@
text: absenţa
analyzer: romanian
- length: { tokens: 1 }
- match: { tokens.0.token: absenţ }
- match: { tokens.0.token: absenț }

- do:
indices.analyze:
Expand All @@ -957,7 +957,7 @@
text: absenţa
analyzer: my_analyzer
- length: { tokens: 1 }
- match: { tokens.0.token: absenţ }
- match: { tokens.0.token: absenț }

---
"russian":
Expand Down

0 comments on commit bce495b

Please sign in to comment.