Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by GrantIngersoll:
http://wiki.apache.org/solr/ExtractingRequestHandler
------------------------------------------------------------------------------
* curl http://localhost:8983/solr/update/extract?ext.idx.attr=true\&ext.def.fl=text
--data-binary @tutorial.html -H 'Content-type:text/html'
<!> NOTE, this literally streams the file, which does not, then, provide info
to Solr about the name of the file, which means the !ExtractingRequestHandler will auto-generate
an ID for the file, unless you specify one by adding a literal value (see below).
- or whatever other way you know how to do it.
+ or whatever other way you know how to do it. Don't forget to COMMIT!
= Configuration =
|