A TokenFilter object already build won't work, because the Analyzer must create new instances of the TokenFilters as needed.
Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Nicolás Lichtmaier [mailto:[email protected]] > Sent: Wednesday, March 29, 2017 7:00 PM > To: [email protected] > Subject: Adding TokenFilters to a CustomAnalyzer is too inflexible > > I'm using a CustomAnalyzer.Builder to set up an analyzer. I now would > like to add synonym processing, I already have the SynonymMap in memory. > But the builder interface only takes String arguments. Wouldn't it be a > good thing to add a method to CustomAnalyzer.Builder to add a > TokenFilter object already constructed, instead of only being able to > pass a class name? That is: overload the addTokenFilter method to do > this: builder.addTokenizer(new MyTokenFilter(....)); > > Am I missing something? > > Should I create a patch with this minor modification and send it? > > Thanks! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
