Thanks Erick.

Im using ManifoldCF to connect to Fileshare and index the content to Solr.
So I was thinking to customize Solr's updateProcessor. However, It looks
like Manifold CF need to have Tika extracting before indexing to Solr.
am not sure what should be our approach.


-Sreenivas


On 8 December 2017 at 21:41, Erick Erickson <erickerick...@gmail.com> wrote:

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

Reply via email to