Cause: your crawler queue is high and items are taking long time to process it causing repository latency on content sources:
In crawl logs, you might see below error:
Processing this item failed because of a XML parser
error.
Processing this item failed because of a IFilter
parser error.
Application Logs >>Event Viewer:
Log Name: Application
Source: Microsoft-SharePoint
Products-SharePoint Server Search
Date: XXX
Event ID: 1330
Task Category: Crawler:Gatherer Service
Level: Warning
Keywords:
User: XXX
Computer: XXX
Description:
The search service stopped the filter daemon because it was consuming too
many resources. A new daemon will automatically be started, and no user action
is required.
Solution:
======
Step that could help you to overcome this situation:
Restart the Search service:
Start > Run > Services.msc
Restart service - "SharePoint Server Search14"
OR
Executing the following command (recommended one)
net stop Osearch14 && net start Osearch14
Restart the Search service:
Start > Run > Services.msc
Restart service - "SharePoint Server Search14"
OR
Executing the following command (recommended one)
net stop Osearch14 && net start Osearch14