I wouldn't extend the extracting request handler at all, just run the custom code independently of Solr. This is generally recommended anyway, here's a way to get started:
https://lucidworks.com/2012/02/14/indexing-with-solrj/ The database bits are just there because I wanted to talk about both at once, they're not necessary for Tika at all. Best, Erick On Fri, Dec 8, 2017 at 12:30 AM, Sreenivas.T <sree...@gmail.com> wrote: > All, > > How extractingrequest handler internally indexes tika extracted content? > Does it internally calls update processor? > > I've custom update document processor that need to work on tika extracted > content and needs to call an API. > > Is it that I need to extend that extractingrequesthandler and do > customizations or can I call custom update processor from > extractingrequesthandler? > > Sreenivas