Disable clustering contrib in Solr trunk
----------------------------------------

                 Key: SOLR-1943
                 URL: https://issues.apache.org/jira/browse/SOLR-1943
             Project: Solr
          Issue Type: Bug
          Components: contrib - Clustering
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler


With LUCENE-2484, Lucene's trunk API changed incompatible. As the clustering 
contrib depends on a older carror2 jar file compoiled against an older version 
of Lucene (3.0), the tests failed to run (TermAttribute class removed).

As we should be able to change the APIs in trunk without forcing external 
projects like carrot2 to update its internal stuff to work with Lucene trunk.

The attached patch will simply rename "build.xml" to "build.xml.disabled", so 
the module is simply no loger built. After we create a release branch out of 
trunk, wen can simply enable it again after upgrading the carror2.jar files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to