Sharepoint对tp_DOCID列进行爬网,并返回错误的结果集. [英] Sharepoint crawls tp_DOCID column and return with wrong result set.

查看:70
本文介绍了Sharepoint对tp_DOCID列进行爬网,并返回错误的结果集.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< v:shapetype coordsize ="21600,21600";填充="f" id ="_ x0000_t75" o:preferrelative ="t" o:spt ="75" path ="m @ 4 @ 5l @ 4 @ 11 @ 9 @ 11 @ 9 @ 5xe"笔画="f">错误 当我们在SharePoint搜索框中键入"8921"时,搜索结果就会显示出来.</v:shapetype>

<v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f">Wrong search result came out when we key in '8921' in SharePoint search box.</v:shapetype>

这是由于SharePoint 2013抓取tp_DOCID列而引起的,这是我们停止SharePoint对该列进行爬网的一种方法吗?< v:shapetype coordsize ="21600,21600";填充="f" id ="_ x0000_t75" o:preferrelative ="t" o:spt ="75" path ="m @ 4 @ 5l @ 4 @ 11 @ 9 @ 11 @ 9 @ 5xe"描边="f">
</v:shapetype> < v:shapetype coordsize ="21600,21600"填充="f" id ="_ x0000_t75" o:preferrelative ="t" o:spt ="75" path ="m @ 4 @ 5l @ 4 @ 11 @ 9 @ 11 @ 9 @ 5xe" stroked ="f"> v:stroke joinstyle ="miter"< v:formulas>< img alt =" src ="https://social.technet.microsoft. com/Forums/getfile/1229877>< v:f eqn ="如果lineDrawn pixelLineWidth 0">
  < v:f eqn =" sum @ 0 1 0">
  < v:f eqn =总和0 0 @ 1">
 < v:f eqn =产品@ 2 1 2">
 < v:f eqn =产品@ 3 21600 pixelWidth"<
 < v:f eqn =产品@ 3 21600 pixelHeight">  <b; v:f eqn =总和@ 0 0 1">
 < v:f eqn ="prod @ 6 1 2">
 < v:f eqn =产品@ 7 21600 pixelWidth"<
  < v:f eqn =" sum @ 8 21600 0">
 < v:f eqn =产品@ 7 21600 pixelHeight">   < v:f eqn =" sum @ 10 21600 0">
</v:f></v:f></v:f></v:f></v:f></v:f></v:f> ;</v:f></v:f></v:f></v:f></v:f></v:formulas>
<b;< v:路径梯度shapeok ="t" o:connecttype ="rect" o:extrusionok ="f">
< o:锁定长宽比="t". v:ext ="edit">
</o:锁</v:路径</v:描边</v:shapetype>< v:shape alt =" id ="_ x0000_i1025" style ="width:930.75pt; height:81.75pt;"类型="## x0000_t75">
< v:imagedata o:href =" cid:image002.png@01D3AA3C.FF463FF0" src =" file:///C:/Users/ffoo/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png">
</v:图像数据></v:shape>

It was due to SharePoint 2013 crawls tp_DOCID column, is that a way for us to stop SharePoint crawling this column?<v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f">
</v:shapetype><v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f"><v:stroke joinstyle="miter"><v:formulas>  <v:f eqn="if lineDrawn pixelLineWidth 0">
  <v:f eqn="sum @0 1 0">
  <v:f eqn="sum 0 0 @1">
  <v:f eqn="prod @2 1 2">
  <v:f eqn="prod @3 21600 pixelWidth">
  <v:f eqn="prod @3 21600 pixelHeight">
  <v:f eqn="sum @0 0 1">
  <v:f eqn="prod @6 1 2">
  <v:f eqn="prod @7 21600 pixelWidth">
  <v:f eqn="sum @8 21600 0">
  <v:f eqn="prod @7 21600 pixelHeight">
  <v:f eqn="sum @10 21600 0">
 </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
 <v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f">
 <o:lock aspectratio="t" v:ext="edit">
</o:lock></v:path></v:stroke></v:shapetype><v:shape alt="" id="_x0000_i1025" style="width:930.75pt;height:81.75pt;" type="#_x0000_t75">
<v:imagedata o:href="cid:image002.png@01D3AA3C.FF463FF0" src="file:///C:/Users/ffoo/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png">
</v:imagedata></v:shape>

FOO

推荐答案

FOO,

据我所知,tp_DocId是存储在AllUserData表中的列表项的文档标识符. SharePoint搜索将不会对AllUserData表中的tp_DocId列进行爬网.

Per my knowledge, tp_DocId is the document identifier of the list item which stores in the AllUserData table. The SharePoint Search will not crawl the tp_DocId column in the AllUserData table.

错误的搜索结果如何在您的环境中显示?

How does the wrong search result display in your environment?

您可以向我们提供一些结果截图,以获取更多信息.

You can provide some screenshots of your results with us to get more information.

最诚挚的问候,

Grace Wang

Grace Wang


这篇关于Sharepoint对tp_DOCID列进行爬网,并返回错误的结果集.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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