I'm performing this operation:

curl http://localhost:8983/solr/update/extract?ext.def.fl=text --data-binary
@ZOLA.doc -H 'Content-type:text/html'

in order to index word document ZOLA.doc into Solr using the example
schema.xml. It says I have not provided an 'id', which is a required field.
I'm not sure how (syntactically) to provide the id- should it be part of the
query string? And if so, how?

Any help much appreciated!
Thanks!
Chris.

Reply via email to