在dspace上使用solr查询来获取特定集合中的项目

时间:2016-10-19 08:34:03

标签: solr dspace

我想获取特定集合中的项目列表。

这将返回项目列表solr/search/select?q=search.resourcetype:2和这一个solr/search/select?q=search.resourcetype:4项目列表。但我想要的是xyz集合中的项目列表。 什么是完成此任务的适当查询。 谢谢

1 个答案:

答案 0 :(得分:2)

如果17是集合ID,则添加&fq=location:l17

solr/search/select?q=search.resourcetype:2&fq=location:l17

&fq=location.coll:17

solr/search/select?q=search.resourcetype:2&fq=location.coll:17

适用于社区&fq=location:m17&fq=location.comm:17