[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-593) Upgrade/Update Solr analyzer framework

Hardy Ferentschik (JIRA) noreply at atlassian.com
Wed Oct 13 04:21:59 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38711#action_38711 ] 

Hardy Ferentschik commented on HSEARCH-593:
-------------------------------------------

Added comments to the Solr source files. I think best to not using the maven-shade-plugin for now, but have a normal dependency from _hibernate-search_ to _hibernate-search-analyzers_ (is is containing the ported Solr code). The question is whether to make this dependency optional or not. A non-optional dependencu will also pull in the following jars ('mvn dependency:tree'):
{code}
[INFO] +- org.hibernate:hibernate-search-analyzers:jar:3.3.0-SNAPSHOT:compile
[INFO] |  +- org.apache.lucene:lucene-snowball:jar:3.0.2:compile
[INFO] |  +- org.apache.lucene:lucene-collation:jar:3.0.2:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.4:compile
[INFO] |  \- commons-io:commons-io:jar:1.4:compile
{code}

> Upgrade/Update Solr analyzer framework
> --------------------------------------
>
>                 Key: HSEARCH-593
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-593
>             Project: Hibernate Search
>          Issue Type: Sub-task
>          Components: analyzer
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Hardy Ferentschik
>            Assignee: Hardy Ferentschik
>             Fix For: 3.3.0.Beta2
>
>
> Related to the fact that analyzers don't have a default constructor anymore (go figure!). Not only do we have to take care of this on our side, but we also need to find a solution to update the solr analyzer framework. Unfortunately, the latest Solr releast (1.4.1) is not supporting Lucene 3.x yet. So we cannot just update a dependency. Using Lucene's brnach_3x branch the problem seems to be fixed. The remaining question is how to get these changes into Search.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list