epugh commented on code in PR #3670:
URL: https://github.com/apache/solr/pull/3670#discussion_r2373232009


##########
solr/modules/extraction/src/test-files/extraction/solr/collection1/conf/solrconfig.xml:
##########
@@ -152,6 +152,8 @@
 
   <requestHandler name="/update/extract" 
class="org.apache.solr.handler.extraction.ExtractingRequestHandler">
     <str name="parseContext.config">parseContext.xml</str>
+    <str name="extraction.backend">${solr.test.extraction.backend:local}</str>
+    <str name="tikaserver.url">${solr.test.tikaserver.url:}</str>

Review Comment:
   What do you think about "solr.tikaserver.url" instead?   I could imagine 
that on start up you might pass into solr `bin/solr start 
-Dsolr.tikaserver.url=http://tools.mycompany.com/tika"; ?  Do we need it to be 
specific to `solr.test`?



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