Re: Upgraing from SOLR 1.3 to 3

2010-11-18 Thread Moritz Krinke
Thanks for the tip. This seems to work ;) But now i ran into another problem - im trying to use the "threads" parameter in my entitys in order to speed up the index creation. as soon as i use the threads parameter (e.g. threads="2") i get the following errors in my log: org.apache.solr.handler.dat

Re: Upgraing from SOLR 1.3 to 3

2010-11-18 Thread Shawn Heisey
I did a quick grep through the directory listing of the Solr 3.1 source, the only part of your analysis chain that came up empty was HTMLStripWhitespaceTokenizerFactory. I think you'll have to replace it with something like this: Also, the ISOLatin1AccentFilterFactory is d

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