在我的内容搜索Web部件中按排名对我的网站进行排序,哪些因素会影响网站的排名 [英] Sort my site by Rank inside my content search web part, what are the factors which affect the sites Ranking

查看:52
本文介绍了在我的内容搜索Web部件中按排名对我的网站进行排序,哪些因素会影响网站的排名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用SharePoint本地场.并且我添加了内容搜索Web部件,它将显示我的网站集的子网站.现在在排序中,我选择了按等级排序,如下所示:-

I am working on a SharePoint on-premises farm. and i have added a content search web-part, which will show sub-sites for my site collection. now inside the sort i chose to sort by Rank as follow:-



但是我对影响网站排名的哪些因素感到困惑?那么哪个网站将首先显示,哪个网站将最后显示?谢谢

But i am bit confused on what are the factors which affect the sites rank? so which site will be shown first and which site will be shown last ? Thanks

推荐答案

您可以通过REST API或PowerShell获取排名详细信息,因此您可以了解会影响排名得分的详细因素.

例如:

/_ api/search/query?querytext ='contentclass:STS_Web'& selectproperties ='rankdetail'

 


app = Get-SPEnterpriseSearchServiceApplication
app = Get-SPEnterpriseSearchServiceApplication


searchAppProxy = Get-spenterprisesearchserviceapplicationproxy | Where-Object {(
searchAppProxy = Get-spenterprisesearchserviceapplicationproxy | Where-Object { (


这篇关于在我的内容搜索Web部件中按排名对我的网站进行排序,哪些因素会影响网站的排名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆