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 词频和字段提升。例如:
搜索“House”将产生一个文档列表,其条目由标题字段和术语“house”在所有其他字段中的词频提升。
它已经起作用了:我使用了 omitNorms 和 ^ 运算符来仅使用词频和场提升。
我想知道的是:
什么是用于我的术语的最佳“提升值”,并且是获得我想要的搜索结果的好方法?