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 中的字段折叠)。
虽然我可以使用两个请求在 Solr 中复制相同的功能(第一个是获取建议,第二个是使用最可能的建议进行实际查询),但我想知道这是否可以在一个请求本身中完成。
我了解获得建议的方式有很多种(术语组件、方面、Solr 的内置(Suggester),我愿意使用其中任何一种,如果这意味着我将能够获得一切(组 + 建议)在一个请求中。
I have not tested it yet.. but i try this for my auto_suggest..
Auto Suggestion With multi words/terms using SOLR