You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify Lucene60 and Luene62 codec constructors (#124054) (#124092)
The only public constructor needed in the archive index codecs is the default one,
as that's called by SPI. The other one will only ever be called by the default one,
hence we can merge the two into one and simplify things a bit.
Copy file name to clipboardExpand all lines: x-pack/plugin/old-lucene-versions/src/main/java/org/elasticsearch/xpack/lucene/bwc/codecs/lucene60/Lucene60Codec.java
Copy file name to clipboardExpand all lines: x-pack/plugin/old-lucene-versions/src/main/java/org/elasticsearch/xpack/lucene/bwc/codecs/lucene62/Lucene62Codec.java
0 commit comments