Commit 902eea8
authored
feat: implement ngram tokenizer with token_chars and custom_token_chars [2.6] (#45046)
pr: #45040
issue: #45039
Signed-off-by: SpadeA <[email protected]>1 parent 1be0dcf commit 902eea8
File tree
5 files changed
+778
-0
lines changed- internal/core/thirdparty/tantivy/tantivy-binding
- src
- analyzer/tokenizers
5 files changed
+778
-0
lines changedLines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
0 commit comments