We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d821178 commit 8cca029Copy full SHA for 8cca029
lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -161,6 +161,13 @@ public final class Version {
161
*/
162
@Deprecated public static final Version LUCENE_8_8_2 = new Version(8, 8, 2);
163
164
+ /**
165
+ * Match settings and bugs in Lucene's 8.9.0 release.
166
+ *
167
+ * @deprecated Use latest
168
+ */
169
+ @Deprecated public static final Version LUCENE_8_9_0 = new Version(8, 9, 0);
170
+
171
/**
172
* Match settings and bugs in Lucene's 9.0.0 release.
173
*
0 commit comments