Skip to content

Commit

Permalink
Elasticsearch 7.5 is on Lucene 8.3. (#48830)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz authored Nov 6, 2019
1 parent 7cd156a commit 72e2d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_4_1 = new Version(7040199, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version V_7_4_2 = new Version(7040299, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version V_7_4_3 = new Version(7040399, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version V_7_5_0 = new Version(7050099, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version V_7_5_0 = new Version(7050099, org.apache.lucene.util.Version.LUCENE_8_3_0);
public static final Version V_7_6_0 = new Version(7060099, org.apache.lucene.util.Version.LUCENE_8_3_0);
public static final Version V_8_0_0 = new Version(8000099, org.apache.lucene.util.Version.LUCENE_8_4_0);
public static final Version CURRENT = V_8_0_0;
Expand Down

0 comments on commit 72e2d16

Please sign in to comment.