janhoy commented on code in PR #3784: URL: https://github.com/apache/solr/pull/3784#discussion_r2445809644
########## solr/solr-ref-guide/modules/getting-started/pages/tutorial-diy.adoc: ########## @@ -53,6 +53,9 @@ Local Files with `bin/solr post`:: If you have a local directory of files, the Post Tool (`bin/solr post`) can index a directory of files. We saw this in action in our first exercise. + +// NOCOMMIT: The user will need to add /update/extract handler? +// TODO: The user will need to start a Tika server Review Comment: I updated the tutorial with instructions to start TikaServer, restart Solr with `-Dsolr.modules=extraction`, and add the extraction handler, pointing to Tika. Reviews appreciated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
