janhoy commented on code in PR #3784:
URL: https://github.com/apache/solr/pull/3784#discussion_r2443391913


##########
solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml:
##########
@@ -674,6 +674,9 @@
   <requestHandler name="/update/extract"
                   startup="lazy"
                   class="solr.extraction.ExtractingRequestHandler" >
+    <!-- Assuming user has started a Tika Server locally -->
+    <str name="tikaserver.url">http://localhost:9998</str>

Review Comment:
   Users running `bin/solr start -e techproducts` will get this config, with a 
lazy loaded extractinghandler. I figured since this is an example, we could add 
in the `tikaserver.url` config as default and instruct in turorials that it 
must be started in order to index rich text docs.
   
   PS: Running `bin/solr -e techproducts` does work, as it only indexes xml 
docs.



-- 
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]

Reply via email to