Upgraing from SOLR 1.3 to 3

2010-11-18 Thread Moritz Krinke
Hello, i have a running solr 1.3 installation and would like to migrate it to solr 3 in order to get speed improvements by using the multiple threads for indexing. When starting SOLR 3, i get the following error message: SEVERE: org.apache.solr.common.SolrException: Unknown fieldtype 'textfc' spe

Re: Upgraing from SOLR 1.3 to 3

2010-11-18 Thread Moritz Krinke
like this: > > > > > Also, the ISOLatin1AccentFilterFactory is deprecated, replaced with > ASCIIFoldingFilterFactory. It's still around, but could be removed at > any time. > > Shawn > > > On 11/18/2010 4:56 AM, Moritz Krinke wrote: &