mirror of https://github.com/apache/lucene.git
Add version 7.3.1
This commit is contained in:
parent
fd3e0255dc
commit
b3551721fd
|
@ -246,6 +246,9 @@ Documentation
|
|||
* LUCENE-8238: Improve WordDelimiterFilter and WordDelimiterGraphFilter javadocs
|
||||
(Mike Sokolov via Mike McCandless)
|
||||
|
||||
======================= Lucene 7.3.1 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 7.3.0 =======================
|
||||
|
||||
API Changes
|
||||
|
|
|
@ -75,6 +75,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_7_3_0 = new Version(7, 3, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.3.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_7_3_1 = new Version(7, 3, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.4.0 release.
|
||||
* @deprecated Use latest
|
||||
|
|
Loading…
Reference in New Issue