Stories

Detail Return Return

SharePoint REST API 設置SummaryLength屬性 - Stories Detail

  前言

  最近調用搜索服務,發現一個問題,就是全文檢索返回的內容不夠,只有20個字符。

  正文

  這不,這就開始找這個問題,後來發現,其實進行搜索的時候,有一個關鍵字可以對其進行控制。

  也就是説Query.SummaryLength屬性,限制返回高亮文字的長度。

  我們可以對其進行設置,但是,它也是有限制的,限制就是長度不能超過一萬個字符。

  You can change the length of the search result summary using the Query.SummaryLength property.

  More references:

  http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.search.query.query.summarylength(v=office.15).aspx

  http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.search.query.keywordquery_members(v=office.15).aspx

  https://social.technet.microsoft.com/Forums/en-US/ce5b0508-6523-4a43-98f6-37ed8a6c2cd0/hit-highlighted-summary-problems

Add a new Comments

Some HTML is okay.