Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "ExtractingRequestHandler" page has been changed by GrantIngersoll. http://wiki.apache.org/solr/ExtractingRequestHandler?action=diff&rev1=56&rev2=57 -------------------------------------------------- In a separate window go to the {{{docs/}}} directory (which contains some nice example docs), or the {{{site}}} directory if you built Solr from source, and send Solr a file via HTTP POST: {{{ - cd docs + cd site curl 'http://localhost:8983/solr/update/extract?literal.id=doc1&commit=true' -F "[email protected]" }}} * Note, the /site directory in the solr download contains some nice example docs to try
