Commit 098cc82
Adding access to noSubMatches and noOverlappingMatches in Hyphenation… (opensearch-project#13895)
* Adding access to noSubMatches and noOverlappingMatches in HyphenationCompoundWordTokenFilter
Signed-off-by: Evan Kielley <[email protected]>
* Add Changelog Entry
Signed-off-by: Mohammad Hasnain Mohsin Rajan <[email protected]>
* test: add hyphenation decompounder tests
Signed-off-by: Mohammad Hasnain <[email protected]>
* test: refactor tests
Signed-off-by: Mohammad Hasnain <[email protected]>
* test: reformat test files
Signed-off-by: Mohammad Hasnain <[email protected]>
* chore: add changelog entry for 2.X
Signed-off-by: Mohammad Hasnain <[email protected]>
* chore: remove 3.x changelog
Signed-off-by: Mohammad Hasnain <[email protected]>
* chore: commonify settingsarr
Signed-off-by: Mohammad Hasnain <[email protected]>
* chore: commonify settingsarr
Signed-off-by: Mohammad Hasnain <[email protected]>
* chore: linting
Signed-off-by: Mohammad Hasnain <[email protected]>
---------
Signed-off-by: Evan Kielley <[email protected]>
Signed-off-by: Mohammad Hasnain Mohsin Rajan <[email protected]>
Signed-off-by: Mohammad Hasnain <[email protected]>
Co-authored-by: Evan Kielley <[email protected]>1 parent 84f304a commit 098cc82
File tree
6 files changed
+1313
-16
lines changed- modules/analysis-common/src
- main/java/org/opensearch/analysis/common
- test
- java/org/opensearch/analysis/common
- resources/org/opensearch/analysis/common
- test/framework/src/main/resources/org/opensearch/analysis/common
6 files changed
+1313
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
88 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
89 | 96 | | |
90 | 97 | | |
91 | 98 | | |
Lines changed: 52 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
66 | 80 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
72 | 87 | | |
73 | 88 | | |
74 | 89 | | |
75 | | - | |
76 | | - | |
| 90 | + | |
77 | 91 | | |
78 | 92 | | |
79 | 93 | | |
| |||
83 | 97 | | |
84 | 98 | | |
85 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
86 | 120 | | |
87 | 121 | | |
88 | 122 | | |
| |||
111 | 145 | | |
112 | 146 | | |
113 | 147 | | |
114 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
115 | 156 | | |
116 | 157 | | |
117 | 158 | | |
118 | 159 | | |
119 | | - | |
| 160 | + | |
120 | 161 | | |
121 | 162 | | |
122 | 163 | | |
123 | | - | |
| 164 | + | |
124 | 165 | | |
125 | 166 | | |
126 | 167 | | |
127 | 168 | | |
128 | | - | |
| 169 | + | |
129 | 170 | | |
130 | 171 | | |
131 | 172 | | |
0 commit comments