Re: SolrPhpClient with example jetty

2008-01-25 Thread Daniel Andersson
I'm trying to add documents using the SolrPhpClient (if there's a specific mailinglist for it, please let me know and I'll ask there instead). I've searched the net for "missing content stream", but found nothing that makes sense. I have now (finally) found the solution! If I change the

Re: SolrPhpClient with example jetty

2008-01-22 Thread Daniel Andersson
On Jan 23, 2008, at 12:47 AM, Brian Whitman wrote: $document->title = 'Some Title'; $document->content = 'Some content for this wonderful document. Blah blah blah.'; did you change the schema? There's no title or content field in the default example schema. But I believe solr d

Re: SolrPhpClient with example jetty

2008-01-22 Thread Brian Whitman
$document->title = 'Some Title'; $document->content = 'Some content for this wonderful document. Blah blah blah.'; did you change the schema? There's no title or content field in the default example schema. But I believe solr does output different errors for that.