mirror of https://github.com/apache/lucene.git
LUCENE-7035: Also regenerate analysis/common's UnicodeWhitespaceTokenizer (it actually changes nothing, but updates version numbers)
This commit is contained in:
parent
b0a43aa1b2
commit
fc879d1a5d
|
@ -24,15 +24,15 @@ import org.apache.lucene.util.SparseFixedBitSet;
|
|||
|
||||
/**
|
||||
* This file contains unicode properties used by various {@link CharTokenizer}s.
|
||||
* The data was created using ICU4J v54.1.0.0
|
||||
* The data was created using ICU4J v56.1.0.0
|
||||
* <p>
|
||||
* Unicode version: 7.0.0.0
|
||||
* Unicode version: 8.0.0.0
|
||||
*/
|
||||
public final class UnicodeProps {
|
||||
private UnicodeProps() {}
|
||||
|
||||
/** Unicode version that was used to generate this file: {@value} */
|
||||
public static final String UNICODE_VERSION = "7.0.0.0";
|
||||
public static final String UNICODE_VERSION = "8.0.0.0";
|
||||
|
||||
/** Bitset with Unicode WHITESPACE code points. */
|
||||
public static final Bits WHITESPACE = createBits(
|
||||
|
|
Loading…
Reference in New Issue