Re: Using a plugin to filter in schema.xml

2015-09-25 Thread Siddhartha Singh Sandhu
I need a go to for writing the custom tokenizer. any suggestions? On Fri, Sep 25, 2015 at 2:36 PM, Siddhartha Singh Sandhu < sandhus...@gmail.com> wrote: > For sure. > > On Fri, Sep 25, 2015 at 1:13 PM, Alexandre Rafalovitch > wrote: > >> I think (I lost the library link) you would need to build

Re: Using a plugin to filter in schema.xml

2015-09-25 Thread Siddhartha Singh Sandhu
For sure. On Fri, Sep 25, 2015 at 1:13 PM, Alexandre Rafalovitch wrote: > I think (I lost the library link) you would need to build a bridge by > doing a custom Analyzer or Tokenizer and then using the library under > the covers. Would be a nice contribution to open-source if you managed > to ac

Re: Using a plugin to filter in schema.xml

2015-09-25 Thread Alexandre Rafalovitch
I think (I lost the library link) you would need to build a bridge by doing a custom Analyzer or Tokenizer and then using the library under the covers. Would be a nice contribution to open-source if you managed to achieve that. Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and e

Using a plugin to filter in schema.xml

2015-09-25 Thread Siddhartha Singh Sandhu
Hi, I wanted to use the twitter-text libraries github implementation to filter the tokens(hashtags) in my text. I know I can use the Pattern Matching tokenizer also, but would trust twitter's library more then my own regex to do the job for me. I wanted to use it in unison with the solr.Whitespace