[
https://issues.apache.org/jira/browse/SOLR-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418045#comment-13418045
]
Lance Norskog commented on SOLR-3623:
-------------------------------------
4.0.0.0-ALPHA is old news :) The build has been rearranged. Please retest
against the trunk or 4.x branch. There is no contrib/xx/lucene-libs in the
current trunk or 4.x.
These two lines are the only <lib> directories in solrconfig.xml. This
description of the classloader sequence suggests that the /browse
VelocityWriter handler should throw exceptions. It works.
{code}
<lib dir="../../../dist/" regex="apache-solr-velocity-\d.*\.jar" />
<lib dir="../../../contrib/velocity/lib" regex=".*\.jar" />
{code}
(Notice 3 dot-dot-slashes instead of two because the example changed to use
collection1.)
> analysis-extras lucene libraries not packaged
> ---------------------------------------------
>
> Key: SOLR-3623
> URL: https://issues.apache.org/jira/browse/SOLR-3623
> Project: Solr
> Issue Type: Bug
> Components: Build
> Reporter: Lance Norskog
> Priority: Minor
> Fix For: 4.0, 5.0
>
>
> The Lucene libraries needed for solr/contrib/analysis-extras are not packaged
> up in the build. This field type throws an exception:
> {code}
> <fieldType name="icu" class="solr.TextField">
> <analyzer>
> <tokenizer class="solr.ICUTokenizerFactory"/>
> </analyzer>
> </fieldType>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]