Hi all, we make use of the DictionaryCompoundWordTokenFilter for language analysis in our project. This filter is well documented in the solr reference guide:
https://solr.apache.org/guide/solr/latest/indexing-guide/language-analysis.html#dictionary-compound-word-token-filter Recently I read about the related lucene HyphenationCompoundWordTokenFilter (https://lucene.apache.org/core/10_1_0/analysis/common/org/apache/lucene/analysis/compound/HyphenationCompoundWordTokenFilter.html). It sounds like it might be very useful for our purposes. But this filter is not mentioned in the solr docs. Is there any reason for this? Can it be used in solr? Kind regards Helmut