[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-593?pag...
]
Hardy Ferentschik commented on HSEARCH-593:
-------------------------------------------
All the listed dependencies are needed to compile the _hibernate-search-analyzer_ module.
_commons-io_ is eg used by {{PatternTokenizer}} and {{PhoneticFilter}} uses
_commons-codec_. Of course depending on which tokenizer/filter you are using you won't
need all dependencies. For this reason we could do what Emmanuel suggests. We could mark
all dependencies as optional in the _hibernate-search-analyzer_ module, but use the module
within _hibernate-search_ as a normal runtime dependency. This way the base Solr classes
are always available, but depending on which tokenizer/filter is used you would have to
add additional jars. Might be the best trade off.
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira