This question doesn’t really make sense. You don’t specify tokenizers on filters, they’re specified at the _field_ level.
You can certainly define as many field(type)s as you want, each with a different analysis chain and those chains can be made up of whatever you want to use, and there are lots of choices. If you are asking to do _additional_ tokenization on the output of a synonym filter, no. Perhaps if you defined the problem you’re trying to solve we could make some suggestions. Best, Erick > On Jul 6, 2020, at 6:43 PM, Thomas Corthals <tho...@klascement.net> wrote: > > Hi, > > Is it possible to specify a Tokenizer Factory on a Managed Synonym Graph > Filter? I would like to use a Standard Tokenizer or Keyword Tokenizer on > some fields. > > Best, > > Thomas