mirror of https://github.com/apache/lucene.git
LUCENE-7507: Upgrade morfologik-stemming to version 2.1.1 (fixes security manager issue with Polish dictionary lookup).
This commit is contained in:
parent
fe77dff094
commit
be8bd77b17
|
@ -68,6 +68,9 @@ New Features
|
|||
|
||||
Bug Fixes
|
||||
|
||||
* LUCENE-7507: Upgrade morfologik-stemming to version 2.1.1 (fixes security
|
||||
manager issue with Polish dictionary lookup). (Dawid Weiss)
|
||||
|
||||
* LUCENE-7472: MultiFieldQueryParser.getFieldQuery() drops queries that are
|
||||
neither BooleanQuery nor TermQuery. (Steve Rowe)
|
||||
|
||||
|
|
|
@ -224,7 +224,7 @@ org.bouncycastle.version = 1.45
|
|||
|
||||
/org.carrot2/carrot2-mini = 3.12.0
|
||||
|
||||
org.carrot2.morfologik.version = 2.1.0
|
||||
org.carrot2.morfologik.version = 2.1.1
|
||||
/org.carrot2/morfologik-fsa = ${org.carrot2.morfologik.version}
|
||||
/org.carrot2/morfologik-polish = ${org.carrot2.morfologik.version}
|
||||
/org.carrot2/morfologik-stemming = ${org.carrot2.morfologik.version}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
88e5993f73c102f378c711f6e47221b7a9e22d25
|
|
@ -0,0 +1 @@
|
|||
87866deba6aa5d19956fbe3406d8ddb5f19f5352
|
|
@ -1 +0,0 @@
|
|||
d5a9c7721bce2ef17444abbe25ac2e65bfaa181f
|
|
@ -0,0 +1 @@
|
|||
41483a4bd785a065e03aad9be4449c21d89e2d50
|
|
@ -1 +0,0 @@
|
|||
94167b64752138a246cc33cbf1a3b0bfe5274b7c
|
|
@ -0,0 +1 @@
|
|||
5c169bab2e7dd04f5cb03d179a73a4339cc1d0a2
|
|
@ -1 +0,0 @@
|
|||
88e5993f73c102f378c711f6e47221b7a9e22d25
|
|
@ -0,0 +1 @@
|
|||
87866deba6aa5d19956fbe3406d8ddb5f19f5352
|
|
@ -1 +0,0 @@
|
|||
d5a9c7721bce2ef17444abbe25ac2e65bfaa181f
|
|
@ -0,0 +1 @@
|
|||
41483a4bd785a065e03aad9be4449c21d89e2d50
|
|
@ -1 +0,0 @@
|
|||
94167b64752138a246cc33cbf1a3b0bfe5274b7c
|
|
@ -0,0 +1 @@
|
|||
5c169bab2e7dd04f5cb03d179a73a4339cc1d0a2
|
Loading…
Reference in New Issue