Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有许多记录在一列名称中包含缩写。我可能有记录“ABC Brewing Co.”,我希望 solr 将其解释为与搜索“ABC Brewing Company”相同。关于如何实现这一点的任何想法?
您应该考虑在索引或查询时使用SynonymFilterFactory来完成此操作。