Answered by:
The content processing pipeline failed to process the item.

Question
-
I am trying to search a SharePoint 2013 site collection by using Sp2013 search crawler. Any Microsoft office documents uploaded or created in the site collection cant be crawled. Crawler comes back with following error :
"The content processing pipeline failed to process the item. ( Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index; )"
We can crawl all other SharePoint pages in above site collection :
like : /SitePages/Forms/AllPages.aspx, /default.aspx, /FormServerTemplates/Forms/All Forms.aspx
If anyone has experienced same issue, please let me know
Oh yes, we have MS office web app in the farm and above server is consuming office web app service.
Thank you !
Monday, March 18, 2013 11:12 PM
Answers
-
I faced this issue once and end up recreating search service application to solve the issue.
Regards
Roy Joyson
Roy Joyson
- Marked as answer by BibhuK Wednesday, March 20, 2013 8:13 PM
Tuesday, March 19, 2013 5:23 PM
All replies
-
Try once with configuring SharePoint 2013 to use Office Web Apps.
http://technet.microsoft.com/en-us/library/ff431687.aspx
And then full crawl.
avinash devkate
- Edited by Avinash Devkate Tuesday, March 19, 2013 4:42 PM
Tuesday, March 19, 2013 4:42 PM -
I faced this issue once and end up recreating search service application to solve the issue.
Regards
Roy Joyson
Roy Joyson
- Marked as answer by BibhuK Wednesday, March 20, 2013 8:13 PM
Tuesday, March 19, 2013 5:23 PM -
Avinash,
We did the configuration as per article you have mentioned, for office web apps validation steps works, its on http as compared to default https. When we access the site collection, we can edit or add document through browser, so seems like that part is working correctly.
http://technet.microsoft.com/en-us/library/ff431687.aspx
Roy,
We are deleteing search service app today and going to recreate, will let you know how it goes.
Best,
Bibhu
Thank you !
Tuesday, March 19, 2013 7:03 PM -
We are able to crawl after recreating search service app.
Thank you !
Wednesday, March 20, 2013 8:12 PM -
-
Hi ,
i have similar issue ,after looking into one of the managed properties settings looks like it has "HasMultipleValues" checked which is not supplied multi values by the source so i unchecked it and then re crawled the source ,which resolved the issue.
Friday, February 28, 2014 6:29 AM