Skip to content

Commit

Permalink
Merge pull request #207 from expani/issue-11415-7
Browse files Browse the repository at this point in the history
Updated to use modern Romanian Unicode
  • Loading branch information
reta authored Dec 30, 2024
2 parents 9bd7512 + bce495b commit 6b871a0
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 6b871a0

Please sign in to comment.