Re: Missing required field: id Using ExtractingRequestHandler

2009-03-19 Thread Larry Reid
Doh! I get it. Ignore my questions in the previous e-mail. The XML files have the id in them. For Word/Excel/PDF etc., it's up to the client (crawler) or whatever to create a unique id if I want a unique id. Thanks again for pointing me in the right direction. I'm really impressed with how easy it

Re: Missing required field: id Using ExtractingRequestHandler

2009-03-19 Thread Larry Reid
Chris: Thanks for the prompt and clear response. If I specify a key myself with "ext.literal.id=" it works fine. I wouldn't have figured out how to specify the key, so thanks for making it clear. Still, if I understand what's going on here: The default XML handler seems to generate a unique key f

Re: Missing required field: id Using ExtractingRequestHandler

2009-03-19 Thread Chris Harris
Unless there's a regression in the ExtractingRequestHandler, then this should be caused because both A) you have an id field defined in your solr schema file that's marked as a required field and B) you did not specify an ID parameter when you submitted your document to the handler. If you don'

Missing required field: id Using ExtractingRequestHandler

2009-03-19 Thread Larry Reid
I trying to index Word, PDF and other documents with Solr. I installed the latest nightly build of Solr on March 17. I followed the instructions in the Wiki for ExtractingRequestHandler at http://wiki.apache.org/solr/ExtractingRequestHandler#head-c95841f9eda007b6b4e4594ead12a04223cf7b6e. I have pr