Not sure if this is the right forum?
I've downloaded solr-2009-07-21.tgz and followed the instructions at http://drupal.org/node/343467 including retrieving the solrconfig.xml and schema.xml files from the apachesolr module.
When I try to start up the server, I get errors on the command line, and a 500 error from the server.
command line:
22/07/2009 5:58:54 PM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: analyzer without class or tokenizer & filter list
(plus lots of WARN messages)
browser:
http://localhost:8983/solr/admin/
org.apache.solr.common.SolrException: Unknown fieldtype 'text' specified on field title
(snip lots of stuff)
org.apache.solr.common.SolrException: analyzer without class or tokenizer & filter list
(snip lots of stuff)
org.apache.solr.common.SolrException: Error loading class 'solr.CharStreamAwareWhitespaceTokenizerFactory'
(snip lots of stuff)
Caused by: java.lang.ClassNotFoundException: solr.CharStreamAwareWhitespaceTokenizerFactory
Nothing in apache logs...
solr logs contain this:
127.0.0.1 - - [22/07/2009:08:01:10 +0000] "GET /solr/admin/ HTTP/1.1" 500 10292
Any help greatly appreciated.
Comments
apachesolr - drupal module conf files don't work?
update:
I can start the apachesolr server and login to the admin page but only if I use the distribution config files. The conf. files that come with the drupal module don't seem to work and I get the above errors.
Any pointers?
thanks..
David.
Made an issue here: #529516:
Made an issue here: #529516: Receiving exception with schema.xml and latest nightly
it has a link to a mailing list post as well. I have a quick dirty fix there