我正在研究涉及露天的c ++项目。我想按名称搜索文档,但alfresco提供的webscripts需要fileId。我不想创建自定义的新webscript。 所以问题是是否有任何现有的webscript支持按文档名称搜索?
答案 0 :(得分:3)
有一个专为搜索目的而设计的存储库层webcript:http://host:port/alfresco/service/slingshot/node/search
,它接受许多url参数,但重要的是:q
,lang
和store
。
一个例子是这样的:http://localhost:8080/alfresco/service/slingshot/node/search?q=%40name%3A%22name%22&lang=lucene&store=workspace%3A%2F%2FSpacesStore
其中q = @name:"name"
,lang=lucene
和store=workspace://SpacesStore
默认情况下,Webscript响应将采用json
格式。
答案 1 :(得分:2)
建立在Alfresco关键字搜索网页脚本列表允许您搜索给定搜索项目的仓库并检索它们,例如作为原子Feed。
看看下面的webscript包
http://<yourAlfrescoHost>/alfresco/service/index/package/org/alfresco/repository/search