Re: Trouble with exception Document [Null] missing required field DocID

2010-10-12 Thread Erick Erickson
You mean I should actually read the #entire# post before responding? What an idea! Thanks for helping out here, I was completely misleading Ahson. Erick On Mon, Oct 11, 2010 at 7:25 PM, Chris Hostetter wrote: > > : Right. You're requiring that every document have an ID (via uniqueKey), > but >

Re: Trouble with exception Document [Null] missing required field DocID

2010-10-11 Thread Chris Hostetter
: Right. You're requiring that every document have an ID (via uniqueKey), but : there's nothing : magic about DIH that'll automagically parse a PDF file and map something : into your ID : field. : : So you have to create a unique ID before you send your doc to Curl. I'm a) This example isn't usi

Re: Trouble with exception Document [Null] missing required field DocID

2010-10-08 Thread Erick Erickson
Right. You're requiring that every document have an ID (via uniqueKey), but there's nothing magic about DIH that'll automagically parse a PDF file and map something into your ID field. So you have to create a unique ID before you send your doc to Curl. I'm pretty sure you can specify literal.ID=yo

Trouble with exception Document [Null] missing required field DocID

2010-10-06 Thread Ahson Iqbal
Hi All I m new to solr extract request handler, i want to index pdf documents but when i submit document to solr using curl i got following exception Document [Null] missing required field DocID my curl command is like curl "http://localhost:8983/solr1/update/extract?literal.DocID=123&fma