Lance Norskog created SOLR-3623:
-----------------------------------

             Summary: 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to