janhoy commented on PR #3361:
URL: https://github.com/apache/solr/pull/3361#issuecomment-3311913292

   > Also, I wonder if instead of a whole new module, what if we just forced 
this into the ExtractingRequestHandler.java, and kept it in /extraction? Or do 
we think it's cleaner to remove /extraction and add /tika?
   
   By all means. We could aim for having to "extraction backends" inside 
extraction handler, i.e. pluggable loader, and reuse all the logic in place for 
request parsing, arguments etc. And tell people in 9.x that a new experimental 
tika-server backend is available, just add to the request handler config 
`loader=org.apache.solr.extraction.loaders.TikaServerDocumentLoader` or 
similar. And in 10.0 it becomes the default as we remove the in-process loader?


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