mirror of https://github.com/apache/lucene.git
SOLR-5909: Upgrade Carrot2 clustering dependency to 3.9.0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1581299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
09418cf0b2
commit
1152acb681
|
@ -154,8 +154,8 @@ org.bouncycastle.version = 1.45
|
|||
/org.bouncycastle/bcmail-jdk15 = ${org.bouncycastle.version}
|
||||
/org.bouncycastle/bcprov-jdk15 = ${org.bouncycastle.version}
|
||||
|
||||
/org.carrot2.attributes/attributes-binder = 1.2.0
|
||||
/org.carrot2/carrot2-mini = 3.8.0
|
||||
/org.carrot2.attributes/attributes-binder = 1.2.1
|
||||
/org.carrot2/carrot2-mini = 3.9.0
|
||||
|
||||
org.carrot2.morfologik.version = 1.7.1
|
||||
/org.carrot2/morfologik-fsa = ${org.carrot2.morfologik.version}
|
||||
|
|
|
@ -25,7 +25,7 @@ $Id$
|
|||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.5
|
||||
Carrot2 3.8.0
|
||||
Carrot2 3.9.0
|
||||
Velocity 1.7 and Velocity Tools 2.0
|
||||
Apache UIMA 2.3.1
|
||||
Apache ZooKeeper 3.4.6
|
||||
|
@ -71,7 +71,7 @@ Other Changes
|
|||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.5
|
||||
Carrot2 3.8.0
|
||||
Carrot2 3.9.0
|
||||
Velocity 1.7 and Velocity Tools 2.0
|
||||
Apache UIMA 2.3.1
|
||||
Apache ZooKeeper 3.4.6
|
||||
|
@ -184,6 +184,8 @@ Optimizations
|
|||
Other Changes
|
||||
---------------------
|
||||
|
||||
* SOLR-5909: Upgrade Carrot2 clustering dependency to 3.9.0. (Dawid Weiss)
|
||||
|
||||
* SOLR-5764: Fix recently added tests to not use absolute paths to load test-files,
|
||||
use SolrTestCaseJ4.getFile() and getResource() instead; fix morphlines/map-reduce
|
||||
to not duplicate test resources and fix dependencies among them.
|
||||
|
|
|
@ -120,7 +120,7 @@ public class CarrotClusteringEngineTest extends AbstractClusteringTestCase {
|
|||
|
||||
@Test
|
||||
public void testCarrotStc() throws Exception {
|
||||
checkEngine(getClusteringEngine("stc"), 2);
|
||||
checkEngine(getClusteringEngine("stc"), 3);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
2aa3ce620ebadea4e385fc0a54dc363cb659dca5
|
|
@ -0,0 +1 @@
|
|||
d597da840c4f706a1b0bcf55935c6c30c0fbb5f2
|
|
@ -1 +0,0 @@
|
|||
65d7bbe49bad0a95d9ae9b858abafb96a666ac5a
|
|
@ -0,0 +1 @@
|
|||
8eafc39444cd8d80802b2712d52ae751f3007cad
|
Loading…
Reference in New Issue