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