Thanks Alan,
I will take a look at it.
Nicola
------ Original message------From: Alan WoodwardDate: Fri, 23 Jun 2017 14:55To: 
java-user@lucene.apache.org;nb...@ebi.ac.uk;Cc: Subject:Re: Extending Analyzer 
at runtime
Hi,
You should be able to use AnalyzerWrapper for this, adding your TokenFilters in 
wrapComponents().
Alan Woodward
www.flax.co.uk


On 23 Jun 2017, at 14:33, Nicola Buso <nb...@ebi.ac.uk> wrote:
Hi,

maybe it's a known question but I could not find and answer.
I need to base an Analyzer on another Analyzer at runtime.

I know that the Analyzer is a factory and I should really look at
combine the Filters. I'm looking for a way to get the
TokenStreamComponents from an analyzer at runtime and from there start
adding my filters.

Did someone already did something similar?


Nicola


-- 
Nicola Buso <nb...@ebi.ac.uk>
EMBL-EBI

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org


Reply via email to