Re: Calling rest API from Solr custom tokenizer plugin

2017-12-06 Thread Sreenivas.T
Thanks Doug. Now I think it's better to customize Manifold CF's output connector for Solr. Sreenivas On Thu, Dec 7, 2017 at 10:01 AM Doug Turnbull < dturnb...@opensourceconnections.com> wrote: > A tokenizer plugin is probably not what you want, you probably want > something more like an UpdatePro

Re: Calling rest API from Solr custom tokenizer plugin

2017-12-06 Thread Doug Turnbull
A tokenizer plugin is probably not what you want, you probably want something more like an UpdateProcessor that can manipulate the whole document as it comes into Solr. Or you may want to avoid having a Solr plugin call to an API and do this work outside of Solr (what happens when the API is down,

Calling rest API from Solr custom tokenizer plugin

2017-12-06 Thread Sreenivas.T
All, I need help from experts. We are trying to build a cognitive search platform with enterprise content from content sources like sharepoint, file share etc.. before content is getting indexed to Solr, I need to call our internal AI platform to get additional metadata like classification tags et