Help with collective.solr?

1 message Options
Embed this post
Permalink
Fred Toth () Help with collective.solr?
Reply Threaded More More options
Print post
Permalink
Hi,

I have Solr 1.3.0 running and Plone 3.3.1 running (unified installer on linux). The two are talking, but only incomplete data is being sent to Solr.

I've added some logging to dump out the POST requests to Solr and here's what I get when creating a new document:

2009-10-23 17:17:06 ERROR collective.solr.solr <add><doc><field name="id">solr-test-page</field></doc></add>


You can see the name of the page, "solr-test-page", but no content.

When I do a search, I have pretty much the same problem:

2009-10-23 17:19:49 ERROR collective.solr.solr q=&rows=&fl=%2A+score


You can see the "q=" query parameter is empty.

Any idea what I'm doing wrong?

Thanks,

Fred