如何在Solr模式中有条件地应用LengthFilter?

时间:2019-05-12 22:43:15

标签: solr lucene

是否有可能在Solr中有条件地应用最小令牌过滤器?

例如,假设有以下短语:

  1. sub.domain.com

  2. sub domain com

我想要至少5个字符,除了(如果它在句点旁边)。

因此,在这些示例中,我希望#1能够索引(subdomaincom)。

#2仅索引(domain

# this is too generic
<filter class="solr.LengthFilterFactory" min="3" max="20"/>

0 个答案:

没有答案