uschindler commented on PR #16680:
URL: https://github.com/apache/lucene/pull/16680#issuecomment-5715995555

   > I'm fine with `subword` as a type, really. But there is a limitation that 
you can't have a type of both `synonym` and `subword`.
   
   Yes, if you expand synonyms and decompound then this hits you. But your 
filter chain could handle that. After synonyms you can add a payload filter 
that would trigger on synonyms and then later add decompounding with another 
payload filter.
   
   The whole token filter chain is problematic with that type of combinations. 
The whole type concept is feeling like Doug Cuttings original Token class. 😝


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to