[
https://issues.apache.org/jira/browse/SOLR-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi closed SOLR-1879.
--------------------------------
Resolution: Not A Problem
Adlene, please use solr-user mailing list for getting help.
http://lucene.apache.org/solr/mailing_lists.html
> Error loading class 'Solr.ASCIIFoldingFilterFactory'
> ----------------------------------------------------
>
> Key: SOLR-1879
> URL: https://issues.apache.org/jira/browse/SOLR-1879
> Project: Solr
> Issue Type: Bug
> Components: Schema and Analysis
> Affects Versions: 1.4
> Environment: Windows XP, Apache Tomcat 6
> Reporter: adlene sifi
>
> I am trying to use Solr.ASCIIFoldingFilterFactory filter as follow :
> <fieldType name="text" class="solr.TextField" positionIncrementGap="100">
> <analyzer type="index">
> <tokenizer class="solr.WhitespaceTokenizerFactory"/>
> <filter class="solr.StopFilterFactory"
> ignoreCase="true"
> words="french_stopwords.txt"
> enablePositionIncrements="true"
> />
> <filter class="solr.LowerCaseFilterFactory"/>
> <filter class="solr.SnowballPorterFilterFactory" language="French"/>
> <filter class="Solr.ASCIIFoldingFilterFactory"/>
> <charFilter class="solr.MappingCharFilterFactory"
> mapping="mapping-ISOLatin1Accent.txt"/>
> </analyzer>
> ...
> </fieldType>
> However I receive the following error message when restarting Apach Tomcat
> server :
> GRAVE: org.apache.solr.common.SolrException: Error loading class
> 'Solr.ASCIIFoldingFilterFactory'
> at
> org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:373)
> at
> org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:388)
> .....
> Caused by: java.lang.ClassNotFoundException: Solr.ASCIIFoldingFilterFactory
> at java.net.URLClassLoader$1.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> ... 40 more
> Could you please help me on that ?
> Thanks a lot
> Adlene
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira