문제

I need to crawl the data of fileRef. How to handle to proceed with that? This information is contained inside the pages. Can anyone assist with this?

{
    "odata.type": "SP.Data.PagesItem",
    "odata.id": "Web/Lists(guid'e742e0aa-ff77-42b2-9660-6aaa975e03ab')/Items(6)",
    "odata.etag": "\"35\"",
    "odata.editLink": "Web/Lists(guid'e742e0aa-ff77-42b2-9660-6aaa975e03ab')/Items(6)",
    "Id": 6,
    "Title": null,
    "ID": 6,
    "FileRef": "/sites/pnp/Pages/atozindex.aspx"
}
도움이 되었습니까?

해결책

If the content is be regarded as the content in the page, then it will be crawled in the page.

If the content is in one web part in the page, then the content will not be crawled.

And in SharePoint online environment, the crawl will run automatically.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top