SOLR 的多面查询浏览器
您能否推荐一个可以指向 SOLR 索引的多面查询浏览器? 理想情况下,这看起来像 Endeca 构建的 GUI,其中从索引中提取各个方面,用户单击其中一个,现在会显示其余项目的适用方面,最终得到原始数据的子集。 对索引进行单独的 Lucene 查询很容易,但出于调试目的,我宁愿使用预构建的浏览器,也不愿使用自己的浏览器。
Can you recommend a faceted query browser that I can point at a SOLR index? Ideally this would be something that looks like an Endeca-built GUI, where the various facets are extracted from the index, the user clicks on one and is now shown the applicable facets for the remaining items, eventually culminating in a subset of the original data. It's easy to make individual Lucene queries against the index but for debugging purposes I would rather use a pre-built browser than roll my own.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Collex 和 Blacklight 是两个多面 Solr 浏览器,但我不知道它们对于您的用例是否足够通用。
编辑:Solr 3.2 发行版现在包含可以使用的 contrib 包 Solritas (AKA VelocityResponseWriter)作为通用的多面索引浏览器。
Collex and Blacklight are two faceted Solr browsers, but I don't know if they're generic enough for your use-case.
EDIT: The Solr 3.2 distro now includes the contrib package Solritas (AKA VelocityResponseWriter) that can be used as a generic faceted index browser.