As an example, I run this in the same directory as the msword1.doc file:

curl "http://localhost:8983/solr/core0/update/extract?literal.docid=74&literal.type=5"; -F "file=@msword1.doc"

The "type" literal is just part of my schema.

Gary.


On 03/03/2011 11:45, Ken Foskey wrote:
On Thu, 2011-03-03 at 12:36 +0100, Markus Jelsma wrote:
Here's a complete example
http://wiki.apache.org/solr/UpdateXmlMessages#Passing_commit_parameters_as_part_of_the_URL
I should have been clearer.   A rich text document,  XML I can make work
and a script is in the example docs folder

http://wiki.apache.org/solr/ExtractingRequestHandler

I also read the solr 1.4 book and tried samples in there,   could not
make them work.

Ta



Reply via email to