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.
我有一个带有 Solr 搜索的 Magento 安装。这工作得相当好,尽管它没有在一些查询上给出相关的命中。似乎“标题”属性的权重并不高于“描述”等其他属性。有什么方法可以定义该标题在 schema.xml 中应该具有更高的权重?
或者关于如何操纵特定产品的搜索结果的任何其他想法?例如,使用一些元关键字添加另一个属性?
我是 Solr 的新手,因此感谢您提供任何反馈!
我的 schema.xml 位于此处。
您正在寻找的是所谓的 'boosting' 。
您可以在索引时(在查询时性能更高)和在查询时(更灵活)进行提升
更多信息: 如何提升 solr 中的字段