File tree 1 file changed +0
-5
lines changed
server/src/main/java/org/opensearch
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 48
48
*/
49
49
public class LegacyESVersion extends Version {
50
50
51
- public static final LegacyESVersion V_7_6_0 = new LegacyESVersion (7060099 , org .apache .lucene .util .Version .LUCENE_8_4_0 );
52
- public static final LegacyESVersion V_7_6_1 = new LegacyESVersion (7060199 , org .apache .lucene .util .Version .LUCENE_8_4_0 );
53
- public static final LegacyESVersion V_7_6_2 = new LegacyESVersion (7060299 , org .apache .lucene .util .Version .LUCENE_8_4_0 );
54
- public static final LegacyESVersion V_7_7_0 = new LegacyESVersion (7070099 , org .apache .lucene .util .Version .LUCENE_8_5_1 );
55
- public static final LegacyESVersion V_7_7_1 = new LegacyESVersion (7070199 , org .apache .lucene .util .Version .LUCENE_8_5_1 );
56
51
public static final LegacyESVersion V_7_10_0 = new LegacyESVersion (7100099 , org .apache .lucene .util .Version .LUCENE_8_7_0 );
57
52
public static final LegacyESVersion V_7_10_1 = new LegacyESVersion (7100199 , org .apache .lucene .util .Version .LUCENE_8_7_0 );
58
53
public static final LegacyESVersion V_7_10_2 = new LegacyESVersion (7100299 , org .apache .lucene .util .Version .LUCENE_8_7_0 );
You can’t perform that action at this time.
0 commit comments