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
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
$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.