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.
我一直在查看 Apache solr java 文档,似乎默认情况下它仍然使用 Lucene 的加权系统来确定匹配的强度。它还允许明确定义同义词,但据我所知,这是一个严格的二元定义,不存在同义词的定量推论。这是否可以在 solr 中实现而无需大量重写代码?
您可以使用同义词创建一个字段,并在 dismax 中赋予它较低的权重。检查此以获取更多信息。