Commit 6b3a452
authored
Use explicit version check in Lucene90BlockTreeTermsWriter (#15975)
We were checking against VERSION_CURRENT to determine how to
load FSTs, which works fine now but could cause problems if
VERSION_CURRENT was updated at any point for a different reason.1 parent d16e255 commit 6b3a452
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene90/blocktree
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
537 | | - | |
| 536 | + | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| |||
0 commit comments