问题描述
我在sharepoint中有5个站点,所有站点都具有Sie到期的属性包值
I have 5 sites in sharepoint all site has proppoerty bag value as Sie expiration
我使它们可以通过托管属性和抓取属性进行搜索.
i made them searchable with managed property and crawl property.
当我尝试搜索为SiteExpiration:5/5/2017
When i try to search as SiteExpiration:5/5/2017
当我从内容源中删除该站点并重新运行完全爬网时,它只会重新调整一个结果,它将显示与第二个站点相同的方式简而言之,它一次只能显示一个结果.
It only retuns one result once i remove this site from content source and re run full crawl it will show second site same way with third site.I short it always display only one result at a time.Is the specific setting to see all result at same time?
推荐答案
似乎您正在使用SharePoint 2013.
https://platinumdogs.me/2015/02/06/set-a-propertybag通过使用csom-powershell的搜索来进行索引的可查询属性-
尝试为您的搜索结果Web部件启用显示重复的视图链接"(我测试过在搜索网站中进行搜索).
Try to enable ‘Show View Duplicates link’ for your search result web part (I test searching in search site).
这是我的测试用例:
为网站创建SiteExpiration属性 http://sp/team 和 http://sp:12001/dev .
Create SiteExpiration property for site http://sp/team and http://sp:12001/dev.
运行完全爬网,生成SiteExpiration爬行属性,创建SiteExpiration托管属性.
为您的搜索结果Web部件启用显示重复的视图链接".
结果:
最好的问候,
李
这篇关于行李袋搜索一次仅返回一个结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!