SharePoint 2013 Searchable items.

Hi All,

Your suggestions are valuable, please reply:  

Currently we are working on customizing SharePoint Search Reports that can show number of items in the search index (Daily/Weekly basis) from SharePoint 2013 search server. 

It will be grateful if anybody suggests right SharePoint API  or any built-in stored procedure that can pull the data searchable items count (in the below screen shot) from Search Index.


January 7th, 2014 5:17pm

Hi,

According to your post, my understanding is that you wanted to get the searchable item in the search index.

You can use the GetCrawlStatisticsByContentSource() method which returns a DataTable containing number of items in each status for each content source,

as well as target-versus-average incremental crawl times and then filter based on the incremental crawl time.

You can also use the CrawlLog.GetCrawledUrls method(it has been obsoleted).

There is a article about the Handling Paging and Total Results count in SharePoint custom results page for your reference.

http://blogs.msdn.com/b/sanjaynarang/archive/2009/02/20/handling-paging-and-total-results-count-in-sharepoint-custom-results-page.aspx

Thanks & Regards,

Jason
Free Windows Admin Tool Kit Click here and download it now
January 8th, 2014 11:53am

Hi Jason,

Thanks for your immediate response.

mentioned method it's providing crawl duration, successes and errors.

We are looking searchable items and crawled items (daily/weekly/monthly). Thanks in advance.. AH

January 8th, 2014 4:02pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics