我有一个类似的问题,如描述的in this thread。我想使用像GermanNormilizationFilter这样的东西来转换元音,比如'ue‘-> 'ü’,反之亦然。
我使用cassandra like插件,并希望使用cql语句创建索引,就像在official examples中一样
https://stackoverflow.com/questions/41190150
相似问题