RE: Can't extract Outlook message files

2012-08-25 Thread Alexander Cougarman
solr-user@lucene.apache.org Subject: Can't extract Outlook message files Hi. We're trying to use the following Curl command to perform an "extract only" of *.MSG file, but it blows up: curl "http://localhost:8983/solr/update/extract?extractOnly=true"; -F "myfi

Re: Can't extract Outlook message files

2012-08-24 Thread Erick Erickson
Hmmm, it kind of looks like your file doesn't have an "id" field, but that's just guessing based on your statement hat providing an ID "works just fine". Does it work if you take the definition out of your schema.xml (and you'll also have to remove the 'required="true" ' from the id field)? But t

Can't extract Outlook message files

2012-08-23 Thread Alexander Cougarman
Hi. We're trying to use the following Curl command to perform an "extract only" of *.MSG file, but it blows up: curl "http://localhost:8983/solr/update/extract?extractOnly=true"; -F "myfile=@92.msg" If we do this, it works fine: curl "http://localhost:8983/solr/update/extract?literal.