Commit 9f3b251
authored
Fix split package org.apache.lucene.queryparser.classic (#78307)
With LUCENE-10115 integrated, we can now remove the package
-private dependency with org.apache.lucene.queryparser.classic.
XQueryParser, and override getFuzzyDistance to customise the
calculation of the similarity distance for fuzzy queries.1 parent 28c74a0 commit 9f3b251
File tree
3 files changed
+9
-40
lines changed- server
- src/main/java/org
- apache/lucene/queryparser/classic
- elasticsearch/index/search
3 files changed
+9
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
| 272 | + | |
274 | 273 | | |
275 | 274 | | |
276 | 275 | | |
| |||
Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | | - | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
437 | | - | |
438 | | - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
439 | 439 | | |
440 | | - | |
441 | | - | |
| 440 | + | |
442 | 441 | | |
443 | 442 | | |
444 | 443 | | |
| |||
0 commit comments