SharePoint 2013 Search Event Log Messages

While working on some diagnostic tools for SharePoint 2013, I came across this gem. All of the event log messages that SharePoint 2013 Search will throw are contained in a .man file that is included as a part of the SharePoint install. "searchfoundationmanifest.man" can be found inside the install directory at Program Files\Microsoft Office Servers\15.0\Bin\. Here's an example event log message that can be raised and how the definition is formatted:

 

<event symbol="Search_DocumentFeederNoCallbacks" value="17" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" message="$(string.SearchEvents.event.Search_DocumentFeederNoCallbacks.message)" task="msoulscat_SEARCH_DocumentFeeder"/>


value="17" corresponds to an event id of 17


version="15" sets the version level in the event log. I'm not sure how to set this programmatically using powershell to create a duplicate entry for testing. I think this is set by the version of the dll doing the logging, I haven't yet figured out how to set this when creating the log entry myself.


channel="SearchFoundationOperationalChannel" specifies the sub log to use. If you trace SearchFoundationOperationalChannel further in the file you will find. <string id="SearchEvents.channel.SearchFoundationOperationalChannel.message" value="Operational"/>, so this event will be written to the Operational log. All of these events fall under the log level log Microsoft-Office Server-Search specified in the file by <string id="SearchEvents.provider.message" value="Microsoft-Office Server-Search"/>.

I'm not totally clear on this part. The logs are actually in the application log but display in event view under a sub log. So, I was able to replicate this behavior by creating a log in Application and the setting the source to Microsoft-Office Server-Search

$EventLog = new-object System.Diagnostics.EventLog('Application')

$EventLog.Source = "Microsoft-Office Server-Search"


level="win:Warning" specifies the log level as warning


message="$(string.SearchEvents.event.Search_DocumentFeederNoCallbacks.message)"  can be traced to the actual log message

<string id="SearchEvents.event.Search_DocumentFeederNoCallbacks.message" value="Maximum number of pending callbacks reached and no new callbacks received the last 10 minutes"/>


task="msoulscat_SEARCH_DocumentFeeder" can be used to find the task id 

<task name="msoulscat_SEARCH_DocumentFeeder" symbol="MSOULSCAT_SEARCH_DOCUMENTFEEDER" value="8" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_DOCUMENTFEEDER.message)"/>

So, if you wanted to create a duplicate log entry, you would specify 8 as the task id.


 

Some, but not all of the events are monitored by the SCOM Management Pack for SharePoint 2013. An overview of the events the Management Pack covers along with suggested resolutions are covered here https://technet.microsoft.com/en-us/library/ee513082 . I have not found a public mapping of event ids to these issues. But it should fairly straightforward to map to the issues from the searchfoundationmanifest.man. This would allow you to build comparable monitoring for other event log monitors.

The searchfoundationmanifest.man also specifies information on ULS logs for search as well.

 

I've included a copy of the searchfoundationmanifest.man for reference below: 

<?xml version="1.0" encoding="utf-8"?><instrumentationManifest xmlns="https://schemas.microsoft.com/win/2004/08/events" xsi:schemaLocation="https://schemas.microsoft.com/win/2004/08/events eventman.xsd" xmlns:win="https://manifests.microsoft.com/win/2004/08/windows/events" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns:trace="https://schemas.microsoft.com/win/2004/08/events/trace">  <instrumentation>    <events>      <provider name="Microsoft-Office Server-Search" guid="{6aa8a41d-229d-42e8-a45e-49dd4f7f6e09}" symbol="SearchEvents" message="$(string.SearchEvents.provider.message)" messageFileName="C:\Program Files\Microsoft Office Servers\15.0\Bin\Microsoft.Ceres.Diagnostics.Msg.dll" resourceFileName="C:\Program Files\Microsoft Office Servers\15.0\Bin\Microsoft.Ceres.Diagnostics.Msg.dll">        <events>          <event symbol="Search_SearchComponentStart" value="1" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Start" template="SearchFoundations" message="$(string.SearchEvents.event.Search_SearchComponentStart.message)" task="msoulscat_SEARCH_General"/>          <event symbol="Search_SearchComponentStop" value="2" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Stop" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SearchComponentStop.message)" task="msoulscat_SEARCH_General"/>          <event symbol="Search_ULSDiagnosticsEvent" value="3" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Start" template="SearchFoundations" message="$(string.SearchEvents.event.Search_ULSDiagnosticsEvent.message)" task="msoulscat_SEARCH_General"/>          <event symbol="Search_SPQueryLookup" value="4" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Verbose" template="SPQueryLookup" message="$(string.SearchEvents.event.Search_SPQueryLookup.message)" task="msoulscat_SEARCH_SPQuery"/>          <event symbol="Search_SPDocSumLookup" value="5" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Verbose" template="SPDocSumLookup" message="$(string.SearchEvents.event.Search_SPDocSumLookup.message)" task="msoulscat_SEARCH_SPQuery"/>          <event symbol="Search_SPIndex" value="6" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Verbose" template="SPIndex" message="$(string.SearchEvents.event.Search_SPIndex.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_FsLookup" value="7" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" template="FsLookup" message="$(string.SearchEvents.event.Search_FsLookup.message)" task="msoulscat_SEARCH_FsQuery"/>          <event symbol="Search_FsDocSum" value="8" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" template="FsDocSum" message="$(string.SearchEvents.event.Search_FsDocSum.message)" task="msoulscat_SEARCH_FsQuery"/>          <event symbol="Search_FsIndexDoc" value="9" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" template="FsIndexDoc" message="$(string.SearchEvents.event.Search_FsIndexDoc.message)" task="msoulscat_SEARCH_FsIndexing"/>          <event symbol="Search_FsIndexCommit" value="10" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" template="FsIndexCommit" message="$(string.SearchEvents.event.Search_FsIndexCommit.message)" task="msoulscat_SEARCH_FsIndexing"/>          <event symbol="Search_FsMerge" value="11" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" template="FsMerge" message="$(string.SearchEvents.event.Search_FsMerge.message)" task="msoulscat_SEARCH_FsIndexing"/>          <event symbol="Search_QueryProcessingComponentStarted" value="12" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Start" template="SearchFoundations" message="$(string.SearchEvents.event.Search_QueryProcessingComponentStarted.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryProcessingComponentStopped" value="13" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Stop" template="SearchFoundations" message="$(string.SearchEvents.event.Search_QueryProcessingComponentStopped.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_SearchFlowDone" value="14" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" opcode="win:Stop" template="SearchFlowDoneTemplate" message="$(string.SearchEvents.event.Search_SearchFlowDone.message)" task="msoulscat_SEARCH_General"/>          <event symbol="Search_SearchOperatorDone" value="15" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" opcode="win:Stop" template="SearchOperatorDoneTemplate" message="$(string.SearchEvents.event.Search_SearchOperatorDone.message)" task="msoulscat_SEARCH_General"/>          <event symbol="Search_IndexLookupDone" value="16" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" opcode="win:Stop" template="IndexLookupDoneTemplate" message="$(string.SearchEvents.event.Search_IndexLookupDone.message)" task="msoulscat_SEARCH_General"/>          <event symbol="Search_DocumentFeederNoCallbacks" value="17" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" message="$(string.SearchEvents.event.Search_DocumentFeederNoCallbacks.message)" task="msoulscat_SEARCH_DocumentFeeder"/>          <event symbol="Search_DocumentFeederFailoverSuccess" value="18" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_DocumentFeederFailoverSuccess.message)" task="msoulscat_SEARCH_DocumentFeeder"/>          <event symbol="Search_DocumentFeederRecoverySuccess" value="19" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_DocumentFeederRecoverySuccess.message)" task="msoulscat_SEARCH_DocumentFeeder"/>          <event symbol="Search_DocumentFeederConnectionLost" value="20" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="ContentApi1" message="$(string.SearchEvents.event.Search_DocumentFeederConnectionLost.message)" task="msoulscat_SEARCH_DocumentFeeder"/>          <event symbol="Search_DocumentFeederNoConnectivity" value="21" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_DocumentFeederNoConnectivity.message)" task="msoulscat_SEARCH_DocumentFeeder"/>          <event symbol="Search_DocumentFeederCannotOpenSession" value="22" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_DocumentFeederCannotOpenSession.message)" task="msoulscat_SEARCH_DocumentFeeder"/>          <event symbol="Search_DocumentFeederCannotOpenSessionWithFlow" value="23" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_DocumentFeederCannotOpenSessionWithFlow.message)" task="msoulscat_SEARCH_DocumentFeeder"/>          <event symbol="FlowFailedToStart" value="24" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundation_Flow_Complex" message="$(string.SearchEvents.event.FlowFailedToStart.message)" task="msoulscat_SEARCH_CommonProcessing"/>          <event symbol="FlowFailed" value="25" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundation_Flow_Complex" message="$(string.SearchEvents.event.FlowFailed.message)" task="msoulscat_SEARCH_CommonProcessing"/>          <event symbol="FlowStarted" value="26" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundation_Flow_Simple" message="$(string.SearchEvents.event.FlowStarted.message)" task="msoulscat_SEARCH_CommonProcessing"/>          <event symbol="FlowEnded" value="27" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundation_Flow_Simple" message="$(string.SearchEvents.event.FlowEnded.message)" task="msoulscat_SEARCH_CommonProcessing"/>          <event symbol="ProcessingFailed" value="28" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundation_Item" message="$(string.SearchEvents.event.ProcessingFailed.message)" task="msoulscat_SEARCH_CommonProcessing"/>          <event symbol="SubFlowStarted" value="29" version="15" channel="CHANNEL_SearchHealthMonitoring" level="win:Informational" opcode="win:Start" template="tid_SubFlowStarted" message="$(string.SearchEvents.event.SubFlowStarted.message)" task="msoulscat_SEARCH_General"/>          <event symbol="SubFlowDone" value="30" version="15" channel="CHANNEL_SearchHealthMonitoring" level="win:Informational" opcode="win:Stop" template="tid_SubFlowDone" message="$(string.SearchEvents.event.SubFlowDone.message)" task="msoulscat_SEARCH_General"/>          <event symbol="Search_SearchAnalyticsAnalysisFailed" value="31" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisFailed.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_SearchAnalyticsAnalysisDown3Days" value="32" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisDown3Days.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_SearchAnalyticsLinkDatabaseNotAvailable" value="33" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundations" message="$(string.SearchEvents.event.Search_SearchAnalyticsLinkDatabaseNotAvailable.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_SearchAnalyticsFailedToStartAnalysis" value="34" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundations" message="$(string.SearchEvents.event.Search_SearchAnalyticsFailedToStartAnalysis.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_SearchAnalyticsStartAnalysisOverdue" value="35" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_SearchAnalyticsStartAnalysisOverdue.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_SearchAnalyticsConfigDbNotAvailable" value="36" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundations" message="$(string.SearchEvents.event.Search_SearchAnalyticsConfigDbNotAvailable.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_SearchAnalyticsAnalysisConfigurationNotAvailable" value="37" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundations" message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisConfigurationNotAvailable.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_QueryParsing_SearchServiceApplicationNotAvailable" value="38" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Stop" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_QueryParsing_SearchServiceApplicationNotAvailable.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryParsing_SchemaServiceNotAvailable" value="39" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Stop" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_QueryParsing_SchemaServiceNotAvailable.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryParsing_ScopeCacheNotAvailable" value="40" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Stop" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_QueryParsing_ScopeCacheNotAvailable.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_SchemaReader_SchemaServiceNotAvailable" value="41" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Stop" template="SearchFoundations" message="$(string.SearchEvents.event.Search_SchemaReader_SchemaServiceNotAvailable.message)" task="msoulscat_SEARCH_SchemaServiceConsumer"/>          <event symbol="Search_QueryNormalization_SchemaServiceNotAvailable" value="42" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Stop" template="SearchFoundations" message="$(string.SearchEvents.event.Search_QueryNormalization_SchemaServiceNotAvailable.message)" task="msoulscat_SEARCH_SchemaServiceConsumer"/>          <event symbol="Search_QueryUrlMapping_AlternateUrlMappingServiceNotAvailable" value="43" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Stop" template="SearchFoundations" message="$(string.SearchEvents.event.Search_QueryUrlMapping_AlternateUrlMappingServiceNotAvailable.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_IndexLookup_SchemaServiceNotAvailable" value="44" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" opcode="win:Stop" template="SearchFoundations" message="$(string.SearchEvents.event.Search_IndexLookup_SchemaServiceNotAvailable.message)" task="msoulscat_SEARCH_IndexLookup"/>          <event symbol="Search_IndexLookup_IndexCellNotAvailable" value="45" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" opcode="win:Stop" template="SearchFoundations" message="$(string.SearchEvents.event.Search_IndexLookup_IndexCellNotAvailable.message)" task="msoulscat_SEARCH_IndexLookup"/>          <event symbol="Search_QueryService_UnableToStartService" value="46" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" opcode="win:Stop" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_QueryService_UnableToStartService.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryService_UnableToStopService" value="47" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Stop" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_QueryService_UnableToStopService.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryService_ServiceStarted" value="48" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Start" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_QueryService_ServiceStarted.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryService_ServiceStopped" value="49" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Stop" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_QueryService_ServiceStopped.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryComponent_UnableToGetConfiguration" value="50" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" opcode="win:Stop" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_QueryComponent_UnableToGetConfiguration.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_AnalysisEngineAnalysisCompleted" value="51" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="AnalysisEngine2" message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisCompleted.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineAnalysisFailed" value="52" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="AnalysisEngineAnalysisError" message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisFailed.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineDiskFull" value="53" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundations" message="$(string.SearchEvents.event.Search_AnalysisEngineDiskFull.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineDiskFree" value="54" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_AnalysisEngineDiskFree.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineWorkersUnavailable" value="55" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_AnalysisEngineWorkersUnavailable.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineWorkersAvailable" value="56" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_AnalysisEngineWorkersAvailable.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineDatabaseUnavailable" value="57" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_AnalysisEngineDatabaseUnavailable.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineDatabaseAvailable" value="58" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_AnalysisEngineDatabaseAvailable.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_ParsingSessionCreated" value="59" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_ParsingSessionCreated.message)" task="msoulscat_SEARCH_DocumentParsing"/>          <event symbol="Search_ParsingSessionClosed" value="60" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_ParsingSessionClosed.message)" task="msoulscat_SEARCH_DocumentParsing"/>          <event symbol="Search_ParsingSessionExpired" value="61" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_ParsingSessionExpired.message)" task="msoulscat_SEARCH_DocumentParsing"/>          <event symbol="Search_ParserServerWorkerFailedToRestart" value="62" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_ParserServerWorkerFailedToRestart.message)" task="msoulscat_SEARCH_DocumentParsing"/>          <event symbol="Search_NoMoreParserServerWorkersAvailable" value="63" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" message="$(string.SearchEvents.event.Search_NoMoreParserServerWorkersAvailable.message)" task="msoulscat_SEARCH_DocumentParsing"/>          <event symbol="Search_FormatHandlerFailedToStart" value="64" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_FormatHandlerFailedToStart.message)" task="msoulscat_SEARCH_DocumentParsing"/>          <event symbol="LinguisticsDictionaryDeploymentFailed" value="65" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_DictionaryDeploymentFailed" message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentFailed.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryDeploymentStarted" value="66" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_DictionaryDeployment" message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentStarted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryDeploymentCompleted" value="67" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_DictionaryDeployment" message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentCompleted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryDeploymentTimerJobFailed" value="68" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_TimerJobFailedEvents" message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobFailed.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryDeploymentTimerJobStarted" value="69" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_TimerJobEvents" message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobStarted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryDeploymentTimerJobCompleted" value="70" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_TimerJobEvents" message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobCompleted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryDeploymentProvisioningCompleted" value="71" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_DictionaryProvisioningCompleted" message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentProvisioningCompleted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsSpellingDictionaryUpdateTimerJobFailed" value="72" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_TimerJobFailedEvents" message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobFailed.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsSpellingDictionaryUpdateTimerJobStarted" value="73" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_TimerJobEvents" message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobStarted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsSpellingDictionaryUpdateTimerJobCompleted" value="74" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_TimerJobEvents" message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobCompleted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="Search_SearchAnalyticsAnalysisCompleted" value="76" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisCompleted.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_SearchAnalyticsAnalysisStoppedBeforeCompletion" value="77" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisStoppedBeforeCompletion.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_AnalyticsUnableToResolveSSA" value="78" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_AnalyticsUnableToResolveSSA.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalyticsUnableToLocateSearchAdminComponent" value="79" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_AnalyticsUnableToLocateSearchAdminComponent.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalyticsUnableToConnectToSystemManager" value="80" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_AnalyticsUnableToConnectToSystemManager.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalyticsUnableToConnectToAnalysisEngine" value="90" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_AnalyticsUnableToConnectToAnalysisEngine.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_SearchAnalyticsAnalysisStarted" value="91" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisStarted.message)" task="msoulscat_SEARCH_SearchAnalytics"/>          <event symbol="Search_LostGenerations" value="92" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="LostGenerations" message="$(string.SearchEvents.event.Search_LostGenerations.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_FeedMissingIndexPartition" value="93" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Start" template="FeedMissingIndexPartition" message="$(string.SearchEvents.event.Search_FeedMissingIndexPartition.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_FeedMissingIndexPartitionReset" value="94" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Stop" template="FeedMissingIndexPartition" message="$(string.SearchEvents.event.Search_FeedMissingIndexPartitionReset.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_JournalIOExceptionWrite" value="95" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="JournalIOException" message="$(string.SearchEvents.event.Search_JournalIOExceptionWrite.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_JournalIOExceptionRead" value="96" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="JournalIOException" message="$(string.SearchEvents.event.Search_JournalIOExceptionRead.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_IndexingBlocked" value="97" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="IndexingBlocked" message="$(string.SearchEvents.event.Search_IndexingBlocked.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_QueryMissingIndexPartition" value="98" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Start" template="FeedMissingIndexPartition" message="$(string.SearchEvents.event.Search_QueryMissingIndexPartition.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_QueryMissingIndexPartitionReset" value="99" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Stop" template="FeedMissingIndexPartition" message="$(string.SearchEvents.event.Search_QueryMissingIndexPartitionReset.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_UsageAnalyticsSSANotAvailable" value="100" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsSSANotAvailable.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsAPENotAvailable" value="101" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsAPENotAvailable.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsLinkAnalysisTooOld" value="102" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_UsageAnalyticsLinkAnalysisTooOld.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsAnalysisOverdue" value="103" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisOverdue.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsAnalysisFailedToStart" value="104" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisFailedToStart.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsAnalysisConfigFailed" value="105" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisConfigFailed.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsEventStoreNotAvailable" value="106" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsEventStoreNotAvailable.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsEventConfigNotAvailable" value="107" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsEventConfigNotAvailable.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsDeleteConfigNotAvailable" value="108" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsDeleteConfigNotAvailable.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsAnalysisStarted" value="109" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisStarted.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsAnalysisFailed" value="110" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisFailed.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsAnalysisSucceeded" value="111" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisSucceeded.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsReportingAPIWriteFailure" value="112" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIWriteFailure.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsReportingAPISkippedEntries" value="113" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPISkippedEntries.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsReportingAPIRecovered" value="114" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIRecovered.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsReportingAPIReadFailure" value="115" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIReadFailure.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsReportingAPIReadOk" value="116" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIReadOk.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsFeedingFailure" value="117" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsFeedingFailure.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsAnalyticsFeedingOk" value="118" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalyticsFeedingOk.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsEventStoreOk" value="119" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_UsageAnalyticsEventStoreOk.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_UsageAnalyticsReportingAPIReadWarning" value="120" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIReadWarning.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="Search_RemotingCommunicationFailure" value="123" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_RemotingCommunicationFailure.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_RepositoryReplicationSucceeded" value="121" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_RepositoryReplicationSucceeded.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_RepositoryReplicationFailed" value="122" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_RepositoryReplicationFailed.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_RepositoryInstallationFailed" value="124" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_RepositoryInstallationFailed.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_RepositoryInitializationFailed" value="125" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundations" message="$(string.SearchEvents.event.Search_RepositoryInitializationFailed.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_RepositoryInitializationSucceeded" value="126" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" message="$(string.SearchEvents.event.Search_RepositoryInitializationSucceeded.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="LinguisticsDictionaryImportCmdletStarted" value="127" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="tid_SFLinguistics6s" message="$(string.SearchEvents.event.LinguisticsDictionaryImportCmdletStarted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryImportCmdletCompleted" value="128" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="tid_SFLinguistics4s" message="$(string.SearchEvents.event.LinguisticsDictionaryImportCmdletCompleted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryImportCmdletFailed" value="129" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="tid_SFLinguistics5s" message="$(string.SearchEvents.event.LinguisticsDictionaryImportCmdletFailed.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsSpellingDictionaryUpdateNoFilteredTerms" value="130" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="tid_SFLinguistics2s" message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateNoFilteredTerms.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsSpellingDictionaryUpdateTermsProvisioned" value="131" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_SpellingDictionaryUpdateTermsProvisioned" message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTermsProvisioned.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsTermFrequencyReaderResultSummary" value="132" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_TermFrequencyReaderResults" message="$(string.SearchEvents.event.LinguisticsTermFrequencyReaderResultSummary.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsFailedToLoadAWordBreaker" value="133" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_FailedToLoadAWordBreaker" message="$(string.SearchEvents.event.LinguisticsFailedToLoadAWordBreaker.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsSuccessfullyLoadedAWordBreaker" value="134" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_SuccessfullyLoadedAWordBreaker" message="$(string.SearchEvents.event.LinguisticsSuccessfullyLoadedAWordBreaker.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsWordBreakerTimedOut" value="135" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_WordBreakerTimedOut" message="$(string.SearchEvents.event.LinguisticsWordBreakerTimedOut.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsWordBreakerExceededProcessingThreshold" value="136" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_WordBreakerExceededProcessingThreshold" message="$(string.SearchEvents.event.LinguisticsWordBreakerExceededProcessingThreshold.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsRetrievingPropertyFailed" value="137" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="tid_SFLinguistics2s" message="$(string.SearchEvents.event.LinguisticsRetrievingPropertyFailed.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsPropertyChanged" value="138" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="tid_SFLinguistics5s" message="$(string.SearchEvents.event.LinguisticsPropertyChanged.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsSpellingDictionaryUpdateTimerJobStatusChanged" value="139" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="tid_SFLinguistics2s" message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobStatusChanged.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryCompilationCompleted" value="140" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_DictionaryCompilationCompleted" message="$(string.SearchEvents.event.LinguisticsDictionaryCompilationCompleted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryProvisioningStarted" value="141" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_DictionaryProvisioningStarted" message="$(string.SearchEvents.event.LinguisticsDictionaryProvisioningStarted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="Search_AnalysisEngineSSAUnavailable" value="142" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_AnalysisEngineSSAUnavailable.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineSSAAvailable" value="143" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_AnalysisEngineSSAAvailable.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineAnalysisRestoreFailed" value="144" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="AnalysisEngineAnalysisError" message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisRestoreFailed.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineAnalysisRestoreCompleted" value="145" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="AnalysisEngine1" message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisRestoreCompleted.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineLoadConfigurationFailed" value="146" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="AnalysisEngineAnalysisError" message="$(string.SearchEvents.event.Search_AnalysisEngineLoadConfigurationFailed.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineAnalysisLoadConfigurationFailed" value="147" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="AnalysisEngineAnalysisError" message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisLoadConfigurationFailed.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_AnalysisEngineLoadConfigurationCompleted" value="148" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="AnalysisEngine1" message="$(string.SearchEvents.event.Search_AnalysisEngineLoadConfigurationCompleted.message)" task="msoulscat_SEARCH_AnalysisEngine"/>          <event symbol="Search_ItemsProcessedStats" value="149" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" template="tid_ItemsProcessedStats" message="$(string.SearchEvents.event.Search_ItemsProcessedStats.message)" task="msoulscat_SEARCH_General"/>          <event symbol="LinguisticsWordBreakerServiceMonitoring" value="150" version="15" channel="CHANNEL_SearchHealthMonitoring" level="win:Informational" template="Linguistics_WordBreakerServiceMonitoring" message="$(string.SearchEvents.event.LinguisticsWordBreakerServiceMonitoring.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsWordBreakerFallbackLoadingFailed" value="151" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="Linguistics_WordBreakerFallbackLoadingFailed" message="$(string.SearchEvents.event.LinguisticsWordBreakerFallbackLoadingFailed.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsWordBreakerFallbackLoaded" value="152" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_WordBreakerFallbackLoaded" message="$(string.SearchEvents.event.LinguisticsWordBreakerFallbackLoaded.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsWordBreakerEmergencyFallbackLoadingFailed" value="153" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="Linguistics_WordBreakerEmergencyFallbackLoadingFailed" message="$(string.SearchEvents.event.LinguisticsWordBreakerEmergencyFallbackLoadingFailed.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsWordBreakerInternalError" value="154" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_WordBreakerInternalError" message="$(string.SearchEvents.event.LinguisticsWordBreakerInternalError.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsWordBreakerCustomerMappedConfiguration" value="155" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_WordBreakerCustomerMappedConfiguration" message="$(string.SearchEvents.event.LinguisticsWordBreakerCustomerMappedConfiguration.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsWordBreakerCustomerProvidedWordBreaker" value="156" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_WordBreakerCustomerProvidedWordBreaker" message="$(string.SearchEvents.event.LinguisticsWordBreakerCustomerProvidedWordBreaker.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="QueryClassificationTimerJobFailed" value="157" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_TimerJobFailedEvents" message="$(string.SearchEvents.event.QueryClassificationTimerJobFailed.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="QueryClassificationTimerJobStarted" value="158" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_TimerJobEvents" message="$(string.SearchEvents.event.QueryClassificationTimerJobStarted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="QueryClassificationTimerJobCompleted" value="159" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_TimerJobEvents" message="$(string.SearchEvents.event.QueryClassificationTimerJobCompleted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsTermStoreLookupCompleted" value="160" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="Linguistics_TermStoreLookupCompleted" message="$(string.SearchEvents.event.LinguisticsTermStoreLookupCompleted.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="Search_IndexingBlockedReset" value="167" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="IndexingBlocked" message="$(string.SearchEvents.event.Search_IndexingBlockedReset.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_SeedingFailed" value="168" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SeedingFailed" message="$(string.SearchEvents.event.Search_SeedingFailed.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_IndexCellInvalidated" value="169" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="IndexCellInvalidated" message="$(string.SearchEvents.event.Search_IndexCellInvalidated.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_IndexPartitionNotFaultTolerant" value="170" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="IndexPartitionNotFaultTolerant" message="$(string.SearchEvents.event.Search_IndexPartitionNotFaultTolerant.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_IndexPartitionNotFaultTolerantReset" value="171" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="IndexPartitionNotFaultTolerant" message="$(string.SearchEvents.event.Search_IndexPartitionNotFaultTolerantReset.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_Clustering_OnPrimary" value="172" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_Clustering_OnPrimary.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_Clustering_OnSecondary" value="173" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_Clustering_OnSecondary.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_Clustering_DBUnavailable" value="174" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_Clustering_DBUnavailable.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_RuntimeNode_Running" value="175" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundations" message="$(string.SearchEvents.event.Search_RuntimeNode_Running.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_RuntimeNode_Failed" value="176" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundations" message="$(string.SearchEvents.event.Search_RuntimeNode_Failed.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="Search_RuntimeComponent_Failing" value="177" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_RuntimeComponent_Failing.message)" task="msoulscat_SEARCH_SearchPlatformServices"/>          <event symbol="LinguisticsDictionaryExceedsSizeLimit" value="178" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="Linguistics_DictionarySizeLimit" message="$(string.SearchEvents.event.LinguisticsDictionaryExceedsSizeLimit.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryCloseToSizeLimit" value="179" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_DictionarySizeLimit" message="$(string.SearchEvents.event.LinguisticsDictionaryCloseToSizeLimit.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsDictionaryDeploymentFailedToDeleteOldVersions" value="180" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="Linguistics_DictionaryDeploymentFailed" message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentFailedToDeleteOldVersions.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="LinguisticsCrawlerLanguageDetectorSummary" value="181" version="15" channel="CHANNEL_SearchHealthMonitoring" level="win:Informational" template="Linguistics_DocumentLanguageDetectionSummary" message="$(string.SearchEvents.event.LinguisticsCrawlerLanguageDetectorSummary.message)" task="msoulscat_SEARCH_Linguistics"/>          <event symbol="Search_NoActiveIndexCell" value="182" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="PartitionStatus" message="$(string.SearchEvents.event.Search_NoActiveIndexCell.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_NoActiveIndexCellReset" value="183" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="PartitionStatus" message="$(string.SearchEvents.event.Search_NoActiveIndexCellReset.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_NotEnoughIndexCells" value="184" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="PartitionStatus" message="$(string.SearchEvents.event.Search_NotEnoughIndexCells.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_NotEnoughIndexCellsReset" value="185" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="PartitionStatus" message="$(string.SearchEvents.event.Search_NotEnoughIndexCellsReset.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_IndexRouterUnavailable" value="186" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="PartitionStatus" message="$(string.SearchEvents.event.Search_IndexRouterUnavailable.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_IndexRouterUnavailableReset" value="187" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="PartitionStatus" message="$(string.SearchEvents.event.Search_IndexRouterUnavailableReset.message)" task="msoulscat_SEARCH_SPIndexing"/>          <event symbol="Search_FsRefineAggregator" value="188" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Informational" template="FsRefineAggregator" message="$(string.SearchEvents.event.Search_FsRefineAggregator.message)" task="msoulscat_SEARCH_FsQuery"/>          <event symbol="Search_FsMergeFailed" value="189" version="15" channel="SEARCHFOUNDATION_ANALYTICCHANNEL" level="win:Warning" template="FsMergeFailed" message="$(string.SearchEvents.event.Search_FsMergeFailed.message)" task="msoulscat_SEARCH_FsIndexing"/>          <event symbol="Search_SSABackupStarted" value="190" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SSABackupStarted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupFailed" value="191" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SSABackupFailed.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupFirstPhaseStarted" value="192" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSABackupFirstPhaseStarted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupFirstPhaseCompleted" value="193" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSABackupFirstPhaseCompleted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupSecondPhaseStarted" value="194" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSABackupSecondPhaseStarted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupSecondPhaseCompleted" value="195" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSABackupSecondPhaseCompleted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupResumeCrawlsAndFeedingFailed" value="196" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSABackupResumeCrawlsAndFeedingFailed.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupResumeMasterMergeFailed" value="197" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSABackupResumeMasterMergeFailed.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupCompleted" value="198" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSABackupCompleted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreStarted" value="199" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SSARestoreStarted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreFailed" value="200" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SSARestoreFailed.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreProvisionedSearchOnServers" value="201" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreProvisionedSearchOnServers.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreRemovedOldSearchComponents" value="202" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreRemovedOldSearchComponents.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreRemovedOldJobDefinitions" value="203" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreRemovedOldJobDefinitions.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreSetSSAOffline" value="204" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreSetSSAOffline.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreUpgradeStarted" value="205" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreUpgradeStarted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreUpgradeCompleted" value="206" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreUpgradeCompleted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreCreatedSearchTopology" value="207" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SSARestoreCreatedSearchTopology.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreActivatedSearchTopology" value="208" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SSARestoreActivatedSearchTopology.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_IndexRestoreStarted" value="209" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_IndexRestoreStarted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_IndexRestoreFailed" value="210" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_IndexRestoreFailed.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_IndexRestoreCompleted" value="211" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_IndexRestoreCompleted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreNoIndexComponent" value="212" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreNoIndexComponent.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreCompleted" value="213" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreCompleted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_IndexBackupFirstPhaseStarted" value="214" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_IndexBackupFirstPhaseStarted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_IndexBackupFirstPhaseCompleted" value="215" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_IndexBackupFirstPhaseCompleted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_IndexBackupSecondPhaseStarted" value="216" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_IndexBackupSecondPhaseStarted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_IndexBackupSecondPhaseCompleted" value="217" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundations" message="$(string.SearchEvents.event.Search_IndexBackupSecondPhaseCompleted.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_IndexBackupFailed" value="218" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_IndexBackupFailed.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSARestoreCreatedSSA" value="219" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSARestoreCreatedSSA.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSAPostRestoreSSAReadyToFunction" value="220" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_SSAPostRestoreSSAReadyToFunction.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupPausedMasterMerge" value="221" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SSABackupPausedMasterMerge.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_SSABackupPausedCrawlsAndFeeding" value="222" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="SearchFoundationsss" message="$(string.SearchEvents.event.Search_SSABackupPausedCrawlsAndFeeding.message)" task="msoulscat_SEARCH_BackupRestore"/>          <event symbol="Search_QueryLoadBalancer_AllQueryProcessingComponentsFailed" value="223" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" opcode="win:Stop" template="SearchFoundations" message="$(string.SearchEvents.event.Search_QueryLoadBalancer_AllQueryProcessingComponentsFailed.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryLoadBalancer_QueryProcessingComponentAvailable" value="224" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" opcode="win:Info" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_QueryLoadBalancer_QueryProcessingComponentAvailable.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_QueryLoadBalancer_QueryProcessingComponentFailed" value="225" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" opcode="win:Info" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_QueryLoadBalancer_QueryProcessingComponentFailed.message)" task="msoulscat_SEARCH_QueryProcessing"/>          <event symbol="Search_UsageAnalyticsAnalysisNotRun" value="226" version="15" channel="SearchFoundationOperationalChannel" level="win:Critical" template="SearchFoundationss" message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisNotRun.message)" task="msoulscat_SEARCH_UsageAnalytics"/>          <event symbol="ULSFloodedEventSuppressedCritical" value="2158" version="15" channel="SearchFoundationApplicationChannel" level="win:Critical" template="ULSAPIULSdsd" message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedCritical.message)" task="msoulscat_ULS"/>          <event symbol="ULSFloodedEventSuppressedError" value="2159" version="15" channel="SearchFoundationApplicationChannel" level="win:Error" template="ULSAPIULSdsd" message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedError.message)" task="msoulscat_ULS"/>          <event symbol="ULSFloodedEventSuppressedWarning" value="2160" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="ULSAPIULSdsd" message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedWarning.message)" task="msoulscat_ULS"/>          <event symbol="ULSFloodedEventSuppressedInformational" value="2161" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" template="ULSAPIULSdsd" message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedInformational.message)" task="msoulscat_ULS"/>          <event symbol="ULSFloodedEventSuppressedVerbose" value="2162" version="15" channel="SearchFoundationOperationalChannel" level="win:Verbose" template="ULSAPIULSdsd" message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedVerbose.message)" task="msoulscat_ULS"/>          <event symbol="ULSFailedToGetLogPath" value="2163" version="15" channel="SearchFoundationApplicationChannel" level="win:Error" template="ULSAPIULSsxss" message="$(string.ULSAPIEvents.event.ULSFailedToGetLogPath.message)" task="msoulscat_ULS"/>          <event symbol="ULSInvalidUsageLogDirectory" value="2147" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="ULSControllerULSsxss" message="$(string.ULSControllerEvents.event.ULSInvalidUsageLogDirectory.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSUsageRetentionLimitReached" value="2149" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" message="$(string.ULSControllerEvents.event.ULSUsageRetentionLimitReached.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSNotEnoughStorageForLogDirectory" value="2150" version="15" channel="SearchFoundationApplicationChannel" level="win:Error" template="ULSControllerULSu" message="$(string.ULSControllerEvents.event.ULSNotEnoughStorageForLogDirectory.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSTraceServiceStarted" value="5152" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" message="$(string.ULSControllerEvents.event.ULSTraceServiceStarted.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSTraceServiceStopped" value="5153" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" message="$(string.ULSControllerEvents.event.ULSTraceServiceStopped.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSFailedToCreateTraceLog" value="5401" version="15" channel="SearchFoundationApplicationChannel" level="win:Error" template="ULSControllerULSsxs" message="$(string.ULSControllerEvents.event.ULSFailedToCreateTraceLog.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSFailedToCreateUsageLog" value="5402" version="15" channel="SearchFoundationApplicationChannel" level="win:Error" template="ULSControllerULSsxs" message="$(string.ULSControllerEvents.event.ULSFailedToCreateUsageLog.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSNotEnoughFreeSpace" value="6457" version="15" channel="SearchFoundationApplicationChannel" level="win:Error" template="ULSControllerULSd" message="$(string.ULSControllerEvents.event.ULSNotEnoughFreeSpace.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSTraceServiceResumed" value="7055" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" message="$(string.ULSControllerEvents.event.ULSTraceServiceResumed.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSUnableToStopUsageLogging" value="7070" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="ULSControllerULSxs" message="$(string.ULSControllerEvents.event.ULSUnableToStopUsageLogging.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSUnableToStopLogging" value="7071" version="15" channel="SearchFoundationOperationalChannel" level="win:Error" template="ULSControllerULSxs" message="$(string.ULSControllerEvents.event.ULSUnableToStopLogging.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSUsageLogResumed" value="8093" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" message="$(string.ULSControllerEvents.event.ULSUsageLogResumed.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSTraceLogReachingMaxStorage" value="8094" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="ULSControllerULSd" message="$(string.ULSControllerEvents.event.ULSTraceLogReachingMaxStorage.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSUsageLogReachingMaxStorage" value="8095" version="15" channel="SearchFoundationOperationalChannel" level="win:Warning" template="ULSControllerULSd" message="$(string.ULSControllerEvents.event.ULSUsageLogReachingMaxStorage.message)" task="msoulscat_ULS_Controller"/>          <event symbol="ULSTraceRetentionLimitReached" value="8096" version="15" channel="SearchFoundationOperationalChannel" level="win:Informational" message="$(string.ULSControllerEvents.event.ULSTraceRetentionLimitReached.message)" task="msoulscat_ULS_Controller"/>        </events>        <templates>          <template tid="AnalysisEngine1">            <data name="Node" inType="win:UnicodeString" outType="xs:string"/>            <data name="Analysis" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="AnalysisEngine2">            <data name="Node" inType="win:UnicodeString" outType="xs:string"/>            <data name="Analysis" inType="win:UnicodeString" outType="xs:string"/>            <data name="int1" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="AnalysisEngineAnalysisError">            <data name="Node" inType="win:UnicodeString" outType="xs:string"/>            <data name="Analysis" inType="win:UnicodeString" outType="xs:string"/>            <data name="ErrorMessage" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="SearchFoundations">            <data name="string0" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="SearchFoundationss">            <data name="string0" inType="win:UnicodeString" outType="xs:string"/>            <data name="string1" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="SearchFoundationsss">            <data name="string0" inType="win:UnicodeString" outType="xs:string"/>            <data name="string1" inType="win:UnicodeString" outType="xs:string"/>            <data name="string2" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="SPQueryLookup">            <data name="ApplicationId" inType="win:GUID" outType="xs:GUID"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:GUID" outType="xs:GUID"/>            <data name="OperationType" inType="win:UnicodeString" outType="xs:string"/>            <data name="TotalMarsLookupTime" inType="win:Int64" outType="xs:long"/>            <data name="AverageQueuingTime" inType="win:Int64" outType="xs:long"/>            <data name="AverageTransferTime" inType="win:Int64" outType="xs:long"/>            <data name="TangoTime" inType="win:Int64" outType="xs:long"/>            <data name="MergeTime" inType="win:Int64" outType="xs:long"/>            <data name="TotalHits" inType="win:Int64" outType="xs:long"/>            <data name="TotalHitsWithDuplicates" inType="win:Int64" outType="xs:long"/>            <data name="TotalBytesReceived" inType="win:Int64" outType="xs:long"/>            <data name="QueryLookupTime" inType="win:Int64" outType="xs:long"/>            <data name="DocSumLookupTime" inType="win:Int64" outType="xs:long"/>            <data name="FirstPassTime" inType="win:Int64" outType="xs:long"/>            <data name="SecondPassTime" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="SPIndex">            <data name="ApplicationId" inType="win:GUID" outType="xs:GUID"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CallbackTime" inType="win:Int64" outType="xs:long"/>            <data name="Fragment" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="FsLookup">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="RankingModelId" inType="win:UnicodeString" outType="xs:string"/>            <data name="Total" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Queue" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Recall" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="RankStage1" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="RankStage2" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Aggregators" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="FinalSort" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="BytesRead" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="NumReads" inType="win:UInt64" outType="xs:unsignedLong"/>          </template>          <template tid="SPDocSumLookup">            <data name="ApplicationId" inType="win:GUID" outType="xs:GUID"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Total" inType="win:Int64" outType="xs:long"/>            <data name="CreateFlow" inType="win:Int64" outType="xs:long"/>            <data name="GetRecordFromFlow" inType="win:Int64" outType="xs:long"/>            <data name="GetDocSumsFromRecord" inType="win:Int64" outType="xs:long"/>            <data name="LoadSecondPassResults" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="FsDocSum">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="Total" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Queue" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="BytesRead" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="NumReads" inType="win:UInt64" outType="xs:unsignedLong"/>          </template>          <template tid="FsIndexDoc">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Total" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Begin" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="FreeText" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="String" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Summary" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Remove" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Commit" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Operation" inType="win:Int64" outType="xs:long"/>            <data name="NumOcc" inType="win:Int64" outType="xs:long"/>            <data name="DocSumSize" inType="win:Int64" outType="xs:long"/>            <data name="NumUpdateGroups" inType="win:Int64" outType="xs:long"/>            <data name="MarsId" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="FsIndexCommit">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Total" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Commit" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="AddPart" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="GenId" inType="win:Int64" outType="xs:long"/>            <data name="NumDocs" inType="win:Int64" outType="xs:long"/>            <data name="InMemKBytes" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="NumInMemoryParts" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="NumDiskParts" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="IndexIdMapKBytes" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="IndexAttributeVectorKBytes" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="IndexIntegerIndexKBytes" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="IndexDocInfoKBytes" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="TotalNumDocs" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="OnDiskKBytes" inType="win:UInt64" outType="xs:unsignedLong"/>          </template>          <template tid="IndexPartitionNotFaultTolerant">            <data name="InstanceId" inType="win:UnicodeString" outType="xs:string"/>            <data name="IndexPartition" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="FsMerge">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Total" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Lock" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="IdMap" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Init" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="RenumberWords" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="DocAttributes" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="MergeOcc" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="AttributeVector" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="DocSum" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Finalize" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="NumDocs" inType="win:Int64" outType="xs:long"/>            <data name="NumPartitionsFrom" inType="win:Int64" outType="xs:long"/>            <data name="NumPartitionsTo" inType="win:Int64" outType="xs:long"/>            <data name="MergeLevel" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="FsMergeFailed">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="NumPartitionsFrom" inType="win:Int64" outType="xs:long"/>            <data name="NumPartitionsTo" inType="win:Int64" outType="xs:long"/>            <data name="MergeLevel" inType="win:Int64" outType="xs:long"/>            <data name="IsMasterMerge" inType="win:Int64" outType="xs:long"/>            <data name="Failure" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="FsRefineAggregator">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="Total" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="CacheLookup" inType="win:UInt64" outType="xs:unsignedLong"/>            <data name="Lookup" inType="win:UInt64" outType="xs:unsignedLong"/>          </template>          <template tid="SearchFlowDoneTemplate">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="QueryTerms" inType="win:UnicodeString" outType="xs:string"/>            <data name="FlowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="TimeMs" inType="win:Int32" outType="xs:int"/>            <data name="FlowMachine" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="SearchOperatorDoneTemplate">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="QueryTerms" inType="win:UnicodeString" outType="xs:string"/>            <data name="FlowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="OperatorName" inType="win:UnicodeString" outType="xs:string"/>            <data name="TimeMs" inType="win:Int32" outType="xs:int"/>            <data name="FlowMachine" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="IndexLookupDoneTemplate">            <data name="ApplicationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="TotalQueryTimeMs" inType="win:Int32" outType="xs:int"/>            <data name="QueryTree" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="ContentApi1">            <data name="int0" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="SearchFoundation_Flow_Simple">            <data name="flowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="flowId" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="SearchFoundation_Flow_Complex">            <data name="flowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="flowId" inType="win:UnicodeString" outType="xs:string"/>            <data name="error" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="SearchFoundation_Item">            <data name="correlationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="tenantId" inType="win:UnicodeString" outType="xs:string"/>            <data name="errorCode" inType="win:UnicodeString" outType="xs:string"/>            <data name="flowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="operatorName" inType="win:UnicodeString" outType="xs:string"/>            <data name="errorMessage" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="tid_SubFlowStarted">            <data name="ApplicationId" inType="win:GUID" outType="xs:GUID"/>            <data name="CorrelationId" inType="win:GUID" outType="xs:GUID"/>            <data name="TenantId" inType="win:GUID" outType="xs:GUID"/>            <data name="MachineName" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="ParentFlow" inType="win:UnicodeString" outType="xs:string"/>            <data name="SubFlow" inType="win:UnicodeString" outType="xs:string"/>            <data name="FlowCategory" inType="win:UnicodeString" outType="xs:string"/>            <data name="StartTimeStamp" inType="win:FILETIME" outType="xs:dateTime"/>            <data name="ContentSource" inType="win:Int32" outType="xs:int"/>          </template>          <template tid="tid_SubFlowDone">            <data name="ApplicationId" inType="win:GUID" outType="xs:GUID"/>            <data name="CorrelationId" inType="win:GUID" outType="xs:GUID"/>            <data name="TenantId" inType="win:GUID" outType="xs:GUID"/>            <data name="MachineName" inType="win:UnicodeString" outType="xs:string"/>            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="ParentFlow" inType="win:UnicodeString" outType="xs:string"/>            <data name="SubFlow" inType="win:UnicodeString" outType="xs:string"/>            <data name="FlowCategory" inType="win:UnicodeString" outType="xs:string"/>            <data name="DoneTimeStamp" inType="win:FILETIME" outType="xs:dateTime"/>            <data name="ContentSource" inType="win:Int32" outType="xs:int"/>          </template>          <template tid="LostGenerations">            <data name="InstanceId" inType="win:UnicodeString" outType="xs:string"/>            <data name="IndexSystem" inType="win:UnicodeString" outType="xs:string"/>            <data name="FromGeneration" inType="win:Int64" outType="xs:long"/>            <data name="ToGeneration" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="FeedMissingIndexPartition">            <data name="InstanceId" inType="win:UnicodeString" outType="xs:string"/>            <data name="IndexSystem" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="JournalIOException">            <data name="InstanceId" inType="win:UnicodeString" outType="xs:string"/>            <data name="Filename" inType="win:UnicodeString" outType="xs:string"/>            <data name="Exception" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="IndexingBlocked">            <data name="InstanceId" inType="win:UnicodeString" outType="xs:string"/>            <data name="IndexCell" inType="win:UnicodeString" outType="xs:string"/>            <data name="Time" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="IndexCellInvalidated">            <data name="InstanceId" inType="win:UnicodeString" outType="xs:string"/>            <data name="IndexSystem" inType="win:UnicodeString" outType="xs:string"/>            <data name="IndexCell" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="SeedingFailed">            <data name="InstanceId" inType="win:UnicodeString" outType="xs:string"/>            <data name="IndexSystem" inType="win:UnicodeString" outType="xs:string"/>            <data name="SeedTarget" inType="win:UnicodeString" outType="xs:string"/>            <data name="ErrorMessage" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="PartitionStatus">            <data name="InstanceId" inType="win:UnicodeString" outType="xs:string"/>            <data name="IndexSystem" inType="win:UnicodeString" outType="xs:string"/>            <data name="Partitions" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="tid_SFLinguistics2s">            <data name="s0" inType="win:UnicodeString" outType="xs:string"/>            <data name="s1" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_SpellingDictionaryUpdateTermsProvisioned">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Terms" inType="win:Int64" outType="xs:long"/>            <data name="Tenants" inType="win:Int64" outType="xs:long"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_TermFrequencyReaderResults">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="TermsRead" inType="win:Int64" outType="xs:long"/>            <data name="TenantsRead" inType="win:Int64" outType="xs:long"/>            <data name="Index" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="tid_SFLinguistics4s">            <data name="s0" inType="win:UnicodeString" outType="xs:string"/>            <data name="s1" inType="win:UnicodeString" outType="xs:string"/>            <data name="s2" inType="win:UnicodeString" outType="xs:string"/>            <data name="s3" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="tid_SFLinguistics5s">            <data name="s0" inType="win:UnicodeString" outType="xs:string"/>            <data name="s1" inType="win:UnicodeString" outType="xs:string"/>            <data name="s2" inType="win:UnicodeString" outType="xs:string"/>            <data name="s3" inType="win:UnicodeString" outType="xs:string"/>            <data name="s4" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="tid_SFLinguistics6s">            <data name="s0" inType="win:UnicodeString" outType="xs:string"/>            <data name="s1" inType="win:UnicodeString" outType="xs:string"/>            <data name="s2" inType="win:UnicodeString" outType="xs:string"/>            <data name="s3" inType="win:UnicodeString" outType="xs:string"/>            <data name="s4" inType="win:UnicodeString" outType="xs:string"/>            <data name="s5" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_DictionaryProvisioningStarted">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="DictionaryName" inType="win:UnicodeString" outType="xs:string"/>            <data name="DictionarySize" inType="win:Int64" outType="xs:long"/>            <data name="DictionaryVersion" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_DictionaryCompilationCompleted">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="Entries" inType="win:Int32" outType="xs:int"/>            <data name="Duration" inType="win:Int64" outType="xs:long"/>            <data name="PeakMemoryUsage" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="Linguistics_WordBreakerTimedOut">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="DocId" inType="win:UnicodeString" outType="xs:string"/>            <data name="WordBreakerId" inType="win:UnicodeString" outType="xs:string"/>            <data name="ProcessedCharacters" inType="win:Int64" outType="xs:long"/>            <data name="InputCharacters" inType="win:Int64" outType="xs:long"/>            <data name="Annotations" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="Linguistics_WordBreakerExceededProcessingThreshold">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="DocId" inType="win:UnicodeString" outType="xs:string"/>            <data name="WordBreakerId" inType="win:UnicodeString" outType="xs:string"/>            <data name="ProcessedCharacters" inType="win:Int64" outType="xs:long"/>            <data name="InputCharacters" inType="win:Int64" outType="xs:long"/>            <data name="Annotations" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="Linguistics_TimerJobEvents">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="SSA" inType="win:GUID" outType="xs:GUID"/>          </template>          <template tid="Linguistics_TimerJobFailedEvents">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="SSA" inType="win:GUID" outType="xs:GUID"/>            <data name="FlowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:GUID" outType="xs:GUID"/>            <data name="ErrorMessage" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_DictionaryDeployment">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="SSA" inType="win:GUID" outType="xs:GUID"/>            <data name="DictionaryName" inType="win:UnicodeString" outType="xs:string"/>            <data name="TermSetId" inType="win:UnicodeString" outType="xs:string"/>            <data name="FlowId" inType="win:GUID" outType="xs:GUID"/>            <data name="FlowName" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_DictionaryDeploymentFailed">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="SSA" inType="win:GUID" outType="xs:GUID"/>            <data name="DictionaryName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Component" inType="win:UnicodeString" outType="xs:string"/>            <data name="Failure" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="tid_ItemsProcessedStats">            <data name="ApplicationId" inType="win:GUID" outType="xs:GUID"/>            <data name="FlowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Upserts" inType="win:Int64" outType="xs:long"/>            <data name="Deletes" inType="win:Int64" outType="xs:long"/>            <data name="PartialUpdates" inType="win:Int64" outType="xs:long"/>            <data name="FailedUpserts" inType="win:Int64" outType="xs:long"/>            <data name="FailedDeletes" inType="win:Int64" outType="xs:long"/>            <data name="FailedPartialUpdates" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="Linguistics_DictionarySizeLimit">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="FlowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Size" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="Linguistics_DictionaryProvisioningCompleted">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="DictionaryName" inType="win:UnicodeString" outType="xs:string"/>            <data name="DictionaryVersion" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_WordBreakerServiceMonitoring">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="ServiceId" inType="win:GUID" outType="xs:GUID"/>            <data name="Language" inType="win:UnicodeString" outType="xs:string"/>            <data name="LoadedSuccessfully" inType="win:Int16" outType="xs:short"/>            <data name="InstanceCount" inType="win:Int32" outType="xs:int"/>            <data name="FailedInstanceCount" inType="win:Int32" outType="xs:int"/>            <data name="DocsProcessedCount" inType="win:Int64" outType="xs:long"/>            <data name="DocsTimedOutCount" inType="win:Int64" outType="xs:long"/>            <data name="DocsTruncatedOutCount" inType="win:Int64" outType="xs:long"/>            <data name="DocsInternalErrorCount" inType="win:Int64" outType="xs:long"/>            <data name="TokenizeRuns" inType="win:Int64" outType="xs:long"/>            <data name="InputCharacters" inType="win:Int64" outType="xs:long"/>            <data name="ProcessedCharacters" inType="win:Int64" outType="xs:long"/>            <data name="TokensProduced" inType="win:Int64" outType="xs:long"/>            <data name="AltTokensProduced" inType="win:Int64" outType="xs:long"/>            <data name="AccumulatedTime" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="Linguistics_FailedToLoadAWordBreaker">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Language" inType="win:UnicodeString" outType="xs:string"/>            <data name="DLLFileName" inType="win:UnicodeString" outType="xs:string"/>            <data name="ClsId" inType="win:GUID" outType="xs:GUID"/>            <data name="CustomizationInformation" inType="win:UnicodeString" outType="xs:string"/>            <data name="LoadedInstances" inType="win:Int32" outType="xs:int"/>            <data name="FailedInstances" inType="win:Int32" outType="xs:int"/>          </template>          <template tid="Linguistics_SuccessfullyLoadedAWordBreaker">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Language" inType="win:UnicodeString" outType="xs:string"/>            <data name="CustomizationInformation" inType="win:UnicodeString" outType="xs:string"/>            <data name="LoadedInstances" inType="win:Int32" outType="xs:int"/>            <data name="FailedInstances" inType="win:Int32" outType="xs:int"/>          </template>          <template tid="Linguistics_WordBreakerFallbackLoadingFailed">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Language" inType="win:UnicodeString" outType="xs:string"/>            <data name="DLLFileName" inType="win:UnicodeString" outType="xs:string"/>            <data name="ClsId" inType="win:GUID" outType="xs:GUID"/>            <data name="CustomizationInformation" inType="win:UnicodeString" outType="xs:string"/>            <data name="EmergencyWordBreakerId" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_WordBreakerFallbackLoaded">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Language" inType="win:UnicodeString" outType="xs:string"/>            <data name="CustomizationInformation" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_WordBreakerEmergencyFallbackLoadingFailed">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="Language" inType="win:UnicodeString" outType="xs:string"/>            <data name="DLLFileName" inType="win:UnicodeString" outType="xs:string"/>            <data name="ClsId" inType="win:GUID" outType="xs:GUID"/>            <data name="CustomizationInformation" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_WordBreakerInternalError">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="DocId" inType="win:UnicodeString" outType="xs:string"/>            <data name="ErrorMessage" inType="win:UnicodeString" outType="xs:string"/>            <data name="WordBreakerId" inType="win:UnicodeString" outType="xs:string"/>            <data name="ProcessedCharacters" inType="win:Int64" outType="xs:long"/>            <data name="Annotations" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="Linguistics_WordBreakerCustomerProvidedWordBreaker">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="IsoLanguageCode" inType="win:UnicodeString" outType="xs:string"/>            <data name="CultureDisplayName" inType="win:UnicodeString" outType="xs:string"/>            <data name="WordBreakerId" inType="win:UnicodeString" outType="xs:string"/>            <data name="DLLFileName" inType="win:UnicodeString" outType="xs:string"/>            <data name="ClsId" inType="win:GUID" outType="xs:GUID"/>          </template>          <template tid="Linguistics_WordBreakerCustomerMappedConfiguration">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="IsoLanguageCode" inType="win:UnicodeString" outType="xs:string"/>            <data name="CultureDisplayName" inType="win:UnicodeString" outType="xs:string"/>            <data name="WordBreakerId" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="Linguistics_TermStoreLookupCompleted">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="SSA" inType="win:GUID" outType="xs:GUID"/>            <data name="CorrelationId" inType="win:UnicodeString" outType="xs:string"/>            <data name="DictionaryName" inType="win:UnicodeString" outType="xs:string"/>            <data name="TermsRead" inType="win:Int64" outType="xs:long"/>            <data name="TenantsRead" inType="win:Int64" outType="xs:long"/>            <data name="TermsOutput" inType="win:Int64" outType="xs:long"/>          </template>          <template tid="Linguistics_DocumentLanguageDetectionSummary">            <data name="NodeName" inType="win:UnicodeString" outType="xs:string"/>            <data name="FlowName" inType="win:UnicodeString" outType="xs:string"/>            <data name="CorrelationId" inType="win:GUID" outType="xs:GUID"/>            <data name="PrimaryFallback" inType="win:UnicodeString" outType="xs:string"/>            <data name="SecondaryFallback" inType="win:UnicodeString" outType="xs:string"/>            <data name="DefaultFallback" inType="win:UnicodeString" outType="xs:string"/>            <data name="LanguageOverride" inType="win:UnicodeString" outType="xs:string"/>            <data name="DetectedLanguages" inType="win:UnicodeString" outType="xs:string"/>            <data name="ProcessingStatus" inType="win:UnicodeString" outType="xs:string"/>            <data name="ProcessingLanguage" inType="win:UnicodeString" outType="xs:string"/>            <data name="DocLanguage" inType="win:UnicodeString" outType="xs:string"/>            <data name="DocLanguages" inType="win:UnicodeString" outType="xs:string"/>            <data name="RankingLanguage" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="ULSAPIULSdsd">            <data name="int0" inType="win:Int32" outType="xs:int"/>            <data name="string1" inType="win:UnicodeString" outType="xs:string"/>            <data name="int2" inType="win:Int32" outType="xs:int"/>          </template>          <template tid="ULSAPIULSsxss">            <data name="string0" inType="win:UnicodeString" outType="xs:string"/>            <data name="hex1" inType="win:HexInt32" outType="win:HexInt32"/>            <data name="string2" inType="win:UnicodeString" outType="xs:string"/>            <data name="string3" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="ULSControllerULSd">            <data name="int0" inType="win:Int32" outType="xs:int"/>          </template>          <template tid="ULSControllerULSu">            <data name="uint0" inType="win:UInt32" outType="xs:unsignedInt"/>          </template>          <template tid="ULSControllerULSsxss">            <data name="string0" inType="win:UnicodeString" outType="xs:string"/>            <data name="hex1" inType="win:HexInt32" outType="win:HexInt32"/>            <data name="string2" inType="win:UnicodeString" outType="xs:string"/>            <data name="string3" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="ULSControllerULSxs">            <data name="hex0" inType="win:HexInt32" outType="win:HexInt32"/>            <data name="string1" inType="win:UnicodeString" outType="xs:string"/>          </template>          <template tid="ULSControllerULSsxs">            <data name="string0" inType="win:UnicodeString" outType="xs:string"/>            <data name="hex1" inType="win:HexInt32" outType="win:HexInt32"/>            <data name="string2" inType="win:UnicodeString" outType="xs:string"/>          </template>        </templates>        <channels>          <channel chid="SearchFoundationOperationalChannel" name="Microsoft-Office Server-Search/Operational" symbol="SEARCH_FOUNDATION_OPERATIONAL_CHANNEL" type="Operational" enabled="true" message="$(string.SearchEvents.channel.SearchFoundationOperationalChannel.message)"/>          <channel chid="SearchFoundationCoreTraceChannel" name="SearchFoundationCoreTrace" symbol="SEARCH_FOUNDATION_CORE_TRACE_CHANNEL" type="Analytic" enabled="false" message="$(string.SearchEvents.channel.SearchFoundationCoreTraceChannel.message)"/>          <channel chid="SEARCHFOUNDATION_ANALYTICCHANNEL" name="SearchFoundation/Analytic" symbol="SEARCHFOUNDATION_ANALYTICCHANNEL" type="Analytic" enabled="false" message="$(string.SearchEvents.channel.SEARCHFOUNDATION_ANALYTICCHANNEL.message)"/>          <channel chid="CHANNEL_SearchHealthMonitoring" name="SearchHealthMonitoring" symbol="CHANNEL_SearchHealthMonitoring" type="Analytic" enabled="false" message="$(string.SearchEvents.channel.CHANNEL_SearchHealthMonitoring.message)"/>          <importChannel chid="SearchFoundationApplicationChannel" name="Application"/>        </channels>        <tasks>          <task name="msoulscat_SEARCH_General" symbol="MSOULSCAT_SEARCH_GENERAL" value="1" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_GENERAL.message)"/>          <task name="msoulscat_SEARCH_Logs" symbol="MSOULSCAT_SEARCH_LOGS" value="2" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_LOGS.message)"/>          <task name="msoulscat_SEARCH_HostControllerLogs" symbol="MSOULSCAT_SEARCH_HOSTCONTROLLERLOGS" value="3" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_HOSTCONTROLLERLOGS.message)"/>          <task name="msoulscat_SEARCH_FsQuery" symbol="MSOULSCAT_SEARCH_FSQUERY" value="4" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_FSQUERY.message)"/>          <task name="msoulscat_SEARCH_FsIndexing" symbol="MSOULSCAT_SEARCH_FSINDEXING" value="5" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_FSINDEXING.message)"/>          <task name="msoulscat_SEARCH_SPQuery" symbol="MSOULSCAT_SEARCH_SPQUERY" value="6" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SPQUERY.message)"/>          <task name="msoulscat_SEARCH_SPIndexing" symbol="MSOULSCAT_SEARCH_SPINDEXING" value="7" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SPINDEXING.message)"/>          <task name="msoulscat_SEARCH_DocumentFeeder" symbol="MSOULSCAT_SEARCH_DOCUMENTFEEDER" value="8" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_DOCUMENTFEEDER.message)"/>          <task name="msoulscat_SEARCH_AnalysisEngine" symbol="MSOULSCAT_SEARCH_ANALYSISENGINE" value="9" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_ANALYSISENGINE.message)"/>          <task name="msoulscat_SEARCH_SearchAnalytics" symbol="MSOULSCAT_SEARCH_SEARCHANALYTICS" value="10" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SEARCHANALYTICS.message)"/>          <task name="msoulscat_SEARCH_QueryProcessing" symbol="MSOULSCAT_SEARCH_QUERYPROCESSING" value="11" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_QUERYPROCESSING.message)"/>          <task name="msoulscat_SEARCH_SchemaServiceConsumer" symbol="MSOULSCAT_SEARCH_SCHEMASERVICECONSUMER" value="12" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SCHEMASERVICECONSUMER.message)"/>          <task name="msoulscat_SEARCH_IndexLookup" symbol="MSOULSCAT_SEARCH_INDEXLOOKUP" value="13" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_INDEXLOOKUP.message)"/>          <task name="msoulscat_NLG_Extractors" symbol="MSOULSCAT_NLG_EXTRACTORS" value="14" message="$(string.SearchEvents.task.MSOULSCAT_NLG_EXTRACTORS.message)"/>          <task name="msoulscat_SEARCH_Linguistics" symbol="MSOULSCAT_SEARCH_LINGUISTICS" value="15" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_LINGUISTICS.message)"/>          <task name="msoulscat_SEARCH_UsageAnalytics" symbol="MSOULSCAT_SEARCH_USAGEANALYTICS" value="16" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_USAGEANALYTICS.message)"/>          <task name="msoulscat_SEARCH_SearchPlatformServices" symbol="MSOULSCAT_SEARCH_SEARCHPLATFORMSERVICES" value="17" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SEARCHPLATFORMSERVICES.message)"/>          <task name="msoulscat_SEARCH_FastServer" symbol="MSOULSCAT_SEARCH_FASTSERVER" value="18" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_FASTSERVER.message)"/>          <task name="msoulscat_SEARCH_SearchReports" symbol="MSOULSCAT_SEARCH_SEARCHREPORTS" value="19" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SEARCHREPORTS.message)"/>          <task name="msoulscat_SEARCH_DocumentParsing" symbol="MSOULSCAT_SEARCH_DOCUMENTPARSING" value="20" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_DOCUMENTPARSING.message)"/>          <task name="msoulscat_SEARCH_BackupRestore" symbol="MSOULSCAT_SEARCH_BACKUPRESTORE" value="21" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_BACKUPRESTORE.message)"/>          <task name="msoulscat_SEARCH_ContentProcessing" symbol="MSOULSCAT_SEARCH_CONTENTPROCESSING" value="22" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_CONTENTPROCESSING.message)"/>          <task name="msoulscat_SEARCH_CommonProcessing" symbol="MSOULSCAT_SEARCH_COMMONPROCESSING" value="23" message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_COMMONPROCESSING.message)"/>          <task name="msoulscat_ULS" symbol="MSOULSCAT_ULS" value="24" message="$(string.ULSAPIEvents.task.MSOULSCAT_ULS.message)"/>          <task name="msoulscat_ULS_Correlation" symbol="MSOULSCAT_ULS_CORRELATION" value="25" message="$(string.ULSAPIEvents.task.MSOULSCAT_ULS_CORRELATION.message)"/>          <task name="msoulscat_ULS_SQM" symbol="MSOULSCAT_ULS_SQM" value="26" message="$(string.ULSAPIEvents.task.MSOULSCAT_ULS_SQM.message)"/>          <task name="msoulscat_ULS_Controller" symbol="MSOULSCAT_ULS_CONTROLLER" value="27" message="$(string.ULSControllerEvents.task.MSOULSCAT_ULS_CONTROLLER.message)"/>        </tasks>      </provider>      <messageTable>        <message message="$(string.SearchEvents.provider.message)" value="0x6AA80000"/>        <message message="$(string.SearchEvents.event.Search_SearchComponentStart.message)" value="0x6AA80001"/>        <message message="$(string.SearchEvents.event.Search_SearchComponentStop.message)" value="0x6AA80002"/>        <message message="$(string.SearchEvents.event.Search_ULSDiagnosticsEvent.message)" value="0x6AA80003"/>        <message message="$(string.SearchEvents.event.Search_SPQueryLookup.message)" value="0x6AA80004"/>        <message message="$(string.SearchEvents.event.Search_SPDocSumLookup.message)" value="0x6AA80005"/>        <message message="$(string.SearchEvents.event.Search_SPIndex.message)" value="0x6AA80006"/>        <message message="$(string.SearchEvents.event.Search_FsLookup.message)" value="0x6AA80007"/>        <message message="$(string.SearchEvents.event.Search_FsDocSum.message)" value="0x6AA80008"/>        <message message="$(string.SearchEvents.event.Search_FsIndexDoc.message)" value="0x6AA80009"/>        <message message="$(string.SearchEvents.event.Search_FsIndexCommit.message)" value="0x6AA8000A"/>        <message message="$(string.SearchEvents.event.Search_FsMerge.message)" value="0x6AA8000B"/>        <message message="$(string.SearchEvents.event.Search_QueryProcessingComponentStarted.message)" value="0x6AA8000C"/>        <message message="$(string.SearchEvents.event.Search_QueryProcessingComponentStopped.message)" value="0x6AA8000D"/>        <message message="$(string.SearchEvents.event.Search_SearchFlowDone.message)" value="0x6AA8000E"/>        <message message="$(string.SearchEvents.event.Search_SearchOperatorDone.message)" value="0x6AA8000F"/>        <message message="$(string.SearchEvents.event.Search_IndexLookupDone.message)" value="0x6AA80010"/>        <message message="$(string.SearchEvents.event.Search_DocumentFeederNoCallbacks.message)" value="0x6AA80011"/>        <message message="$(string.SearchEvents.event.Search_DocumentFeederFailoverSuccess.message)" value="0x6AA80012"/>        <message message="$(string.SearchEvents.event.Search_DocumentFeederRecoverySuccess.message)" value="0x6AA80013"/>        <message message="$(string.SearchEvents.event.Search_DocumentFeederConnectionLost.message)" value="0x6AA80014"/>        <message message="$(string.SearchEvents.event.Search_DocumentFeederNoConnectivity.message)" value="0x6AA80015"/>        <message message="$(string.SearchEvents.event.Search_DocumentFeederCannotOpenSession.message)" value="0x6AA80016"/>        <message message="$(string.SearchEvents.event.Search_DocumentFeederCannotOpenSessionWithFlow.message)" value="0x6AA80017"/>        <message message="$(string.SearchEvents.event.FlowFailedToStart.message)" value="0x6AA80018"/>        <message message="$(string.SearchEvents.event.FlowFailed.message)" value="0x6AA80019"/>        <message message="$(string.SearchEvents.event.FlowStarted.message)" value="0x6AA8001A"/>        <message message="$(string.SearchEvents.event.FlowEnded.message)" value="0x6AA8001B"/>        <message message="$(string.SearchEvents.event.ProcessingFailed.message)" value="0x6AA8001C"/>        <message message="$(string.SearchEvents.event.SubFlowStarted.message)" value="0x6AA8001D"/>        <message message="$(string.SearchEvents.event.SubFlowDone.message)" value="0x6AA8001E"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisFailed.message)" value="0x6AA8001F"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisDown3Days.message)" value="0x6AA80020"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsLinkDatabaseNotAvailable.message)" value="0x6AA80021"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsFailedToStartAnalysis.message)" value="0x6AA80022"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsStartAnalysisOverdue.message)" value="0x6AA80023"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsConfigDbNotAvailable.message)" value="0x6AA80024"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisConfigurationNotAvailable.message)" value="0x6AA80025"/>        <message message="$(string.SearchEvents.event.Search_QueryParsing_SearchServiceApplicationNotAvailable.message)" value="0x6AA80026"/>        <message message="$(string.SearchEvents.event.Search_QueryParsing_SchemaServiceNotAvailable.message)" value="0x6AA80027"/>        <message message="$(string.SearchEvents.event.Search_QueryParsing_ScopeCacheNotAvailable.message)" value="0x6AA80028"/>        <message message="$(string.SearchEvents.event.Search_SchemaReader_SchemaServiceNotAvailable.message)" value="0x6AA80029"/>        <message message="$(string.SearchEvents.event.Search_QueryNormalization_SchemaServiceNotAvailable.message)" value="0x6AA8002A"/>        <message message="$(string.SearchEvents.event.Search_QueryUrlMapping_AlternateUrlMappingServiceNotAvailable.message)" value="0x6AA8002B"/>        <message message="$(string.SearchEvents.event.Search_IndexLookup_SchemaServiceNotAvailable.message)" value="0x6AA8002C"/>        <message message="$(string.SearchEvents.event.Search_IndexLookup_IndexCellNotAvailable.message)" value="0x6AA8002D"/>        <message message="$(string.SearchEvents.event.Search_QueryService_UnableToStartService.message)" value="0x6AA8002E"/>        <message message="$(string.SearchEvents.event.Search_QueryService_UnableToStopService.message)" value="0x6AA8002F"/>        <message message="$(string.SearchEvents.event.Search_QueryService_ServiceStarted.message)" value="0x6AA80030"/>        <message message="$(string.SearchEvents.event.Search_QueryService_ServiceStopped.message)" value="0x6AA80031"/>        <message message="$(string.SearchEvents.event.Search_QueryComponent_UnableToGetConfiguration.message)" value="0x6AA80032"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisCompleted.message)" value="0x6AA80033"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisFailed.message)" value="0x6AA80034"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineDiskFull.message)" value="0x6AA80035"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineDiskFree.message)" value="0x6AA80036"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineWorkersUnavailable.message)" value="0x6AA80037"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineWorkersAvailable.message)" value="0x6AA80038"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineDatabaseUnavailable.message)" value="0x6AA80039"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineDatabaseAvailable.message)" value="0x6AA8003A"/>        <message message="$(string.SearchEvents.event.Search_ParsingSessionCreated.message)" value="0x6AA8003B"/>        <message message="$(string.SearchEvents.event.Search_ParsingSessionClosed.message)" value="0x6AA8003C"/>        <message message="$(string.SearchEvents.event.Search_ParsingSessionExpired.message)" value="0x6AA8003D"/>        <message message="$(string.SearchEvents.event.Search_ParserServerWorkerFailedToRestart.message)" value="0x6AA8003E"/>        <message message="$(string.SearchEvents.event.Search_NoMoreParserServerWorkersAvailable.message)" value="0x6AA8003F"/>        <message message="$(string.SearchEvents.event.Search_FormatHandlerFailedToStart.message)" value="0x6AA80040"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentFailed.message)" value="0x6AA80041"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentStarted.message)" value="0x6AA80042"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentCompleted.message)" value="0x6AA80043"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobFailed.message)" value="0x6AA80044"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobStarted.message)" value="0x6AA80045"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobCompleted.message)" value="0x6AA80046"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentProvisioningCompleted.message)" value="0x6AA80047"/>        <message message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobFailed.message)" value="0x6AA80048"/>        <message message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobStarted.message)" value="0x6AA80049"/>        <message message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobCompleted.message)" value="0x6AA8004A"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisCompleted.message)" value="0x6AA8004C"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisStoppedBeforeCompletion.message)" value="0x6AA8004D"/>        <message message="$(string.SearchEvents.event.Search_AnalyticsUnableToResolveSSA.message)" value="0x6AA8004E"/>        <message message="$(string.SearchEvents.event.Search_AnalyticsUnableToLocateSearchAdminComponent.message)" value="0x6AA8004F"/>        <message message="$(string.SearchEvents.event.Search_AnalyticsUnableToConnectToSystemManager.message)" value="0x6AA80050"/>        <message message="$(string.SearchEvents.event.Search_AnalyticsUnableToConnectToAnalysisEngine.message)" value="0x6AA8005A"/>        <message message="$(string.SearchEvents.event.Search_SearchAnalyticsAnalysisStarted.message)" value="0x6AA8005B"/>        <message message="$(string.SearchEvents.event.Search_LostGenerations.message)" value="0x6AA8005C"/>        <message message="$(string.SearchEvents.event.Search_FeedMissingIndexPartition.message)" value="0x6AA8005D"/>        <message message="$(string.SearchEvents.event.Search_FeedMissingIndexPartitionReset.message)" value="0x6AA8005E"/>        <message message="$(string.SearchEvents.event.Search_JournalIOExceptionWrite.message)" value="0x6AA8005F"/>        <message message="$(string.SearchEvents.event.Search_JournalIOExceptionRead.message)" value="0x6AA80060"/>        <message message="$(string.SearchEvents.event.Search_IndexingBlocked.message)" value="0x6AA80061"/>        <message message="$(string.SearchEvents.event.Search_QueryMissingIndexPartition.message)" value="0x6AA80062"/>        <message message="$(string.SearchEvents.event.Search_QueryMissingIndexPartitionReset.message)" value="0x6AA80063"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsSSANotAvailable.message)" value="0x6AA80064"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAPENotAvailable.message)" value="0x6AA80065"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsLinkAnalysisTooOld.message)" value="0x6AA80066"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisOverdue.message)" value="0x6AA80067"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisFailedToStart.message)" value="0x6AA80068"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisConfigFailed.message)" value="0x6AA80069"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsEventStoreNotAvailable.message)" value="0x6AA8006A"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsEventConfigNotAvailable.message)" value="0x6AA8006B"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsDeleteConfigNotAvailable.message)" value="0x6AA8006C"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisStarted.message)" value="0x6AA8006D"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisFailed.message)" value="0x6AA8006E"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisSucceeded.message)" value="0x6AA8006F"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIWriteFailure.message)" value="0x6AA80070"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPISkippedEntries.message)" value="0x6AA80071"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIRecovered.message)" value="0x6AA80072"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIReadFailure.message)" value="0x6AA80073"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIReadOk.message)" value="0x6AA80074"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsFeedingFailure.message)" value="0x6AA80075"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalyticsFeedingOk.message)" value="0x6AA80076"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsEventStoreOk.message)" value="0x6AA80077"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsReportingAPIReadWarning.message)" value="0x6AA80078"/>        <message message="$(string.SearchEvents.event.Search_RemotingCommunicationFailure.message)" value="0x6AA8007B"/>        <message message="$(string.SearchEvents.event.Search_RepositoryReplicationSucceeded.message)" value="0x6AA80079"/>        <message message="$(string.SearchEvents.event.Search_RepositoryReplicationFailed.message)" value="0x6AA8007A"/>        <message message="$(string.SearchEvents.event.Search_RepositoryInstallationFailed.message)" value="0x6AA8007C"/>        <message message="$(string.SearchEvents.event.Search_RepositoryInitializationFailed.message)" value="0x6AA8007D"/>        <message message="$(string.SearchEvents.event.Search_RepositoryInitializationSucceeded.message)" value="0x6AA8007E"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryImportCmdletStarted.message)" value="0x6AA8007F"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryImportCmdletCompleted.message)" value="0x6AA80080"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryImportCmdletFailed.message)" value="0x6AA80081"/>        <message message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateNoFilteredTerms.message)" value="0x6AA80082"/>        <message message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTermsProvisioned.message)" value="0x6AA80083"/>        <message message="$(string.SearchEvents.event.LinguisticsTermFrequencyReaderResultSummary.message)" value="0x6AA80084"/>        <message message="$(string.SearchEvents.event.LinguisticsFailedToLoadAWordBreaker.message)" value="0x6AA80085"/>        <message message="$(string.SearchEvents.event.LinguisticsSuccessfullyLoadedAWordBreaker.message)" value="0x6AA80086"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerTimedOut.message)" value="0x6AA80087"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerExceededProcessingThreshold.message)" value="0x6AA80088"/>        <message message="$(string.SearchEvents.event.LinguisticsRetrievingPropertyFailed.message)" value="0x6AA80089"/>        <message message="$(string.SearchEvents.event.LinguisticsPropertyChanged.message)" value="0x6AA8008A"/>        <message message="$(string.SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobStatusChanged.message)" value="0x6AA8008B"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryCompilationCompleted.message)" value="0x6AA8008C"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryProvisioningStarted.message)" value="0x6AA8008D"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineSSAUnavailable.message)" value="0x6AA8008E"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineSSAAvailable.message)" value="0x6AA8008F"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisRestoreFailed.message)" value="0x6AA80090"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisRestoreCompleted.message)" value="0x6AA80091"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineLoadConfigurationFailed.message)" value="0x6AA80092"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineAnalysisLoadConfigurationFailed.message)" value="0x6AA80093"/>        <message message="$(string.SearchEvents.event.Search_AnalysisEngineLoadConfigurationCompleted.message)" value="0x6AA80094"/>        <message message="$(string.SearchEvents.event.Search_ItemsProcessedStats.message)" value="0x6AA80095"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerServiceMonitoring.message)" value="0x6AA80096"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerFallbackLoadingFailed.message)" value="0x6AA80097"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerFallbackLoaded.message)" value="0x6AA80098"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerEmergencyFallbackLoadingFailed.message)" value="0x6AA80099"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerInternalError.message)" value="0x6AA8009A"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerCustomerMappedConfiguration.message)" value="0x6AA8009B"/>        <message message="$(string.SearchEvents.event.LinguisticsWordBreakerCustomerProvidedWordBreaker.message)" value="0x6AA8009C"/>        <message message="$(string.SearchEvents.event.QueryClassificationTimerJobFailed.message)" value="0x6AA8009D"/>        <message message="$(string.SearchEvents.event.QueryClassificationTimerJobStarted.message)" value="0x6AA8009E"/>        <message message="$(string.SearchEvents.event.QueryClassificationTimerJobCompleted.message)" value="0x6AA8009F"/>        <message message="$(string.SearchEvents.event.LinguisticsTermStoreLookupCompleted.message)" value="0x6AA800A0"/>        <message message="$(string.SearchEvents.event.Search_IndexingBlockedReset.message)" value="0x6AA800A7"/>        <message message="$(string.SearchEvents.event.Search_SeedingFailed.message)" value="0x6AA800A8"/>        <message message="$(string.SearchEvents.event.Search_IndexCellInvalidated.message)" value="0x6AA800A9"/>        <message message="$(string.SearchEvents.event.Search_IndexPartitionNotFaultTolerant.message)" value="0x6AA800AA"/>        <message message="$(string.SearchEvents.event.Search_IndexPartitionNotFaultTolerantReset.message)" value="0x6AA800AB"/>        <message message="$(string.SearchEvents.event.Search_Clustering_OnPrimary.message)" value="0x6AA800AC"/>        <message message="$(string.SearchEvents.event.Search_Clustering_OnSecondary.message)" value="0x6AA800AD"/>        <message message="$(string.SearchEvents.event.Search_Clustering_DBUnavailable.message)" value="0x6AA800AE"/>        <message message="$(string.SearchEvents.event.Search_RuntimeNode_Running.message)" value="0x6AA800AF"/>        <message message="$(string.SearchEvents.event.Search_RuntimeNode_Failed.message)" value="0x6AA800B0"/>        <message message="$(string.SearchEvents.event.Search_RuntimeComponent_Failing.message)" value="0x6AA800B1"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryExceedsSizeLimit.message)" value="0x6AA800B2"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryCloseToSizeLimit.message)" value="0x6AA800B3"/>        <message message="$(string.SearchEvents.event.LinguisticsDictionaryDeploymentFailedToDeleteOldVersions.message)" value="0x6AA800B4"/>        <message message="$(string.SearchEvents.event.LinguisticsCrawlerLanguageDetectorSummary.message)" value="0x6AA800B5"/>        <message message="$(string.SearchEvents.event.Search_NoActiveIndexCell.message)" value="0x6AA800B6"/>        <message message="$(string.SearchEvents.event.Search_NoActiveIndexCellReset.message)" value="0x6AA800B7"/>        <message message="$(string.SearchEvents.event.Search_NotEnoughIndexCells.message)" value="0x6AA800B8"/>        <message message="$(string.SearchEvents.event.Search_NotEnoughIndexCellsReset.message)" value="0x6AA800B9"/>        <message message="$(string.SearchEvents.event.Search_IndexRouterUnavailable.message)" value="0x6AA800BA"/>        <message message="$(string.SearchEvents.event.Search_IndexRouterUnavailableReset.message)" value="0x6AA800BB"/>        <message message="$(string.SearchEvents.event.Search_FsRefineAggregator.message)" value="0x6AA800BC"/>        <message message="$(string.SearchEvents.event.Search_FsMergeFailed.message)" value="0x6AA800BD"/>        <message message="$(string.SearchEvents.event.Search_SSABackupStarted.message)" value="0x6AA800BE"/>        <message message="$(string.SearchEvents.event.Search_SSABackupFailed.message)" value="0x6AA800BF"/>        <message message="$(string.SearchEvents.event.Search_SSABackupFirstPhaseStarted.message)" value="0x6AA800C0"/>        <message message="$(string.SearchEvents.event.Search_SSABackupFirstPhaseCompleted.message)" value="0x6AA800C1"/>        <message message="$(string.SearchEvents.event.Search_SSABackupSecondPhaseStarted.message)" value="0x6AA800C2"/>        <message message="$(string.SearchEvents.event.Search_SSABackupSecondPhaseCompleted.message)" value="0x6AA800C3"/>        <message message="$(string.SearchEvents.event.Search_SSABackupResumeCrawlsAndFeedingFailed.message)" value="0x6AA800C4"/>        <message message="$(string.SearchEvents.event.Search_SSABackupResumeMasterMergeFailed.message)" value="0x6AA800C5"/>        <message message="$(string.SearchEvents.event.Search_SSABackupCompleted.message)" value="0x6AA800C6"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreStarted.message)" value="0x6AA800C7"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreFailed.message)" value="0x6AA800C8"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreProvisionedSearchOnServers.message)" value="0x6AA800C9"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreRemovedOldSearchComponents.message)" value="0x6AA800CA"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreRemovedOldJobDefinitions.message)" value="0x6AA800CB"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreSetSSAOffline.message)" value="0x6AA800CC"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreUpgradeStarted.message)" value="0x6AA800CD"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreUpgradeCompleted.message)" value="0x6AA800CE"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreCreatedSearchTopology.message)" value="0x6AA800CF"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreActivatedSearchTopology.message)" value="0x6AA800D0"/>        <message message="$(string.SearchEvents.event.Search_IndexRestoreStarted.message)" value="0x6AA800D1"/>        <message message="$(string.SearchEvents.event.Search_IndexRestoreFailed.message)" value="0x6AA800D2"/>        <message message="$(string.SearchEvents.event.Search_IndexRestoreCompleted.message)" value="0x6AA800D3"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreNoIndexComponent.message)" value="0x6AA800D4"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreCompleted.message)" value="0x6AA800D5"/>        <message message="$(string.SearchEvents.event.Search_IndexBackupFirstPhaseStarted.message)" value="0x6AA800D6"/>        <message message="$(string.SearchEvents.event.Search_IndexBackupFirstPhaseCompleted.message)" value="0x6AA800D7"/>        <message message="$(string.SearchEvents.event.Search_IndexBackupSecondPhaseStarted.message)" value="0x6AA800D8"/>        <message message="$(string.SearchEvents.event.Search_IndexBackupSecondPhaseCompleted.message)" value="0x6AA800D9"/>        <message message="$(string.SearchEvents.event.Search_IndexBackupFailed.message)" value="0x6AA800DA"/>        <message message="$(string.SearchEvents.event.Search_SSARestoreCreatedSSA.message)" value="0x6AA800DB"/>        <message message="$(string.SearchEvents.event.Search_SSAPostRestoreSSAReadyToFunction.message)" value="0x6AA800DC"/>        <message message="$(string.SearchEvents.event.Search_SSABackupPausedMasterMerge.message)" value="0x6AA800DD"/>        <message message="$(string.SearchEvents.event.Search_SSABackupPausedCrawlsAndFeeding.message)" value="0x6AA800DE"/>        <message message="$(string.SearchEvents.event.Search_QueryLoadBalancer_AllQueryProcessingComponentsFailed.message)" value="0x6AA800DF"/>        <message message="$(string.SearchEvents.event.Search_QueryLoadBalancer_QueryProcessingComponentAvailable.message)" value="0x6AA800E0"/>        <message message="$(string.SearchEvents.event.Search_QueryLoadBalancer_QueryProcessingComponentFailed.message)" value="0x6AA800E1"/>        <message message="$(string.SearchEvents.event.Search_UsageAnalyticsAnalysisNotRun.message)" value="0x6AA800E2"/>        <message message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedCritical.message)" value="0x86E"/>        <message message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedError.message)" value="0x86F"/>        <message message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedWarning.message)" value="0x6AA80870"/>        <message message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedInformational.message)" value="0x6AA80871"/>        <message message="$(string.ULSAPIEvents.event.ULSFloodedEventSuppressedVerbose.message)" value="0x6AA80872"/>        <message message="$(string.ULSAPIEvents.event.ULSFailedToGetLogPath.message)" value="0x873"/>        <message message="$(string.ULSControllerEvents.event.ULSInvalidUsageLogDirectory.message)" value="0x6AA80863"/>        <message message="$(string.ULSControllerEvents.event.ULSUsageRetentionLimitReached.message)" value="0x6AA80865"/>        <message message="$(string.ULSControllerEvents.event.ULSNotEnoughStorageForLogDirectory.message)" value="0x866"/>        <message message="$(string.ULSControllerEvents.event.ULSTraceServiceStarted.message)" value="0x6AA81420"/>        <message message="$(string.ULSControllerEvents.event.ULSTraceServiceStopped.message)" value="0x6AA81421"/>        <message message="$(string.ULSControllerEvents.event.ULSFailedToCreateTraceLog.message)" value="0x1519"/>        <message message="$(string.ULSControllerEvents.event.ULSFailedToCreateUsageLog.message)" value="0x151A"/>        <message message="$(string.ULSControllerEvents.event.ULSNotEnoughFreeSpace.message)" value="0x1939"/>        <message message="$(string.ULSControllerEvents.event.ULSTraceServiceResumed.message)" value="0x6AA81B8F"/>        <message message="$(string.ULSControllerEvents.event.ULSUnableToStopUsageLogging.message)" value="0x6AA81B9E"/>        <message message="$(string.ULSControllerEvents.event.ULSUnableToStopLogging.message)" value="0x6AA81B9F"/>        <message message="$(string.ULSControllerEvents.event.ULSUsageLogResumed.message)" value="0x6AA81F9D"/>        <message message="$(string.ULSControllerEvents.event.ULSTraceLogReachingMaxStorage.message)" value="0x6AA81F9E"/>        <message message="$(string.ULSControllerEvents.event.ULSUsageLogReachingMaxStorage.message)" value="0x6AA81F9F"/>        <message message="$(string.ULSControllerEvents.event.ULSTraceRetentionLimitReached.message)" value="0x6AA81FA0"/>        <message message="$(string.SearchEvents.channel.SearchFoundationOperationalChannel.message)" value="0x6AA8C000"/>        <message message="$(string.SearchEvents.channel.SearchFoundationCoreTraceChannel.message)" value="0x6AA8C001"/>        <message message="$(string.SearchEvents.channel.SEARCHFOUNDATION_ANALYTICCHANNEL.message)" value="0x6AA8C002"/>        <message message="$(string.SearchEvents.channel.CHANNEL_SearchHealthMonitoring.message)" value="0x6AA8C003"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_GENERAL.message)" value="0x6AA88001"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_LOGS.message)" value="0x6AA88002"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_HOSTCONTROLLERLOGS.message)" value="0x6AA88003"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_FSQUERY.message)" value="0x6AA88004"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_FSINDEXING.message)" value="0x6AA88005"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SPQUERY.message)" value="0x6AA88006"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SPINDEXING.message)" value="0x6AA88007"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_DOCUMENTFEEDER.message)" value="0x6AA88008"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_ANALYSISENGINE.message)" value="0x6AA88009"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SEARCHANALYTICS.message)" value="0x6AA8800A"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_QUERYPROCESSING.message)" value="0x6AA8800B"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SCHEMASERVICECONSUMER.message)" value="0x6AA8800C"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_INDEXLOOKUP.message)" value="0x6AA8800D"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_NLG_EXTRACTORS.message)" value="0x6AA8800E"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_LINGUISTICS.message)" value="0x6AA8800F"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_USAGEANALYTICS.message)" value="0x6AA88010"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SEARCHPLATFORMSERVICES.message)" value="0x6AA88011"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_FASTSERVER.message)" value="0x6AA88012"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_SEARCHREPORTS.message)" value="0x6AA88013"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_DOCUMENTPARSING.message)" value="0x6AA88014"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_BACKUPRESTORE.message)" value="0x6AA88015"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_CONTENTPROCESSING.message)" value="0x6AA88016"/>        <message message="$(string.SearchEvents.task.MSOULSCAT_SEARCH_COMMONPROCESSING.message)" value="0x6AA88017"/>        <message message="$(string.ULSAPIEvents.task.MSOULSCAT_ULS.message)" value="0x6AA88018"/>        <message message="$(string.ULSAPIEvents.task.MSOULSCAT_ULS_CORRELATION.message)" value="0x6AA88019"/>        <message message="$(string.ULSAPIEvents.task.MSOULSCAT_ULS_SQM.message)" value="0x6AA8801A"/>        <message message="$(string.ULSControllerEvents.task.MSOULSCAT_ULS_CONTROLLER.message)" value="0x6AA8801B"/>      </messageTable>    </events>    <counters xmlns="https://schemas.microsoft.com/win/2005/12/counters">      <provider providerName="Microsoft-Office Server-Search" applicationIdentity="Microsoft.Ceres.Diagnostics.PerfmonMsg.dll" providerGuid="{D51C80CA-652A-48D8-ADC6-637B0BA448CF}" resourceBase="0" providerType="userMode">        <counterSet name="$(string.SearchFoundationCounterSet_ULSDiagnosticsCounterSet.name)" guid="{4aa17bb9-4d6f-4078-a814-33d40523e215}" description="$(string.SearchFoundationCounterSet_ULSDiagnosticsCounterSet.description)" uri="SearchFoundationCounterSet_ULSDiagnosticsCounterSet" instances="multiple">          <counter uri="SearchCounter.ULSDiagnosticsCounter" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ULSDiagnosticsCounter.name)" description="$(string.SearchCounter.ULSDiagnosticsCounter.description)" detailLevel="standard" id="0"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet_GenerationController.name)" guid="{AAA4158E-FBE5-43CB-B310-79C86350398F}" description="$(string.SearchCounterSet_GenerationController.description)" uri="SearchCounterSet_GenerationController" instances="multiple">          <counter uri="SearchCounter.GenerationsCreatedTotalContentGroups" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.GenerationsCreatedTotalContentGroups.name)" description="$(string.SearchCounter.GenerationsCreatedTotalContentGroups.description)" baseId="1" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.GenerationsCreated" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.GenerationsCreated.name)" description="$(string.SearchCounter.GenerationsCreated.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.GenerationContentGroupCount" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.GenerationContentGroupCount.name)" description="$(string.SearchCounter.GenerationContentGroupCount.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.NumberOfIndexPartitions" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.NumberOfIndexPartitions.name)" description="$(string.SearchCounter.NumberOfIndexPartitions.description)" detailLevel="standard" id="3">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ActiveCellInPartitions" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ActiveCellInPartitions.name)" description="$(string.SearchCounter.ActiveCellInPartitions.description)" detailLevel="standard" id="4">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.IndexCellsInPartitions" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.IndexCellsInPartitions.name)" description="$(string.SearchCounter.IndexCellsInPartitions.description)" detailLevel="standard" id="5">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>        </counterSet>        <counterSet name="$(string.SearchCounterSet_ContentRouter.name)" guid="{44585095-4e6f-4b08-8a3b-bd5a4c31dbe6}" description="$(string.SearchCounterSet_ContentRouter.description)" uri="SearchCounterSet_ContentRouter" instances="multiple">          <counter uri="SearchCounter.IndexTime" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.IndexTime.name)" description="$(string.SearchCounter.IndexTime.description)" baseId="1" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.IndexTimeBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.IndexTimeBase.name)" description="$(string.SearchCounter.IndexTimeBase.description)" detailLevel="standard" id="1">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.NumSuccessIndex" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.NumSuccessIndex.name)" description="$(string.SearchCounter.NumSuccessIndex.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.NumFailedIndex" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.NumFailedIndex.name)" description="$(string.SearchCounter.NumFailedIndex.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.PendingContentGroups" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PendingContentGroups.name)" description="$(string.SearchCounter.PendingContentGroups.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.TimeBlockedOnFullQueue" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TimeBlockedOnFullQueue.name)" description="$(string.SearchCounter.TimeBlockedOnFullQueue.description)" detailLevel="standard" id="5"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet_ContentTargets.name)" guid="{95CD2427-97B2-434C-A936-CDD668EB6954}" description="$(string.SearchCounterSet_ContentTargets.description)" uri="SearchCounterSet_ContentTargets" instances="multiple">          <counter uri="SearchCounter.PendingDocuments" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PendingDocuments.name)" description="$(string.SearchCounter.PendingDocuments.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.DocumentsDrained" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentsDrained.name)" description="$(string.SearchCounter.DocumentsDrained.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.IndexingBlocked" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.IndexingBlocked.name)" description="$(string.SearchCounter.IndexingBlocked.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.DocumentsDropped" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentsDropped.name)" description="$(string.SearchCounter.DocumentsDropped.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.DocumentQueueFillPercentage" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentQueueFillPercentage.name)" description="$(string.SearchCounter.DocumentQueueFillPercentage.description)" detailLevel="standard" id="4"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet_Journal.name)" guid="{4DF3A9FF-166D-4AE3-95F7-E57D70B1651C}" description="$(string.SearchCounterSet_Journal.description)" uri="SearchCounterSet_Journal" instances="multiple">          <counter uri="SearchCounter.GenerationIndexed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.GenerationIndexed.name)" description="$(string.SearchCounter.GenerationIndexed.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.GenerationIndexing" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.GenerationIndexing.name)" description="$(string.SearchCounter.GenerationIndexing.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.GenerationCheckpointed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.GenerationCheckpointed.name)" description="$(string.SearchCounter.GenerationCheckpointed.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.GenerationCheckpointing" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.GenerationCheckpointing.name)" description="$(string.SearchCounter.GenerationCheckpointing.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.JournalEntries" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.JournalEntries.name)" description="$(string.SearchCounter.JournalEntries.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.JournalPercent" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.JournalPercent.name)" description="$(string.SearchCounter.JournalPercent.description)" detailLevel="standard" id="5"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet_JournalShipper.name)" guid="{D77D3F15-C4B7-4F43-97F1-7670CAC58E30}" description="$(string.SearchCounterSet_JournalShipper.description)" uri="SearchCounterSet_JournalShipper" instances="multiple">          <counter uri="SearchCounter.JournalReplicationLag" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.JournalReplicationLag.name)" description="$(string.SearchCounter.JournalReplicationLag.description)" detailLevel="standard" id="0"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet_FsIndex.name)" guid="{C5A45BF9-728E-41AB-863E-48F754CAB7FF}" description="$(string.SearchCounterSet_FsIndex.description)" uri="SearchCounterSet_FsIndex" instances="multiple">          <counter uri="SearchCounter.FsIndex.CheckpointTime" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FsIndex.CheckpointTime.name)" description="$(string.SearchCounter.FsIndex.CheckpointTime.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.FsIndex.CheckpointNumDocs" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FsIndex.CheckpointNumDocs.name)" description="$(string.SearchCounter.FsIndex.CheckpointNumDocs.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.FsIndex.BadContentMessages" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FsIndex.BadContentMessages.name)" description="$(string.SearchCounter.FsIndex.BadContentMessages.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.FsIndex.BadQueryMessages" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FsIndex.BadQueryMessages.name)" description="$(string.SearchCounter.FsIndex.BadQueryMessages.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.FsIndex.DocsPerIndexCell" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FsIndex.DocsPerIndexCell.name)" description="$(string.SearchCounter.FsIndex.DocsPerIndexCell.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.FsIndex.DiskUsePerIndexCell" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FsIndex.DiskUsePerIndexCell.name)" description="$(string.SearchCounter.FsIndex.DiskUsePerIndexCell.description)" detailLevel="standard" id="5"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet_Query.name)" guid="{84c3dcfb-04f5-47f2-8f32-574d6de3b04b}" description="$(string.SearchCounterSet_Query.description)" uri="SearchCounterSet_Query" instances="multiple">          <counter uri="SearchCounter.Query.QueryLookupTime" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Query.QueryLookupTime.name)" description="$(string.SearchCounter.Query.QueryLookupTime.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.Query.DocSumLookupTime" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Query.DocSumLookupTime.name)" description="$(string.SearchCounter.Query.DocSumLookupTime.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.Query.NumQueryLookupOps" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Query.NumQueryLookupOps.name)" description="$(string.SearchCounter.Query.NumQueryLookupOps.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.Query.NumDocSumLookupOps" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Query.NumDocSumLookupOps.name)" description="$(string.SearchCounter.Query.NumDocSumLookupOps.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.Query.AvgQueryLookupTimeBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.Query.AvgQueryLookupTimeBase.name)" description="$(string.SearchCounter.Query.AvgQueryLookupTimeBase.description)" detailLevel="standard" id="4">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.Query.AvgQueryLookupTime" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.Query.AvgQueryLookupTime.name)" description="$(string.SearchCounter.Query.AvgQueryLookupTime.description)" baseId="4" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.Query.AvgDocSumLookupTimeBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.Query.AvgDocSumLookupTimeBase.name)" description="$(string.SearchCounter.Query.AvgDocSumLookupTimeBase.description)" detailLevel="standard" id="6">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.Query.AvgDocSumLookupTime" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.Query.AvgDocSumLookupTime.name)" description="$(string.SearchCounter.Query.AvgDocSumLookupTime.description)" baseId="6" detailLevel="standard" id="7"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet_Seeding.name)" guid="{281AB15B-D0C4-4E4B-B7B1-DC3C9FD3FC3A}" description="$(string.SearchCounterSet_Seeding.description)" uri="SearchCounterSet_Seeding" instances="multiple">          <counter uri="SearchCounter.CompletedPercentage" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.CompletedPercentage.name)" description="$(string.SearchCounter.CompletedPercentage.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.CompletedVolume" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.CompletedVolume.name)" description="$(string.SearchCounter.CompletedVolume.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.ProgressSpeed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ProgressSpeed.name)" description="$(string.SearchCounter.ProgressSpeed.description)" detailLevel="standard" id="2"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet_FsPlugin.name)" guid="{da19a573-d547-4be9-b47a-b4b58dc1bff2}" description="$(string.SearchCounterSet_FsPlugin.description)" uri="SearchCounterSet_FsPlugin" instances="multiple">          <counter uri="SearchCounter.Fs.LookupNumOps" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.LookupNumOps.name)" description="$(string.SearchCounter.Fs.LookupNumOps.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.Fs.LookupRecall" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.LookupRecall.name)" description="$(string.SearchCounter.Fs.LookupRecall.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.Fs.LookupRankStage1" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.LookupRankStage1.name)" description="$(string.SearchCounter.Fs.LookupRankStage1.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.Fs.LookupRankStage2" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.LookupRankStage2.name)" description="$(string.SearchCounter.Fs.LookupRankStage2.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.Fs.LookupAggregators" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.LookupAggregators.name)" description="$(string.SearchCounter.Fs.LookupAggregators.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.Fs.LookupFinalSort" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.LookupFinalSort.name)" description="$(string.SearchCounter.Fs.LookupFinalSort.description)" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.Fs.LookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.LookupTotal.name)" description="$(string.SearchCounter.Fs.LookupTotal.description)" detailLevel="standard" id="6"/>          <counter uri="SearchCounter.Fs.DocSumNumOps" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.DocSumNumOps.name)" description="$(string.SearchCounter.Fs.DocSumNumOps.description)" detailLevel="standard" id="7"/>          <counter uri="SearchCounter.Fs.DocSumTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.DocSumTotal.name)" description="$(string.SearchCounter.Fs.DocSumTotal.description)" detailLevel="standard" id="8"/>          <counter uri="SearchCounter.Fs.IndexDocNumOps" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocNumOps.name)" description="$(string.SearchCounter.Fs.IndexDocNumOps.description)" detailLevel="standard" id="9"/>          <counter uri="SearchCounter.Fs.IndexDocTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocTotal.name)" description="$(string.SearchCounter.Fs.IndexDocTotal.description)" detailLevel="standard" id="10"/>          <counter uri="SearchCounter.Fs.IndexDocBegin" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocBegin.name)" description="$(string.SearchCounter.Fs.IndexDocBegin.description)" detailLevel="standard" id="11"/>          <counter uri="SearchCounter.Fs.IndexDocFreeText" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocFreeText.name)" description="$(string.SearchCounter.Fs.IndexDocFreeText.description)" detailLevel="standard" id="12"/>          <counter uri="SearchCounter.Fs.IndexDocString" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocString.name)" description="$(string.SearchCounter.Fs.IndexDocString.description)" detailLevel="standard" id="13"/>          <counter uri="SearchCounter.Fs.IndexDocSummary" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocSummary.name)" description="$(string.SearchCounter.Fs.IndexDocSummary.description)" detailLevel="standard" id="14"/>          <counter uri="SearchCounter.Fs.IndexDocRemove" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocRemove.name)" description="$(string.SearchCounter.Fs.IndexDocRemove.description)" detailLevel="standard" id="15"/>          <counter uri="SearchCounter.Fs.IndexDocCommit" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocCommit.name)" description="$(string.SearchCounter.Fs.IndexDocCommit.description)" detailLevel="standard" id="16"/>          <counter uri="SearchCounter.Fs.IndexDocOperation" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocOperation.name)" description="$(string.SearchCounter.Fs.IndexDocOperation.description)" detailLevel="standard" id="17"/>          <counter uri="SearchCounter.Fs.IndexDocNumOcc" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocNumOcc.name)" description="$(string.SearchCounter.Fs.IndexDocNumOcc.description)" detailLevel="standard" id="18"/>          <counter uri="SearchCounter.Fs.IndexDocSumSize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocSumSize.name)" description="$(string.SearchCounter.Fs.IndexDocSumSize.description)" detailLevel="standard" id="19"/>          <counter uri="SearchCounter.Fs.IndexDocNumUpdateGroups" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocNumUpdateGroups.name)" description="$(string.SearchCounter.Fs.IndexDocNumUpdateGroups.description)" detailLevel="standard" id="20"/>          <counter uri="SearchCounter.Fs.IndexDocSPId" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocSPId.name)" description="$(string.SearchCounter.Fs.IndexDocSPId.description)" detailLevel="standard" id="21"/>          <counter uri="SearchCounter.Fs.IndexCommitNumOps" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexCommitNumOps.name)" description="$(string.SearchCounter.Fs.IndexCommitNumOps.description)" detailLevel="standard" id="22"/>          <counter uri="SearchCounter.Fs.IndexCommitTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexCommitTotal.name)" description="$(string.SearchCounter.Fs.IndexCommitTotal.description)" detailLevel="standard" id="23"/>          <counter uri="SearchCounter.Fs.IndexCommitCommit" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexCommitCommit.name)" description="$(string.SearchCounter.Fs.IndexCommitCommit.description)" detailLevel="standard" id="24"/>          <counter uri="SearchCounter.Fs.IndexCommitAddPart" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexCommitAddPart.name)" description="$(string.SearchCounter.Fs.IndexCommitAddPart.description)" detailLevel="standard" id="25"/>          <counter uri="SearchCounter.Fs.IndexDocCommitNumDocs" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocCommitNumDocs.name)" description="$(string.SearchCounter.Fs.IndexDocCommitNumDocs.description)" detailLevel="standard" id="26"/>          <counter uri="SearchCounter.Fs.IndexCommitGenId" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexCommitGenId.name)" description="$(string.SearchCounter.Fs.IndexCommitGenId.description)" detailLevel="standard" id="27"/>          <counter uri="SearchCounter.Fs.MergeNumOps" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeNumOps.name)" description="$(string.SearchCounter.Fs.MergeNumOps.description)" detailLevel="standard" id="28"/>          <counter uri="SearchCounter.Fs.MergeTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeTotal.name)" description="$(string.SearchCounter.Fs.MergeTotal.description)" detailLevel="standard" id="29"/>          <counter uri="SearchCounter.Fs.MergeLock" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeLock.name)" description="$(string.SearchCounter.Fs.MergeLock.description)" detailLevel="standard" id="30"/>          <counter uri="SearchCounter.Fs.MergeIdMap" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeIdMap.name)" description="$(string.SearchCounter.Fs.MergeIdMap.description)" detailLevel="standard" id="31"/>          <counter uri="SearchCounter.Fs.MergeInit" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeInit.name)" description="$(string.SearchCounter.Fs.MergeInit.description)" detailLevel="standard" id="32"/>          <counter uri="SearchCounter.Fs.MergeRenumberWords" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeRenumberWords.name)" description="$(string.SearchCounter.Fs.MergeRenumberWords.description)" detailLevel="standard" id="33"/>          <counter uri="SearchCounter.Fs.MergeDocAttributes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeDocAttributes.name)" description="$(string.SearchCounter.Fs.MergeDocAttributes.description)" detailLevel="standard" id="34"/>          <counter uri="SearchCounter.Fs.MergeMergeOcc" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeMergeOcc.name)" description="$(string.SearchCounter.Fs.MergeMergeOcc.description)" detailLevel="standard" id="35"/>          <counter uri="SearchCounter.Fs.MergeAttributeVector" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeAttributeVector.name)" description="$(string.SearchCounter.Fs.MergeAttributeVector.description)" detailLevel="standard" id="36"/>          <counter uri="SearchCounter.Fs.MergeDocSum" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeDocSum.name)" description="$(string.SearchCounter.Fs.MergeDocSum.description)" detailLevel="standard" id="37"/>          <counter uri="SearchCounter.Fs.MergeFinalize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeFinalize.name)" description="$(string.SearchCounter.Fs.MergeFinalize.description)" detailLevel="standard" id="38"/>          <counter uri="SearchCounter.Fs.MergeNumDocs" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeNumDocs.name)" description="$(string.SearchCounter.Fs.MergeNumDocs.description)" detailLevel="standard" id="39"/>          <counter uri="SearchCounter.Fs.MergeNumPartitionsFrom" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeNumPartitionsFrom.name)" description="$(string.SearchCounter.Fs.MergeNumPartitionsFrom.description)" detailLevel="standard" id="40"/>          <counter uri="SearchCounter.Fs.MergeNumPartitionsTo" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeNumPartitionsTo.name)" description="$(string.SearchCounter.Fs.MergeNumPartitionsTo.description)" detailLevel="standard" id="41"/>          <counter uri="SearchCounter.Fs.BitVectorCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.BitVectorCacheLookupHits.name)" description="$(string.SearchCounter.Fs.BitVectorCacheLookupHits.description)" detailLevel="standard" id="42"/>          <counter uri="SearchCounter.Fs.BitVectorCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.BitVectorCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.BitVectorCacheLookupTotal.description)" detailLevel="standard" id="43"/>          <counter uri="SearchCounter.Fs.IntRangeBitVectorCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IntRangeBitVectorCacheLookupHits.name)" description="$(string.SearchCounter.Fs.IntRangeBitVectorCacheLookupHits.description)" detailLevel="standard" id="44"/>          <counter uri="SearchCounter.Fs.IntRangeBitVectorCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IntRangeBitVectorCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.IntRangeBitVectorCacheLookupTotal.description)" detailLevel="standard" id="45"/>          <counter uri="SearchCounter.Fs.BoolOccCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.BoolOccCacheLookupHits.name)" description="$(string.SearchCounter.Fs.BoolOccCacheLookupHits.description)" detailLevel="standard" id="46"/>          <counter uri="SearchCounter.Fs.BoolOccCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.BoolOccCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.BoolOccCacheLookupTotal.description)" detailLevel="standard" id="47"/>          <counter uri="SearchCounter.Fs.PosOccCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.PosOccCacheLookupHits.name)" description="$(string.SearchCounter.Fs.PosOccCacheLookupHits.description)" detailLevel="standard" id="48"/>          <counter uri="SearchCounter.Fs.PosOccCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.PosOccCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.PosOccCacheLookupTotal.description)" detailLevel="standard" id="49"/>          <counter uri="SearchCounter.Fs.IntOccCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IntOccCacheLookupHits.name)" description="$(string.SearchCounter.Fs.IntOccCacheLookupHits.description)" detailLevel="standard" id="50"/>          <counter uri="SearchCounter.Fs.IntOccCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IntOccCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.IntOccCacheLookupTotal.description)" detailLevel="standard" id="51"/>          <counter uri="SearchCounter.Fs.DocInfoCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.DocInfoCacheLookupHits.name)" description="$(string.SearchCounter.Fs.DocInfoCacheLookupHits.description)" detailLevel="standard" id="52"/>          <counter uri="SearchCounter.Fs.DocInfoCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.DocInfoCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.DocInfoCacheLookupTotal.description)" detailLevel="standard" id="53"/>          <counter uri="SearchCounter.Fs.DictionaryCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.DictionaryCacheLookupHits.name)" description="$(string.SearchCounter.Fs.DictionaryCacheLookupHits.description)" detailLevel="standard" id="54"/>          <counter uri="SearchCounter.Fs.DictionaryCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.DictionaryCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.DictionaryCacheLookupTotal.description)" detailLevel="standard" id="55"/>          <counter uri="SearchCounter.Fs.SubQueryCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.SubQueryCacheLookupHits.name)" description="$(string.SearchCounter.Fs.SubQueryCacheLookupHits.description)" detailLevel="standard" id="56"/>          <counter uri="SearchCounter.Fs.SubQueryCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.SubQueryCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.SubQueryCacheLookupTotal.description)" detailLevel="standard" id="57"/>          <counter uri="SearchCounter.Fs.WorkingGenerationPartitions" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.WorkingGenerationPartitions.name)" description="$(string.SearchCounter.Fs.WorkingGenerationPartitions.description)" detailLevel="standard" id="58"/>          <counter uri="SearchCounter.Fs.IndexInMemoryKBytes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexInMemoryKBytes.name)" description="$(string.SearchCounter.Fs.IndexInMemoryKBytes.description)" detailLevel="standard" id="59"/>          <counter uri="SearchCounter.Fs.MergeLevel" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MergeLevel.name)" description="$(string.SearchCounter.Fs.MergeLevel.description)" detailLevel="standard" id="60"/>          <counter uri="SearchCounter.Fs.LookupQueue" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.LookupQueue.name)" description="$(string.SearchCounter.Fs.LookupQueue.description)" detailLevel="standard" id="61"/>          <counter uri="SearchCounter.Fs.DocSumQueue" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.DocSumQueue.name)" description="$(string.SearchCounter.Fs.DocSumQueue.description)" detailLevel="standard" id="62"/>          <counter uri="SearchCounter.Fs.MemoryUsedByCachesCurrent" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MemoryUsedByCachesCurrent.name)" description="$(string.SearchCounter.Fs.MemoryUsedByCachesCurrent.description)" detailLevel="standard" id="63"/>          <counter uri="SearchCounter.Fs.MemoryUsedByCachesMax" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.MemoryUsedByCachesMax.name)" description="$(string.SearchCounter.Fs.MemoryUsedByCachesMax.description)" detailLevel="standard" id="64"/>          <counter uri="SearchCounter.Fs.NumInMemoryParts" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.NumInMemoryParts.name)" description="$(string.SearchCounter.Fs.NumInMemoryParts.description)" detailLevel="standard" id="65"/>          <counter uri="SearchCounter.Fs.NumDiskParts" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.NumDiskParts.name)" description="$(string.SearchCounter.Fs.NumDiskParts.description)" detailLevel="standard" id="66"/>          <counter uri="SearchCounter.Fs.IndexIdMapKBytes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexIdMapKBytes.name)" description="$(string.SearchCounter.Fs.IndexIdMapKBytes.description)" detailLevel="standard" id="67"/>          <counter uri="SearchCounter.Fs.IndexAttributeVectorKBytes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexAttributeVectorKBytes.name)" description="$(string.SearchCounter.Fs.IndexAttributeVectorKBytes.description)" detailLevel="standard" id="68"/>          <counter uri="SearchCounter.Fs.IndexIntegerIndexKBytes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexIntegerIndexKBytes.name)" description="$(string.SearchCounter.Fs.IndexIntegerIndexKBytes.description)" detailLevel="standard" id="69"/>          <counter uri="SearchCounter.Fs.IndexDocInfoKBytes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.IndexDocInfoKBytes.name)" description="$(string.SearchCounter.Fs.IndexDocInfoKBytes.description)" detailLevel="standard" id="70"/>          <counter uri="SearchCounter.Fs.TotalNumDocs" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.TotalNumDocs.name)" description="$(string.SearchCounter.Fs.TotalNumDocs.description)" detailLevel="standard" id="71"/>          <counter uri="SearchCounter.Fs.AggregatorCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.AggregatorCacheLookupHits.name)" description="$(string.SearchCounter.Fs.AggregatorCacheLookupHits.description)" detailLevel="standard" id="72"/>          <counter uri="SearchCounter.Fs.AggregatorCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.AggregatorCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.AggregatorCacheLookupTotal.description)" detailLevel="standard" id="73"/>          <counter uri="SearchCounter.Fs.PreCalcCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.PreCalcCacheLookupHits.name)" description="$(string.SearchCounter.Fs.PreCalcCacheLookupHits.description)" detailLevel="standard" id="74"/>          <counter uri="SearchCounter.Fs.PreCalcCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.PreCalcCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.PreCalcCacheLookupTotal.description)" detailLevel="standard" id="75"/>          <counter uri="SearchCounter.Fs.ResultCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.ResultCacheLookupHits.name)" description="$(string.SearchCounter.Fs.ResultCacheLookupHits.description)" detailLevel="standard" id="76"/>          <counter uri="SearchCounter.Fs.ResultCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.ResultCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.ResultCacheLookupTotal.description)" detailLevel="standard" id="77"/>          <counter uri="SearchCounter.Fs.SkiplistBoolOccCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.SkiplistBoolOccCacheLookupHits.name)" description="$(string.SearchCounter.Fs.SkiplistBoolOccCacheLookupHits.description)" detailLevel="standard" id="78"/>          <counter uri="SearchCounter.Fs.SkiplistBoolOccCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.SkiplistBoolOccCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.SkiplistBoolOccCacheLookupTotal.description)" detailLevel="standard" id="79"/>          <counter uri="SearchCounter.Fs.SkiplistPosOccCacheLookupHits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.SkiplistPosOccCacheLookupHits.name)" description="$(string.SearchCounter.Fs.SkiplistPosOccCacheLookupHits.description)" detailLevel="standard" id="80"/>          <counter uri="SearchCounter.Fs.SkiplistPosOccCacheLookupTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.SkiplistPosOccCacheLookupTotal.name)" description="$(string.SearchCounter.Fs.SkiplistPosOccCacheLookupTotal.description)" detailLevel="standard" id="81"/>          <counter uri="SearchCounter.Fs.RefineAggregatorNumOps" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.RefineAggregatorNumOps.name)" description="$(string.SearchCounter.Fs.RefineAggregatorNumOps.description)" detailLevel="standard" id="82"/>          <counter uri="SearchCounter.Fs.RefineAggregatorTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.RefineAggregatorTotal.name)" description="$(string.SearchCounter.Fs.RefineAggregatorTotal.description)" detailLevel="standard" id="83"/>          <counter uri="SearchCounter.Fs.OnDiskKBytes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.OnDiskKBytes.name)" description="$(string.SearchCounter.Fs.OnDiskKBytes.description)" detailLevel="standard" id="84"/>          <counter uri="SearchCounter.Fs.NumMasterMergeStarted" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.NumMasterMergeStarted.name)" description="$(string.SearchCounter.Fs.NumMasterMergeStarted.description)" detailLevel="standard" id="85"/>          <counter uri="SearchCounter.Fs.NumMasterMergeSuccessful" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.NumMasterMergeSuccessful.name)" description="$(string.SearchCounter.Fs.NumMasterMergeSuccessful.description)" detailLevel="standard" id="86"/>          <counter uri="SearchCounter.Fs.NumMasterMergeFailed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Fs.NumMasterMergeFailed.name)" description="$(string.SearchCounter.Fs.NumMasterMergeFailed.description)" detailLevel="standard" id="87"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet.ContentProcessing.name)" guid="{cae08b53-6a64-4c75-b011-a154c0b5b729}" description="$(string.SearchCounterSet.ContentProcessing.description)" uri="SearchCounterSet.ContentProcessing" instances="multiple">          <counter uri="SearchCounter.ContentProcessing.CP_CallbacksAvailable" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_CallbacksAvailable.name)" description="$(string.SearchCounter.ContentProcessing.CP_CallbacksAvailable.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.ContentProcessing.CP_CallbacksTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_CallbacksTotal.name)" description="$(string.SearchCounter.ContentProcessing.CP_CallbacksTotal.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.ContentProcessing.CP_CallbacksPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_CallbacksPerSecond.name)" description="$(string.SearchCounter.ContentProcessing.CP_CallbacksPerSecond.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.ContentProcessing.CP_CompletedCallbacksTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_CompletedCallbacksTotal.name)" description="$(string.SearchCounter.ContentProcessing.CP_CompletedCallbacksTotal.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.ContentProcessing.CP_CompletedCallbacksPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_CompletedCallbacksPerSecond.name)" description="$(string.SearchCounter.ContentProcessing.CP_CompletedCallbacksPerSecond.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.ContentProcessing.CP_FailedCallbacksTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FailedCallbacksTotal.name)" description="$(string.SearchCounter.ContentProcessing.CP_FailedCallbacksTotal.description)" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.ContentProcessing.CP_FailedCallbacksPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FailedCallbacksPerSecond.name)" description="$(string.SearchCounter.ContentProcessing.CP_FailedCallbacksPerSecond.description)" detailLevel="standard" id="6"/>          <counter uri="SearchCounter.ContentProcessing.CP_FlowInstancesActive" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesActive.name)" description="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesActive.description)" detailLevel="standard" id="7"/>          <counter uri="SearchCounter.ContentProcessing.CP_FlowInstancesCompleted" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesCompleted.name)" description="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesCompleted.description)" detailLevel="standard" id="8"/>          <counter uri="SearchCounter.ContentProcessing.CP_FlowInstancesFailed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesFailed.name)" description="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesFailed.description)" detailLevel="standard" id="9"/>          <counter uri="SearchCounter.ContentProcessing.CP_FlowInstancesAborted" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesAborted.name)" description="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesAborted.description)" detailLevel="standard" id="10"/>          <counter uri="SearchCounter.ContentProcessing.CP_FlowInstancesNotStopped" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesNotStopped.name)" description="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesNotStopped.description)" detailLevel="standard" id="11"/>          <counter uri="SearchCounter.ContentProcessing.CP_FlowInstancesAbortedFullQueues" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesAbortedFullQueues.name)" description="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesAbortedFullQueues.description)" detailLevel="standard" id="12"/>          <counter uri="SearchCounter.ContentProcessing.CP_OperatorsAbortedTimeouts" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_OperatorsAbortedTimeouts.name)" description="$(string.SearchCounter.ContentProcessing.CP_OperatorsAbortedTimeouts.description)" detailLevel="standard" id="13"/>          <counter uri="SearchCounter.ContentProcessing.CP_FlowInstancesWithEmptyQueues" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesWithEmptyQueues.name)" description="$(string.SearchCounter.ContentProcessing.CP_FlowInstancesWithEmptyQueues.description)" detailLevel="standard" id="14"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet.FlowStatistics.name)" guid="{79baa11b-9a4b-485c-b29f-aa62393e5b7c}" description="$(string.SearchCounterSet.FlowStatistics.description)" uri="SearchCounterSet.FlowStatistics" instances="multiple">          <counter uri="SearchCounter.FlowStatistics.FS_ThreadsActive" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FlowStatistics.FS_ThreadsActive.name)" description="$(string.SearchCounter.FlowStatistics.FS_ThreadsActive.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.FlowStatistics.FS_ItemsQueuedForProcessing" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FlowStatistics.FS_ItemsQueuedForProcessing.name)" description="$(string.SearchCounter.FlowStatistics.FS_ItemsQueuedForProcessing.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.FlowStatistics.FS_InputQueueFullTime" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FlowStatistics.FS_InputQueueFullTime.name)" description="$(string.SearchCounter.FlowStatistics.FS_InputQueueFullTime.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.FlowStatistics.FS_InputQueueEmptyTime" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FlowStatistics.FS_InputQueueEmptyTime.name)" description="$(string.SearchCounter.FlowStatistics.FS_InputQueueEmptyTime.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.FlowStatistics.FS_InboundItemsTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FlowStatistics.FS_InboundItemsTotal.name)" description="$(string.SearchCounter.FlowStatistics.FS_InboundItemsTotal.description)" detailLevel="standard" id="4"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet.QueryProcessing.name)" guid="{40db57bf-d420-487d-b12a-41c59c019102}" description="$(string.SearchCounterSet.QueryProcessing.description)" uri="SearchCounterSet.QueryProcessing" instances="multiple">          <counter uri="SearchCounter.QueryProcessing.FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowInstancesCreated.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.QueryProcessing.FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowInstancesInUse.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.QueryProcessing.FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowInstancesInCache.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.QueryProcessing.FlowExecutorsInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowExecutorsInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowExecutorsInCache.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.QueryProcessing.FlowExecutorsInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowExecutorsInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowExecutorsInUse.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.QueryProcessing.FlowExecutorsExists" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowExecutorsExists.name)" description="$(string.SearchCounter.QueryProcessing.FlowExecutorsExists.description)" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.QueryProcessing.FlowExecutorsCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowExecutorsCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowExecutorsCreated.description)" detailLevel="standard" id="6"/>          <counter uri="SearchCounter.QueryProcessing.FlowExecutorsDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowExecutorsDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowExecutorsDestroyed.description)" detailLevel="standard" id="7"/>          <counter uri="SearchCounter.QueryProcessing.OperatorExecutorsInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.OperatorExecutorsInCache.name)" description="$(string.SearchCounter.QueryProcessing.OperatorExecutorsInCache.description)" detailLevel="standard" id="8"/>          <counter uri="SearchCounter.QueryProcessing.OperatorExecutorsInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.OperatorExecutorsInUse.name)" description="$(string.SearchCounter.QueryProcessing.OperatorExecutorsInUse.description)" detailLevel="standard" id="9"/>          <counter uri="SearchCounter.QueryProcessing.OperatorExecutorsExists" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.OperatorExecutorsExists.name)" description="$(string.SearchCounter.QueryProcessing.OperatorExecutorsExists.description)" detailLevel="standard" id="10"/>          <counter uri="SearchCounter.QueryProcessing.OperatorExecutorsCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.OperatorExecutorsCreated.name)" description="$(string.SearchCounter.QueryProcessing.OperatorExecutorsCreated.description)" detailLevel="standard" id="11"/>          <counter uri="SearchCounter.QueryProcessing.OperatorExecutorsDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.OperatorExecutorsDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.OperatorExecutorsDestroyed.description)" detailLevel="standard" id="12"/>          <counter uri="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInCache.name)" description="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInCache.description)" detailLevel="standard" id="13"/>          <counter uri="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInUse.name)" description="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInUse.description)" detailLevel="standard" id="14"/>          <counter uri="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsExists" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsExists.name)" description="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsExists.description)" detailLevel="standard" id="15"/>          <counter uri="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsCreated.name)" description="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsCreated.description)" detailLevel="standard" id="16"/>          <counter uri="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsDestroyed.description)" detailLevel="standard" id="17"/>          <counter uri="SearchCounter.QueryProcessing.FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowInstancesDestroyed.description)" detailLevel="standard" id="18"/>          <counter uri="SearchCounter.QueryProcessing.NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.NumberOfQuerySuccess.description)" detailLevel="standard" id="19"/>          <counter uri="SearchCounter.QueryProcessing.NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.NumberOfQueryFailure.description)" detailLevel="standard" id="20"/>          <counter uri="SearchCounter.QueryProcessing.NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="21"/>          <counter uri="SearchCounter.QueryProcessing.NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="22"/>          <counter uri="SearchCounter.QueryProcessing.NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.NumberOfQueryTimeout.description)" detailLevel="standard" id="23"/>          <counter uri="SearchCounter.QueryProcessing.AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.AverageFlowLatency.description)" baseId="25" detailLevel="standard" id="24"/>          <counter uri="SearchCounter.QueryProcessing.AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.AverageFlowLatencyBase.description)" detailLevel="standard" id="25">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.QuerySuccessPerSecond.description)" detailLevel="standard" id="26"/>          <counter uri="SearchCounter.QueryProcessing.QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.QueryFailurePerSecond.description)" detailLevel="standard" id="27"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1FlowInstancesCreated.description)" detailLevel="standard" id="28"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInUse.description)" detailLevel="standard" id="29"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInCache.description)" detailLevel="standard" id="30"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1FlowInstancesDestroyed.description)" detailLevel="standard" id="31"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfQuerySuccess.description)" detailLevel="standard" id="32"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryFailure.description)" detailLevel="standard" id="33"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="34"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="35"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryTimeout.description)" detailLevel="standard" id="36"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatency.description)" baseId="38" detailLevel="standard" id="37"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatencyBase.description)" detailLevel="standard" id="38">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1QuerySuccessPerSecond.description)" detailLevel="standard" id="39"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup1QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup1QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup1QueryFailurePerSecond.description)" detailLevel="standard" id="40"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2FlowInstancesCreated.description)" detailLevel="standard" id="41"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInUse.description)" detailLevel="standard" id="42"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInCache.description)" detailLevel="standard" id="43"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2FlowInstancesDestroyed.description)" detailLevel="standard" id="44"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfQuerySuccess.description)" detailLevel="standard" id="45"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryFailure.description)" detailLevel="standard" id="46"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="47"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="48"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryTimeout.description)" detailLevel="standard" id="49"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatency.description)" baseId="51" detailLevel="standard" id="50"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatencyBase.description)" detailLevel="standard" id="51">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2QuerySuccessPerSecond.description)" detailLevel="standard" id="52"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup2QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup2QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup2QueryFailurePerSecond.description)" detailLevel="standard" id="53"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3FlowInstancesCreated.description)" detailLevel="standard" id="54"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInUse.description)" detailLevel="standard" id="55"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInCache.description)" detailLevel="standard" id="56"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3FlowInstancesDestroyed.description)" detailLevel="standard" id="57"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfQuerySuccess.description)" detailLevel="standard" id="58"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryFailure.description)" detailLevel="standard" id="59"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="60"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="61"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryTimeout.description)" detailLevel="standard" id="62"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatency.description)" baseId="64" detailLevel="standard" id="63"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatencyBase.description)" detailLevel="standard" id="64">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3QuerySuccessPerSecond.description)" detailLevel="standard" id="65"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup3QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup3QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup3QueryFailurePerSecond.description)" detailLevel="standard" id="66"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4FlowInstancesCreated.description)" detailLevel="standard" id="67"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInUse.description)" detailLevel="standard" id="68"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInCache.description)" detailLevel="standard" id="69"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4FlowInstancesDestroyed.description)" detailLevel="standard" id="70"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfQuerySuccess.description)" detailLevel="standard" id="71"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryFailure.description)" detailLevel="standard" id="72"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="73"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="74"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryTimeout.description)" detailLevel="standard" id="75"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatency.description)" baseId="77" detailLevel="standard" id="76"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatencyBase.description)" detailLevel="standard" id="77">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4QuerySuccessPerSecond.description)" detailLevel="standard" id="78"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup4QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup4QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup4QueryFailurePerSecond.description)" detailLevel="standard" id="79"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5FlowInstancesCreated.description)" detailLevel="standard" id="80"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInUse.description)" detailLevel="standard" id="81"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInCache.description)" detailLevel="standard" id="82"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5FlowInstancesDestroyed.description)" detailLevel="standard" id="83"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfQuerySuccess.description)" detailLevel="standard" id="84"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryFailure.description)" detailLevel="standard" id="85"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="86"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="87"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryTimeout.description)" detailLevel="standard" id="88"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatency.description)" baseId="90" detailLevel="standard" id="89"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatencyBase.description)" detailLevel="standard" id="90">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5QuerySuccessPerSecond.description)" detailLevel="standard" id="91"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup5QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup5QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup5QueryFailurePerSecond.description)" detailLevel="standard" id="92"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6FlowInstancesCreated.description)" detailLevel="standard" id="93"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInUse.description)" detailLevel="standard" id="94"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInCache.description)" detailLevel="standard" id="95"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6FlowInstancesDestroyed.description)" detailLevel="standard" id="96"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfQuerySuccess.description)" detailLevel="standard" id="97"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryFailure.description)" detailLevel="standard" id="98"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="99"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="100"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryTimeout.description)" detailLevel="standard" id="101"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatency.description)" baseId="103" detailLevel="standard" id="102"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatencyBase.description)" detailLevel="standard" id="103">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6QuerySuccessPerSecond.description)" detailLevel="standard" id="104"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup6QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup6QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup6QueryFailurePerSecond.description)" detailLevel="standard" id="105"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7FlowInstancesCreated.description)" detailLevel="standard" id="106"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInUse.description)" detailLevel="standard" id="107"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInCache.description)" detailLevel="standard" id="108"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7FlowInstancesDestroyed.description)" detailLevel="standard" id="109"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfQuerySuccess.description)" detailLevel="standard" id="110"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryFailure.description)" detailLevel="standard" id="111"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="112"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="113"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryTimeout.description)" detailLevel="standard" id="114"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatency.description)" baseId="116" detailLevel="standard" id="115"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatencyBase.description)" detailLevel="standard" id="116">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7QuerySuccessPerSecond.description)" detailLevel="standard" id="117"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup7QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup7QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup7QueryFailurePerSecond.description)" detailLevel="standard" id="118"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8FlowInstancesCreated.description)" detailLevel="standard" id="119"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInUse.description)" detailLevel="standard" id="120"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInCache.description)" detailLevel="standard" id="121"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8FlowInstancesDestroyed.description)" detailLevel="standard" id="122"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfQuerySuccess.description)" detailLevel="standard" id="123"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryFailure.description)" detailLevel="standard" id="124"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="125"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="126"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryTimeout.description)" detailLevel="standard" id="127"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatency.description)" baseId="129" detailLevel="standard" id="128"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatencyBase.description)" detailLevel="standard" id="129">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8QuerySuccessPerSecond.description)" detailLevel="standard" id="130"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup8QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup8QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup8QueryFailurePerSecond.description)" detailLevel="standard" id="131"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9FlowInstancesCreated.description)" detailLevel="standard" id="132"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInUse.description)" detailLevel="standard" id="133"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInCache.description)" detailLevel="standard" id="134"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9FlowInstancesDestroyed.description)" detailLevel="standard" id="135"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfQuerySuccess.description)" detailLevel="standard" id="136"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryFailure.description)" detailLevel="standard" id="137"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="138"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="139"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryTimeout.description)" detailLevel="standard" id="140"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatency.description)" baseId="142" detailLevel="standard" id="141"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatencyBase.description)" detailLevel="standard" id="142">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9QuerySuccessPerSecond.description)" detailLevel="standard" id="143"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup9QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup9QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup9QueryFailurePerSecond.description)" detailLevel="standard" id="144"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesCreated" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10FlowInstancesCreated.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10FlowInstancesCreated.description)" detailLevel="standard" id="145"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInUse" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInUse.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInUse.description)" detailLevel="standard" id="146"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInCache" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInCache.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInCache.description)" detailLevel="standard" id="147"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesDestroyed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10FlowInstancesDestroyed.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10FlowInstancesDestroyed.description)" detailLevel="standard" id="148"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10NumberOfQuerySuccess" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfQuerySuccess.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfQuerySuccess.description)" detailLevel="standard" id="149"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryFailure.description)" detailLevel="standard" id="150"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10NumberOfCommonEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfCommonEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfCommonEvaluationFailure.description)" detailLevel="standard" id="151"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10NumberOfOtherEvaluationFailure" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfOtherEvaluationFailure.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfOtherEvaluationFailure.description)" detailLevel="standard" id="152"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryTimeout" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryTimeout.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryTimeout.description)" detailLevel="standard" id="153"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatency" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatency.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatency.description)" baseId="155" detailLevel="standard" id="154"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatencyBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatencyBase.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatencyBase.description)" detailLevel="standard" id="155">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10QuerySuccessPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10QuerySuccessPerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10QuerySuccessPerSecond.description)" detailLevel="standard" id="156"/>          <counter uri="SearchCounter.QueryProcessing.FlowGroup10QueryFailurePerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.FlowGroup10QueryFailurePerSecond.name)" description="$(string.SearchCounter.QueryProcessing.FlowGroup10QueryFailurePerSecond.description)" detailLevel="standard" id="157"/>          <counter uri="SearchCounter.QueryProcessing.QueriesThrottled" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.QueriesThrottled.name)" description="$(string.SearchCounter.QueryProcessing.QueriesThrottled.description)" detailLevel="standard" id="158"/>          <counter uri="SearchCounter.QueryProcessing.QuerySuccesses" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.QuerySuccesses.name)" description="$(string.SearchCounter.QueryProcessing.QuerySuccesses.description)" detailLevel="standard" id="159"/>          <counter uri="SearchCounter.QueryProcessing.QueryErrors" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.QueryErrors.name)" description="$(string.SearchCounter.QueryProcessing.QueryErrors.description)" detailLevel="standard" id="160"/>          <counter uri="SearchCounter.QueryProcessing.QueriesExecuting" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.QueriesExecuting.name)" description="$(string.SearchCounter.QueryProcessing.QueriesExecuting.description)" detailLevel="standard" id="161"/>          <counter uri="SearchCounter.QueryProcessing.QueryDuration" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.QueryProcessing.QueryDuration.name)" description="$(string.SearchCounter.QueryProcessing.QueryDuration.description)" detailLevel="standard" id="162"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet.DocumentFeeder.name)" guid="{154ef03a-84e6-4bfa-ace2-f4feb10b4544}" description="$(string.SearchCounterSet.DocumentFeeder.description)" uri="SearchCounterSet.DocumentFeeder" instances="multipleAggregate">          <counter uri="SearchCounter.DocumentFeeder.ItemsTotalAccepted" type="perf_counter_large_rawcount" defaultScale="1" name="$(string.SearchCounter.DocumentFeeder.ItemsTotalAccepted.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsTotalAccepted.description)" detailLevel="standard" aggregate="sum" id="0"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsTotalAcceptedInsert" type="perf_counter_large_rawcount" defaultScale="1" name="$(string.SearchCounter.DocumentFeeder.ItemsTotalAcceptedInsert.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsTotalAcceptedInsert.description)" detailLevel="standard" aggregate="sum" id="1"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsTotalAcceptedUpdate" type="perf_counter_large_rawcount" defaultScale="1" name="$(string.SearchCounter.DocumentFeeder.ItemsTotalAcceptedUpdate.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsTotalAcceptedUpdate.description)" detailLevel="standard" aggregate="sum" id="2"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsTotalAcceptedDelete" type="perf_counter_large_rawcount" defaultScale="1" name="$(string.SearchCounter.DocumentFeeder.ItemsTotalAcceptedDelete.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsTotalAcceptedDelete.description)" detailLevel="standard" aggregate="sum" id="3"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsTotalAcceptedPartialupdate" type="perf_counter_rawcount" defaultScale="1" name="$(string.SearchCounter.DocumentFeeder.ItemsTotalAcceptedPartialupdate.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsTotalAcceptedPartialupdate.description)" detailLevel="standard" aggregate="sum" id="4"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsTotalFinished" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsTotalFinished.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsTotalFinished.description)" detailLevel="standard" aggregate="sum" id="5"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsTotalFinishedRate" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsTotalFinishedRate.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsTotalFinishedRate.description)" detailLevel="standard" aggregate="sum" id="6"/>          <counter uri="SearchCounter.DocumentFeeder.AvgItemSizeBase" type="perf_raw_base" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgItemSizeBase.name)" description="$(string.SearchCounter.DocumentFeeder.AvgItemSizeBase.description)" detailLevel="standard" aggregate="avg" id="7">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.DocumentFeeder.AvgItemSize" type="perf_raw_fraction" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgItemSize.name)" description="$(string.SearchCounter.DocumentFeeder.AvgItemSize.description)" baseId="7" detailLevel="standard" aggregate="avg" id="8"/>          <counter uri="SearchCounter.DocumentFeeder.AvgEndToEndLatency" type="perf_raw_fraction" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgEndToEndLatency.name)" description="$(string.SearchCounter.DocumentFeeder.AvgEndToEndLatency.description)" baseId="10" detailLevel="standard" aggregate="avg" id="9"/>          <counter uri="SearchCounter.DocumentFeeder.AvgEndToEndLatencyBase" type="perf_raw_base" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgEndToEndLatencyBase.name)" description="$(string.SearchCounter.DocumentFeeder.AvgEndToEndLatencyBase.description)" detailLevel="standard" aggregate="avg" id="10">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.DocumentFeeder.ItemsTotalSubmitted" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsTotalSubmitted.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsTotalSubmitted.description)" detailLevel="standard" aggregate="sum" id="11"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsCompleted" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsCompleted.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsCompleted.description)" detailLevel="standard" aggregate="sum" id="12"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsCompletedRate" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsCompletedRate.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsCompletedRate.description)" detailLevel="standard" aggregate="sum" id="13"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsFailed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsFailed.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsFailed.description)" detailLevel="standard" aggregate="sum" id="14"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsFailedRate" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsFailedRate.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsFailedRate.description)" detailLevel="standard" aggregate="sum" id="15"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsFailedTransient" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsFailedTransient.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsFailedTransient.description)" detailLevel="standard" aggregate="sum" id="16"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsReceived" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsReceived.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsReceived.description)" detailLevel="standard" aggregate="sum" id="17"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsReceivedRate" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsReceivedRate.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsReceivedRate.description)" detailLevel="standard" aggregate="sum" id="18"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsWarnings" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsWarnings.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsWarnings.description)" detailLevel="standard" aggregate="sum" id="19"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsRetried" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsRetried.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsRetried.description)" detailLevel="standard" aggregate="sum" id="20"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsRetriedRate" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsRetriedRate.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsRetriedRate.description)" detailLevel="standard" aggregate="sum" id="21"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsWaiting" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsWaiting.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsWaiting.description)" detailLevel="standard" aggregate="sum" id="22"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsSubmittedNoCallback" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsSubmittedNoCallback.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsSubmittedNoCallback.description)" detailLevel="standard" aggregate="sum" id="23"/>          <counter uri="SearchCounter.DocumentFeeder.ItemsDepending" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemsDepending.name)" description="$(string.SearchCounter.DocumentFeeder.ItemsDepending.description)" detailLevel="standard" aggregate="sum" id="24"/>          <counter uri="SearchCounter.DocumentFeeder.AvgCallbackLatencyBase" type="perf_raw_base" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgCallbackLatencyBase.name)" description="$(string.SearchCounter.DocumentFeeder.AvgCallbackLatencyBase.description)" detailLevel="standard" aggregate="avg" id="25">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.DocumentFeeder.AvgCallbackLatency" type="perf_raw_fraction" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgCallbackLatency.name)" description="$(string.SearchCounter.DocumentFeeder.AvgCallbackLatency.description)" baseId="25" detailLevel="standard" aggregate="avg" id="26"/>          <counter uri="SearchCounter.DocumentFeeder.AvgWaitLatencyBase" type="perf_raw_base" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgWaitLatencyBase.name)" description="$(string.SearchCounter.DocumentFeeder.AvgWaitLatencyBase.description)" detailLevel="standard" aggregate="avg" id="27">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.DocumentFeeder.AvgWaitLatency" type="perf_raw_fraction" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgWaitLatency.name)" description="$(string.SearchCounter.DocumentFeeder.AvgWaitLatency.description)" baseId="27" detailLevel="standard" aggregate="avg" id="28"/>          <counter uri="SearchCounter.DocumentFeeder.ActiveItemsSize" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ActiveItemsSize.name)" description="$(string.SearchCounter.DocumentFeeder.ActiveItemsSize.description)" detailLevel="standard" aggregate="avg" id="29"/>          <counter uri="SearchCounter.DocumentFeeder.AvgBatchSizeBase" type="perf_raw_base" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgBatchSizeBase.name)" description="$(string.SearchCounter.DocumentFeeder.AvgBatchSizeBase.description)" detailLevel="standard" aggregate="avg" id="30">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.DocumentFeeder.AvgBatchSize" type="perf_raw_fraction" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgBatchSize.name)" description="$(string.SearchCounter.DocumentFeeder.AvgBatchSize.description)" baseId="30" detailLevel="standard" aggregate="avg" id="31"/>          <counter uri="SearchCounter.DocumentFeeder.AvgBatchSizeBytesBase" type="perf_raw_base" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgBatchSizeBytesBase.name)" description="$(string.SearchCounter.DocumentFeeder.AvgBatchSizeBytesBase.description)" detailLevel="standard" aggregate="avg" id="32">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.DocumentFeeder.AvgBatchSizeBytes" type="perf_raw_fraction" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgBatchSizeBytes.name)" description="$(string.SearchCounter.DocumentFeeder.AvgBatchSizeBytes.description)" baseId="32" detailLevel="standard" aggregate="avg" id="33"/>          <counter uri="SearchCounter.DocumentFeeder.AvgBatchSubmitLatencyBase" type="perf_raw_base" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgBatchSubmitLatencyBase.name)" description="$(string.SearchCounter.DocumentFeeder.AvgBatchSubmitLatencyBase.description)" detailLevel="standard" aggregate="avg" id="34">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.DocumentFeeder.AvgBatchSubmitLatency" type="perf_raw_fraction" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.AvgBatchSubmitLatency.name)" description="$(string.SearchCounter.DocumentFeeder.AvgBatchSubmitLatency.description)" baseId="34" detailLevel="standard" aggregate="avg" id="35"/>          <counter uri="SearchCounter.DocumentFeeder.Recoveries" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.Recoveries.name)" description="$(string.SearchCounter.DocumentFeeder.Recoveries.description)" detailLevel="standard" aggregate="sum" id="36"/>          <counter uri="SearchCounter.DocumentFeeder.DocumentTimeouts" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.DocumentTimeouts.name)" description="$(string.SearchCounter.DocumentFeeder.DocumentTimeouts.description)" detailLevel="standard" aggregate="sum" id="37"/>          <counter uri="SearchCounter.DocumentFeeder.CTSTimeouts" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.CTSTimeouts.name)" description="$(string.SearchCounter.DocumentFeeder.CTSTimeouts.description)" detailLevel="standard" aggregate="sum" id="38"/>          <counter uri="SearchCounter.DocumentFeeder.CTSFailover" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.CTSFailover.name)" description="$(string.SearchCounter.DocumentFeeder.CTSFailover.description)" detailLevel="standard" aggregate="sum" id="39"/>          <counter uri="SearchCounter.DocumentFeeder.CallbackQueueSize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.CallbackQueueSize.name)" description="$(string.SearchCounter.DocumentFeeder.CallbackQueueSize.description)" detailLevel="standard" aggregate="sum" id="40"/>          <counter uri="SearchCounter.DocumentFeeder.ItemSize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.ItemSize.name)" description="$(string.SearchCounter.DocumentFeeder.ItemSize.description)" detailLevel="standard" aggregate="sum" id="41"/>          <counter uri="SearchCounter.DocumentFeeder.EndToEndLatency" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.EndToEndLatency.name)" description="$(string.SearchCounter.DocumentFeeder.EndToEndLatency.description)" detailLevel="standard" aggregate="sum" id="42"/>          <counter uri="SearchCounter.DocumentFeeder.CallbackLatency" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.CallbackLatency.name)" description="$(string.SearchCounter.DocumentFeeder.CallbackLatency.description)" detailLevel="standard" aggregate="sum" id="43"/>          <counter uri="SearchCounter.DocumentFeeder.WaitLatency" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.WaitLatency.name)" description="$(string.SearchCounter.DocumentFeeder.WaitLatency.description)" detailLevel="standard" aggregate="sum" id="44"/>          <counter uri="SearchCounter.DocumentFeeder.BatchSize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.BatchSize.name)" description="$(string.SearchCounter.DocumentFeeder.BatchSize.description)" detailLevel="standard" aggregate="sum" id="45"/>          <counter uri="SearchCounter.DocumentFeeder.BatchSizeBytes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.BatchSizeBytes.name)" description="$(string.SearchCounter.DocumentFeeder.BatchSizeBytes.description)" detailLevel="standard" aggregate="sum" id="46"/>          <counter uri="SearchCounter.DocumentFeeder.BatchSubmitLatency" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.DocumentFeeder.BatchSubmitLatency.name)" description="$(string.SearchCounter.DocumentFeeder.BatchSubmitLatency.description)" detailLevel="standard" aggregate="sum" id="47"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet.DocumentParsing.name)" guid="{0C7A7BB3-AD46-42EE-BA65-5A71D9075FAE}" description="$(string.SearchCounterSet.DocumentParsing.description)" uri="SearchCounterSet.DocumentParsing" instances="multiple">          <counter uri="SearchCounter.ActiveParsingSessions" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ActiveParsingSessions.name)" description="$(string.SearchCounter.ActiveParsingSessions.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.ParserServerWorkerRestartFailures" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParserServerWorkerRestartFailures.name)" description="$(string.SearchCounter.ParserServerWorkerRestartFailures.description)" detailLevel="standard" id="1">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.FormatHandlerStartFailures" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FormatHandlerStartFailures.name)" description="$(string.SearchCounter.FormatHandlerStartFailures.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.ParsingFailures" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsingFailures.name)" description="$(string.SearchCounter.ParsingFailures.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.ParsingFailuresOnSupportedFormats" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsingFailuresOnSupportedFormats.name)" description="$(string.SearchCounter.ParsingFailuresOnSupportedFormats.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.UnsupportedParsingFormatFailures" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.UnsupportedParsingFormatFailures.name)" description="$(string.SearchCounter.UnsupportedParsingFormatFailures.description)" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.ParsingTimeoutFailures" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsingTimeoutFailures.name)" description="$(string.SearchCounter.ParsingTimeoutFailures.description)" detailLevel="standard" id="6"/>          <counter uri="SearchCounter.MaxParsingOutputSizeFailures" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.MaxParsingOutputSizeFailures.name)" description="$(string.SearchCounter.MaxParsingOutputSizeFailures.description)" detailLevel="standard" id="7"/>          <counter uri="SearchCounter.EmptyParsingOutput" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.EmptyParsingOutput.name)" description="$(string.SearchCounter.EmptyParsingOutput.description)" detailLevel="standard" id="8"/>          <counter uri="SearchCounter.ParsingRequestsPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsingRequestsPerSecond.name)" description="$(string.SearchCounter.ParsingRequestsPerSecond.description)" detailLevel="standard" id="9"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecond" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecond.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecond.description)" detailLevel="standard" id="10"/>          <counter uri="SearchCounter.PartiallyParsedDocuments" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocuments.name)" description="$(string.SearchCounter.PartiallyParsedDocuments.description)" detailLevel="standard" id="11"/>          <counter uri="SearchCounter.MergedContentOperations" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.MergedContentOperations.name)" description="$(string.SearchCounter.MergedContentOperations.description)" detailLevel="standard" id="12"/>          <counter uri="SearchCounter.ParsingConversionRatio" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.ParsingConversionRatio.name)" description="$(string.SearchCounter.ParsingConversionRatio.description)" baseId="14" detailLevel="standard" id="13"/>          <counter uri="SearchCounter.ParsingConversionRatioBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.ParsingConversionRatioBase.name)" description="$(string.SearchCounter.ParsingConversionRatioBase.description)" detailLevel="standard" id="14">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTime" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTime.name)" description="$(string.SearchCounter.AverageParsingTime.description)" baseId="16" detailLevel="standard" id="15"/>          <counter uri="SearchCounter.AverageParsingTimeBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeBase.name)" description="$(string.SearchCounter.AverageParsingTimeBase.description)" detailLevel="standard" id="16">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeDocxHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeDocxHandler.name)" description="$(string.SearchCounter.AverageParsingTimeDocxHandler.description)" baseId="18" detailLevel="standard" id="17">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeDocxHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeDocxHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeDocxHandlerBase.description)" detailLevel="standard" id="18">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsDocxHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsDocxHandler.name)" description="$(string.SearchCounter.ParsedDocumentsDocxHandler.description)" detailLevel="standard" id="19"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecDocxHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecDocxHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecDocxHandler.description)" detailLevel="standard" id="20"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsDocxHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsDocxHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsDocxHandler.description)" detailLevel="standard" id="21">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeFilterHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeFilterHandler.name)" description="$(string.SearchCounter.AverageParsingTimeFilterHandler.description)" baseId="23" detailLevel="standard" id="22">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeFilterHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeFilterHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeFilterHandlerBase.description)" detailLevel="standard" id="23">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsFilterHandler.name)" description="$(string.SearchCounter.ParsedDocumentsFilterHandler.description)" detailLevel="standard" id="24"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecFilterHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecFilterHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecFilterHandler.description)" detailLevel="standard" id="25"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsFilterHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsFilterHandler.description)" detailLevel="standard" id="26">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeLegacyFilterHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeLegacyFilterHandler.name)" description="$(string.SearchCounter.AverageParsingTimeLegacyFilterHandler.description)" baseId="28" detailLevel="standard" id="27">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeLegacyFilterHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeLegacyFilterHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeLegacyFilterHandlerBase.description)" detailLevel="standard" id="28">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsLegacyFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsLegacyFilterHandler.name)" description="$(string.SearchCounter.ParsedDocumentsLegacyFilterHandler.description)" detailLevel="standard" id="29"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecLegacyFilterHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecLegacyFilterHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecLegacyFilterHandler.description)" detailLevel="standard" id="30"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsLegacyFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsLegacyFilterHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsLegacyFilterHandler.description)" detailLevel="standard" id="31">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeMetroFilterHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeMetroFilterHandler.name)" description="$(string.SearchCounter.AverageParsingTimeMetroFilterHandler.description)" baseId="33" detailLevel="standard" id="32">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeMetroFilterHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeMetroFilterHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeMetroFilterHandlerBase.description)" detailLevel="standard" id="33">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsMetroFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsMetroFilterHandler.name)" description="$(string.SearchCounter.ParsedDocumentsMetroFilterHandler.description)" detailLevel="standard" id="34"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecMetroFilterHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecMetroFilterHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecMetroFilterHandler.description)" detailLevel="standard" id="35"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsMetroFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsMetroFilterHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsMetroFilterHandler.description)" detailLevel="standard" id="36">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeGifHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeGifHandler.name)" description="$(string.SearchCounter.AverageParsingTimeGifHandler.description)" baseId="38" detailLevel="standard" id="37">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeGifHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeGifHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeGifHandlerBase.description)" detailLevel="standard" id="38">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsGifHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsGifHandler.name)" description="$(string.SearchCounter.ParsedDocumentsGifHandler.description)" detailLevel="standard" id="39"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecGifHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecGifHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecGifHandler.description)" detailLevel="standard" id="40"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsGifHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsGifHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsGifHandler.description)" detailLevel="standard" id="41">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeHtmlHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeHtmlHandler.name)" description="$(string.SearchCounter.AverageParsingTimeHtmlHandler.description)" baseId="43" detailLevel="standard" id="42">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeHtmlHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeHtmlHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeHtmlHandlerBase.description)" detailLevel="standard" id="43">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsHtmlHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsHtmlHandler.name)" description="$(string.SearchCounter.ParsedDocumentsHtmlHandler.description)" detailLevel="standard" id="44"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecHtmlHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecHtmlHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecHtmlHandler.description)" detailLevel="standard" id="45"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsHtmlHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsHtmlHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsHtmlHandler.description)" detailLevel="standard" id="46">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeJpegHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeJpegHandler.name)" description="$(string.SearchCounter.AverageParsingTimeJpegHandler.description)" baseId="48" detailLevel="standard" id="47">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeJpegHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeJpegHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeJpegHandlerBase.description)" detailLevel="standard" id="48">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsJpegHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsJpegHandler.name)" description="$(string.SearchCounter.ParsedDocumentsJpegHandler.description)" detailLevel="standard" id="49"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecJpegHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecJpegHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecJpegHandler.description)" detailLevel="standard" id="50"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsJpegHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsJpegHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsJpegHandler.description)" detailLevel="standard" id="51">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimePdfHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimePdfHandler.name)" description="$(string.SearchCounter.AverageParsingTimePdfHandler.description)" baseId="53" detailLevel="standard" id="52">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimePdfHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimePdfHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimePdfHandlerBase.description)" detailLevel="standard" id="53">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsPdfHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPdfHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPdfHandler.description)" detailLevel="standard" id="54"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecPdfHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecPdfHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecPdfHandler.description)" detailLevel="standard" id="55"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsPdfHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsPdfHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsPdfHandler.description)" detailLevel="standard" id="56">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimePlainTextHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimePlainTextHandler.name)" description="$(string.SearchCounter.AverageParsingTimePlainTextHandler.description)" baseId="58" detailLevel="standard" id="57">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimePlainTextHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimePlainTextHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimePlainTextHandlerBase.description)" detailLevel="standard" id="58">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsPlainTextHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPlainTextHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPlainTextHandler.description)" detailLevel="standard" id="59"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecPlainTextHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecPlainTextHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecPlainTextHandler.description)" detailLevel="standard" id="60"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsPlainTextHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsPlainTextHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsPlainTextHandler.description)" detailLevel="standard" id="61">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimePptxHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimePptxHandler.name)" description="$(string.SearchCounter.AverageParsingTimePptxHandler.description)" baseId="63" detailLevel="standard" id="62">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimePptxHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimePptxHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimePptxHandlerBase.description)" detailLevel="standard" id="63">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsPptxHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPptxHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPptxHandler.description)" detailLevel="standard" id="64"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecPptxHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecPptxHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecPptxHandler.description)" detailLevel="standard" id="65"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsPptxHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsPptxHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsPptxHandler.description)" detailLevel="standard" id="66">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeXmlHandler" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeXmlHandler.name)" description="$(string.SearchCounter.AverageParsingTimeXmlHandler.description)" baseId="68" detailLevel="standard" id="67">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageParsingTimeXmlHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeXmlHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeXmlHandlerBase.description)" detailLevel="standard" id="68">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsXmlHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsXmlHandler.name)" description="$(string.SearchCounter.ParsedDocumentsXmlHandler.description)" detailLevel="standard" id="69"/>          <counter uri="SearchCounter.ParsedDocumentsPerSecXmlHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecXmlHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecXmlHandler.description)" detailLevel="standard" id="70"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsXmlHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsXmlHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsXmlHandler.description)" detailLevel="standard" id="71">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.AverageSandboxedParsingTime" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageSandboxedParsingTime.name)" description="$(string.SearchCounter.AverageSandboxedParsingTime.description)" baseId="73" detailLevel="standard" id="72"/>          <counter uri="SearchCounter.SandboxedParsedDocuments" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.SandboxedParsedDocuments.name)" description="$(string.SearchCounter.SandboxedParsedDocuments.description)" detailLevel="standard" id="73">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ActiveSandboxWorkers" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ActiveSandboxWorkers.name)" description="$(string.SearchCounter.ActiveSandboxWorkers.description)" detailLevel="standard" id="74"/>          <counter uri="SearchCounter.SandboxPoolQueueLength" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SandboxPoolQueueLength.name)" description="$(string.SearchCounter.SandboxPoolQueueLength.description)" detailLevel="standard" id="75"/>          <counter uri="SearchCounter.AverageSandboxWorkerWaitingTime" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.AverageSandboxWorkerWaitingTime.name)" description="$(string.SearchCounter.AverageSandboxWorkerWaitingTime.description)" baseId="77" detailLevel="standard" id="76"/>          <counter uri="SearchCounter.AverageSandboxWorkerWaitingTimeBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageSandboxWorkerWaitingTimeBase.name)" description="$(string.SearchCounter.AverageSandboxWorkerWaitingTimeBase.description)" detailLevel="standard" id="77">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocuments" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocuments.name)" description="$(string.SearchCounter.ParsedDocuments.description)" detailLevel="standard" id="78"/>          <counter uri="SearchCounter.TotalParsingTimeDocxHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeDocxHandler.name)" description="$(string.SearchCounter.TotalParsingTimeDocxHandler.description)" detailLevel="standard" id="79"/>          <counter uri="SearchCounter.FailureDocumentsDocxHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsDocxHandler.name)" description="$(string.SearchCounter.FailureDocumentsDocxHandler.description)" detailLevel="standard" id="80"/>          <counter uri="SearchCounter.TotalParsingTimePptxHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimePptxHandler.name)" description="$(string.SearchCounter.TotalParsingTimePptxHandler.description)" detailLevel="standard" id="81"/>          <counter uri="SearchCounter.FailureDocumentsPptxHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsPptxHandler.name)" description="$(string.SearchCounter.FailureDocumentsPptxHandler.description)" detailLevel="standard" id="82"/>          <counter uri="SearchCounter.TotalParsingTimePdfHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimePdfHandler.name)" description="$(string.SearchCounter.TotalParsingTimePdfHandler.description)" detailLevel="standard" id="83"/>          <counter uri="SearchCounter.FailureDocumentsPdfHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsPdfHandler.name)" description="$(string.SearchCounter.FailureDocumentsPdfHandler.description)" detailLevel="standard" id="84"/>          <counter uri="SearchCounter.ParsingRequests" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsingRequests.name)" description="$(string.SearchCounter.ParsingRequests.description)" detailLevel="standard" id="85"/>          <counter uri="SearchCounter.TotalParsingTimeXmlHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeXmlHandler.name)" description="$(string.SearchCounter.TotalParsingTimeXmlHandler.description)" detailLevel="standard" id="86"/>          <counter uri="SearchCounter.FailureDocumentsXmlHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsXmlHandler.name)" description="$(string.SearchCounter.FailureDocumentsXmlHandler.description)" detailLevel="standard" id="87"/>          <counter uri="SearchCounter.TotalParsingTimePlainTextHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimePlainTextHandler.name)" description="$(string.SearchCounter.TotalParsingTimePlainTextHandler.description)" detailLevel="standard" id="88"/>          <counter uri="SearchCounter.FailureDocumentsPlainTextHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsPlainTextHandler.name)" description="$(string.SearchCounter.FailureDocumentsPlainTextHandler.description)" detailLevel="standard" id="89"/>          <counter uri="SearchCounter.TotalParsingTimeMetroFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeMetroFilterHandler.name)" description="$(string.SearchCounter.TotalParsingTimeMetroFilterHandler.description)" detailLevel="standard" id="90"/>          <counter uri="SearchCounter.FailureDocumentsMetroFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsMetroFilterHandler.name)" description="$(string.SearchCounter.FailureDocumentsMetroFilterHandler.description)" detailLevel="standard" id="91"/>          <counter uri="SearchCounter.TotalParsingTimeGifHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeGifHandler.name)" description="$(string.SearchCounter.TotalParsingTimeGifHandler.description)" detailLevel="standard" id="92"/>          <counter uri="SearchCounter.FailureDocumentsGifHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsGifHandler.name)" description="$(string.SearchCounter.FailureDocumentsGifHandler.description)" detailLevel="standard" id="93"/>          <counter uri="SearchCounter.TotalParsingTimeHtmlHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeHtmlHandler.name)" description="$(string.SearchCounter.TotalParsingTimeHtmlHandler.description)" detailLevel="standard" id="94"/>          <counter uri="SearchCounter.FailureDocumentsHtmlHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsHtmlHandler.name)" description="$(string.SearchCounter.FailureDocumentsHtmlHandler.description)" detailLevel="standard" id="95"/>          <counter uri="SearchCounter.TotalParsingTimeJpegHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeJpegHandler.name)" description="$(string.SearchCounter.TotalParsingTimeJpegHandler.description)" detailLevel="standard" id="96"/>          <counter uri="SearchCounter.FailureDocumentsJpegHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsJpegHandler.name)" description="$(string.SearchCounter.FailureDocumentsJpegHandler.description)" detailLevel="standard" id="97"/>          <counter uri="SearchCounter.TotalParsingTimeFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeFilterHandler.name)" description="$(string.SearchCounter.TotalParsingTimeFilterHandler.description)" detailLevel="standard" id="98"/>          <counter uri="SearchCounter.FailureDocumentsFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsFilterHandler.name)" description="$(string.SearchCounter.FailureDocumentsFilterHandler.description)" detailLevel="standard" id="99"/>          <counter uri="SearchCounter.TotalParsingTimeLegacyFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeLegacyFilterHandler.name)" description="$(string.SearchCounter.TotalParsingTimeLegacyFilterHandler.description)" detailLevel="standard" id="100"/>          <counter uri="SearchCounter.FailureDocumentsLegacyFilterHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsLegacyFilterHandler.name)" description="$(string.SearchCounter.FailureDocumentsLegacyFilterHandler.description)" detailLevel="standard" id="101"/>          <counter uri="SearchCounter.TotalParsingTimeXlsHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalParsingTimeXlsHandler.name)" description="$(string.SearchCounter.TotalParsingTimeXlsHandler.description)" detailLevel="standard" id="102"/>          <counter uri="SearchCounter.FailureDocumentsXlsHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.FailureDocumentsXlsHandler.name)" description="$(string.SearchCounter.FailureDocumentsXlsHandler.description)" detailLevel="standard" id="103"/>          <counter uri="SearchCounter.PartiallyParsedDocumentsXlsHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PartiallyParsedDocumentsXlsHandler.name)" description="$(string.SearchCounter.PartiallyParsedDocumentsXlsHandler.description)" detailLevel="standard" id="104">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.ParsedDocumentsPerSecXlsHandler" type="perf_counter_counter" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsPerSecXlsHandler.name)" description="$(string.SearchCounter.ParsedDocumentsPerSecXlsHandler.description)" detailLevel="standard" id="105"/>          <counter uri="SearchCounter.ParsedDocumentsXlsHandler" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.ParsedDocumentsXlsHandler.name)" description="$(string.SearchCounter.ParsedDocumentsXlsHandler.description)" detailLevel="standard" id="106"/>          <counter uri="SearchCounter.UndetectedFormatFailures" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.UndetectedFormatFailures.name)" description="$(string.SearchCounter.UndetectedFormatFailures.description)" detailLevel="standard" id="107"/>          <counter uri="SearchCounter.AverageParsingTimeXlsHandlerBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.AverageParsingTimeXlsHandlerBase.name)" description="$(string.SearchCounter.AverageParsingTimeXlsHandlerBase.description)" detailLevel="standard" id="108">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.TotalSandboxedParsingTime" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.TotalSandboxedParsingTime.name)" description="$(string.SearchCounter.TotalSandboxedParsingTime.description)" detailLevel="standard" id="109"/>          <counter uri="SearchCounter.OrphanTasks" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.OrphanTasks.name)" description="$(string.SearchCounter.OrphanTasks.description)" detailLevel="standard" id="110">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>        </counterSet>        <counterSet name="$(string.SearchCounterSet.name)" guid="{f462ed46-a4a2-4b2d-b3bf-90144877d844}" description="$(string.SearchCounterSet.description)" uri="SearchCounterSet" instances="multiple">          <counter uri="SearchCounter.PlatformServices.MessageQueueLength" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PlatformServices.MessageQueueLength.name)" description="$(string.SearchCounter.PlatformServices.MessageQueueLength.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.PlatformServices.MessageQueueAvgBlocked" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.PlatformServices.MessageQueueAvgBlocked.name)" description="$(string.SearchCounter.PlatformServices.MessageQueueAvgBlocked.description)" baseId="2" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.PlatformServices.MessageQueueAvgBlockedBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.PlatformServices.MessageQueueAvgBlockedBase.name)" description="$(string.SearchCounter.PlatformServices.MessageQueueAvgBlockedBase.description)" detailLevel="standard" id="2">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.PlatformServices.MessageQueueMessageAge" type="perf_average_bulk" defaultScale="0" name="$(string.SearchCounter.PlatformServices.MessageQueueMessageAge.name)" description="$(string.SearchCounter.PlatformServices.MessageQueueMessageAge.description)" baseId="4" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.PlatformServices.MessageQueueMessageAgeBase" type="perf_average_base" defaultScale="0" name="$(string.SearchCounter.PlatformServices.MessageQueueMessageAgeBase.name)" description="$(string.SearchCounter.PlatformServices.MessageQueueMessageAgeBase.description)" detailLevel="standard" id="4">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.PlatformServices.MessageQueueIsBlocked" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.PlatformServices.MessageQueueIsBlocked.name)" description="$(string.SearchCounter.PlatformServices.MessageQueueIsBlocked.description)" detailLevel="standard" id="5"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet.SubmissionService.name)" guid="{0ebf2581-442d-42fd-a605-92b5ee6a1f32}" description="$(string.SearchCounterSet.SubmissionService.description)" uri="SearchCounterSet.SubmissionService" instances="multiple">          <counter uri="SearchCounter.SubmissionService.CSS_ActiveSessions" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_ActiveSessions.name)" description="$(string.SearchCounter.SubmissionService.CSS_ActiveSessions.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.SubmissionService.CSS_AbortedSessions" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_AbortedSessions.name)" description="$(string.SearchCounter.SubmissionService.CSS_AbortedSessions.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.SubmissionService.CSS_CallbacksAvailable" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_CallbacksAvailable.name)" description="$(string.SearchCounter.SubmissionService.CSS_CallbacksAvailable.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.SubmissionService.CSS_CallbacksTotal" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_CallbacksTotal.name)" description="$(string.SearchCounter.SubmissionService.CSS_CallbacksTotal.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.SubmissionService.CSS_ClientPolls" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_ClientPolls.name)" description="$(string.SearchCounter.SubmissionService.CSS_ClientPolls.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.SubmissionService.CSS_ClientSubmits" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_ClientSubmits.name)" description="$(string.SearchCounter.SubmissionService.CSS_ClientSubmits.description)" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.SubmissionService.CSS_DocumentsSkipped" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_DocumentsSkipped.name)" description="$(string.SearchCounter.SubmissionService.CSS_DocumentsSkipped.description)" detailLevel="standard" id="6"/>          <counter uri="SearchCounter.SubmissionService.CSS_DocumentsTimedOut" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_DocumentsTimedOut.name)" description="$(string.SearchCounter.SubmissionService.CSS_DocumentsTimedOut.description)" detailLevel="standard" id="7"/>          <counter uri="SearchCounter.SubmissionService.CSS_FlowsUsedForFeeding" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_FlowsUsedForFeeding.name)" description="$(string.SearchCounter.SubmissionService.CSS_FlowsUsedForFeeding.description)" detailLevel="standard" id="8"/>          <counter uri="SearchCounter.SubmissionService.CSS_PendingItems" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.SubmissionService.CSS_PendingItems.name)" description="$(string.SearchCounter.SubmissionService.CSS_PendingItems.description)" detailLevel="standard" id="9"/>        </counterSet>        <counterSet name="$(string.SearchCounter.AnalysisEngine.name)" guid="{873b827a-0670-4cfd-831c-e29702e1be35}" description="$(string.SearchCounter.AnalysisEngine.description)" uri="SearchCounter.AnalysisEngine" instances="multiple">          <counter uri="SearchCounter.AnalysisEngine.EventQueueLength" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.EventQueueLength.name)" description="$(string.SearchCounter.AnalysisEngine.EventQueueLength.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.AnalysisEngine.RunningTasks" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.RunningTasks.name)" description="$(string.SearchCounter.AnalysisEngine.RunningTasks.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.AnalysisEngine.TaskFillFactor" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.TaskFillFactor.name)" description="$(string.SearchCounter.AnalysisEngine.TaskFillFactor.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.AnalysisEngine.RunningAnalyses" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.RunningAnalyses.name)" description="$(string.SearchCounter.AnalysisEngine.RunningAnalyses.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.AnalysisEngine.ActiveAnalyticsProcessingComponents" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.ActiveAnalyticsProcessingComponents.name)" description="$(string.SearchCounter.AnalysisEngine.ActiveAnalyticsProcessingComponents.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.AnalysisEngine.UptimeInSeconds" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.UptimeInSeconds.name)" description="$(string.SearchCounter.AnalysisEngine.UptimeInSeconds.description)" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.AnalysisEngine.FailedTasks" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.FailedTasks.name)" description="$(string.SearchCounter.AnalysisEngine.FailedTasks.description)" detailLevel="standard" id="6"/>          <counter uri="SearchCounter.AnalysisEngine.FileDeletes" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.FileDeletes.name)" description="$(string.SearchCounter.AnalysisEngine.FileDeletes.description)" detailLevel="standard" id="7"/>          <counter uri="SearchCounter.AnalysisEngine.UptimeInDays" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.UptimeInDays.name)" description="$(string.SearchCounter.AnalysisEngine.UptimeInDays.description)" detailLevel="standard" id="8"/>        </counterSet>        <counterSet name="$(string.SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.name)" guid="{c7a1c36e-8b12-43a8-8fe9-73177f86d5b3}" description="$(string.SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.description)" uri="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents" instances="multiple">          <counter uri="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.RunningTasksOnWorker" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.RunningTasksOnWorker.name)" description="$(string.SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.RunningTasksOnWorker.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.LongRunningTasksOnWorker" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.LongRunningTasksOnWorker.name)" description="$(string.SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.LongRunningTasksOnWorker.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.FailedTasksOnWorker" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.FailedTasksOnWorker.name)" description="$(string.SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.FailedTasksOnWorker.description)" detailLevel="standard" id="2"/>        </counterSet>        <counterSet name="$(string.SearchCounter.AnalysisEngine.Analyses.name)" guid="{231f85e0-54de-4fee-9b9d-ce18549fd774}" description="$(string.SearchCounter.AnalysisEngine.Analyses.description)" uri="SearchCounter.AnalysisEngine.Analyses" instances="multiple">          <counter uri="SearchCounter.AnalysisEngine.Analyses.ActiveFilesForAnalysis" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.Analyses.ActiveFilesForAnalysis.name)" description="$(string.SearchCounter.AnalysisEngine.Analyses.ActiveFilesForAnalysis.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.AnalysisEngine.Analyses.DiskUsageForAnalysis" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.Analyses.DiskUsageForAnalysis.name)" description="$(string.SearchCounter.AnalysisEngine.Analyses.DiskUsageForAnalysis.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.AnalysisEngine.Analyses.RunningTasksForAnalysis" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.Analyses.RunningTasksForAnalysis.name)" description="$(string.SearchCounter.AnalysisEngine.Analyses.RunningTasksForAnalysis.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.AnalysisEngine.Analyses.FailedTasksSinceStartupForAnalysis" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.Analyses.FailedTasksSinceStartupForAnalysis.name)" description="$(string.SearchCounter.AnalysisEngine.Analyses.FailedTasksSinceStartupForAnalysis.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.AnalysisEngine.Analyses.FailedTasksInCurrentRunForAnalysis" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.Analyses.FailedTasksInCurrentRunForAnalysis.name)" description="$(string.SearchCounter.AnalysisEngine.Analyses.FailedTasksInCurrentRunForAnalysis.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.AnalysisEngine.Analyses.RestartsForAnalysis" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.Analyses.RestartsForAnalysis.name)" description="$(string.SearchCounter.AnalysisEngine.Analyses.RestartsForAnalysis.description)" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.AnalysisEngine.Analyses.ClearAnalysisCountForAnalysis" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.Analyses.ClearAnalysisCountForAnalysis.name)" description="$(string.SearchCounter.AnalysisEngine.Analyses.ClearAnalysisCountForAnalysis.description)" detailLevel="standard" id="6"/>          <counter uri="SearchCounter.AnalysisEngine.Analyses.FileDeletesForAnalysis" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.AnalysisEngine.Analyses.FileDeletesForAnalysis.name)" description="$(string.SearchCounter.AnalysisEngine.Analyses.FileDeletesForAnalysis.description)" detailLevel="standard" id="7"/>        </counterSet>        <counterSet name="$(string.SearchCounterSet.Linguistics.name)" guid="{35fb7fba-7d68-495f-a4bd-6540eebee4e3}" description="$(string.SearchCounterSet.Linguistics.description)" uri="SearchCounterSet.Linguistics" instances="multiple">          <counter uri="SearchCounter.Linguistics.QueryClassificationDictionarySize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryClassificationDictionarySize.name)" description="$(string.SearchCounter.Linguistics.QueryClassificationDictionarySize.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.Linguistics.SpellingDictionarySize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.SpellingDictionarySize.name)" description="$(string.SearchCounter.Linguistics.SpellingDictionarySize.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.Linguistics.DictionaryDeploymentRuns" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.DictionaryDeploymentRuns.name)" description="$(string.SearchCounter.Linguistics.DictionaryDeploymentRuns.description)" detailLevel="standard" id="2"/>          <counter uri="SearchCounter.Linguistics.ExtractedCustomEntities" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ExtractedCustomEntities.name)" description="$(string.SearchCounter.Linguistics.ExtractedCustomEntities.description)" detailLevel="standard" id="3"/>          <counter uri="SearchCounter.Linguistics.LangIdFallBack" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.LangIdFallBack.name)" description="$(string.SearchCounter.Linguistics.LangIdFallBack.description)" detailLevel="standard" id="4"/>          <counter uri="SearchCounter.Linguistics.WordBreakerDocumentsProcessed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.WordBreakerDocumentsProcessed.name)" description="$(string.SearchCounter.Linguistics.WordBreakerDocumentsProcessed.description)" detailLevel="standard" id="5"/>          <counter uri="SearchCounter.Linguistics.WordBreakerDocumentsTimedOut" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.WordBreakerDocumentsTimedOut.name)" description="$(string.SearchCounter.Linguistics.WordBreakerDocumentsTimedOut.description)" detailLevel="standard" id="6"/>          <counter uri="SearchCounter.Linguistics.WordBreakerDocumentsExceededThreshold" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.WordBreakerDocumentsExceededThreshold.name)" description="$(string.SearchCounter.Linguistics.WordBreakerDocumentsExceededThreshold.description)" detailLevel="standard" id="7"/>          <counter uri="SearchCounter.Linguistics.QueryCount" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryCount.name)" description="$(string.SearchCounter.Linguistics.QueryCount.description)" detailLevel="standard" id="8"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingSuggestions" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingSuggestions.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingSuggestions.description)" detailLevel="standard" id="9"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingSuggestionsFromInclusions" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingSuggestionsFromInclusions.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingSuggestionsFromInclusions.description)" detailLevel="standard" id="10"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingSuggestionsBlockedExclusions" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingSuggestionsBlockedExclusions.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingSuggestionsBlockedExclusions.description)" detailLevel="standard" id="11"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingQueries" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingSecurityTrimmingQueries.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingSecurityTrimmingQueries.description)" detailLevel="standard" id="12"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingNoEffect" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingSecurityTrimmingNoEffect.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingSecurityTrimmingNoEffect.description)" detailLevel="standard" id="13"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingTimeouts" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingSecurityTrimmingTimeouts.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingSecurityTrimmingTimeouts.description)" detailLevel="standard" id="14"/>          <counter uri="SearchCounter.Linguistics.QueryStemmingExpandedTokens" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryStemmingExpandedTokens.name)" description="$(string.SearchCounter.Linguistics.QueryStemmingExpandedTokens.description)" detailLevel="standard" id="15"/>          <counter uri="SearchCounter.Linguistics.QueryStemmingExpansions" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryStemmingExpansions.name)" description="$(string.SearchCounter.Linguistics.QueryStemmingExpansions.description)" detailLevel="standard" id="16"/>          <counter uri="SearchCounter.Linguistics.QueryStemmingLimitHits" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryStemmingLimitHits.name)" description="$(string.SearchCounter.Linguistics.QueryStemmingLimitHits.description)" detailLevel="standard" id="17"/>          <counter uri="SearchCounter.Linguistics.QuerySynonymExpansions" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySynonymExpansions.name)" description="$(string.SearchCounter.Linguistics.QuerySynonymExpansions.description)" detailLevel="standard" id="18"/>          <counter uri="SearchCounter.Linguistics.QueryTokenCount" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryTokenCount.name)" description="$(string.SearchCounter.Linguistics.QueryTokenCount.description)" detailLevel="standard" id="19"/>          <counter uri="SearchCounter.Linguistics.QueryWordBreakerExpansions" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryWordBreakerExpansions.name)" description="$(string.SearchCounter.Linguistics.QueryWordBreakerExpansions.description)" detailLevel="standard" id="20"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingDictionaryUpdates" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingDictionaryUpdates.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingDictionaryUpdates.description)" detailLevel="standard" id="21"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingDictionaryUpdateDuration" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingDictionaryUpdateDuration.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingDictionaryUpdateDuration.description)" detailLevel="standard" id="22"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingIndexTerms" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingIndexTerms.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingIndexTerms.description)" detailLevel="standard" id="23"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingDictionaryTerms" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingDictionaryTerms.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingDictionaryTerms.description)" detailLevel="standard" id="24"/>          <counter uri="SearchCounter.Linguistics.WordBreakerFieldsProcessed" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.WordBreakerFieldsProcessed.name)" description="$(string.SearchCounter.Linguistics.WordBreakerFieldsProcessed.description)" detailLevel="standard" id="25"/>          <counter uri="SearchCounter.Linguistics.WordBreakerFieldsTimeOut" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.WordBreakerFieldsTimeOut.name)" description="$(string.SearchCounter.Linguistics.WordBreakerFieldsTimeOut.description)" detailLevel="standard" id="26"/>          <counter uri="SearchCounter.Linguistics.WordBreakerFieldsThreshold" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.WordBreakerFieldsThreshold.name)" description="$(string.SearchCounter.Linguistics.WordBreakerFieldsThreshold.description)" detailLevel="standard" id="27"/>          <counter uri="SearchCounter.Linguistics.WordBreakerFieldsByFallback" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.WordBreakerFieldsByFallback.name)" description="$(string.SearchCounter.Linguistics.WordBreakerFieldsByFallback.description)" detailLevel="standard" id="28"/>          <counter uri="SearchCounter.Linguistics.CompanyInclusionsDictionarySize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.CompanyInclusionsDictionarySize.name)" description="$(string.SearchCounter.Linguistics.CompanyInclusionsDictionarySize.description)" detailLevel="standard" id="29"/>          <counter uri="SearchCounter.Linguistics.CompanyExclusionsDictionarySize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.CompanyExclusionsDictionarySize.name)" description="$(string.SearchCounter.Linguistics.CompanyExclusionsDictionarySize.description)" detailLevel="standard" id="30"/>          <counter uri="SearchCounter.Linguistics.QueryClassificationDictionaryEntries" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryClassificationDictionaryEntries.name)" description="$(string.SearchCounter.Linguistics.QueryClassificationDictionaryEntries.description)" detailLevel="standard" id="31"/>          <counter uri="SearchCounter.Linguistics.SpellingInclusionDictionaryEntries" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.SpellingInclusionDictionaryEntries.name)" description="$(string.SearchCounter.Linguistics.SpellingInclusionDictionaryEntries.description)" detailLevel="standard" id="32"/>          <counter uri="SearchCounter.Linguistics.SpellingDontSuggestDictionaryEntries" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.SpellingDontSuggestDictionaryEntries.name)" description="$(string.SearchCounter.Linguistics.SpellingDontSuggestDictionaryEntries.description)" detailLevel="standard" id="33"/>          <counter uri="SearchCounter.Linguistics.SpellingDictionaryEntries" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.SpellingDictionaryEntries.name)" description="$(string.SearchCounter.Linguistics.SpellingDictionaryEntries.description)" detailLevel="standard" id="34"/>          <counter uri="SearchCounter.Linguistics.CompanyInclusionDictionaryEntries" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.CompanyInclusionDictionaryEntries.name)" description="$(string.SearchCounter.Linguistics.CompanyInclusionDictionaryEntries.description)" detailLevel="standard" id="35"/>          <counter uri="SearchCounter.Linguistics.CompanyExclusionDictionaryEntries" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.CompanyExclusionDictionaryEntries.name)" description="$(string.SearchCounter.Linguistics.CompanyExclusionDictionaryEntries.description)" detailLevel="standard" id="36"/>          <counter uri="SearchCounter.Linguistics.ExtractedCompaniesBuiltinDictionary" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ExtractedCompaniesBuiltinDictionary.name)" description="$(string.SearchCounter.Linguistics.ExtractedCompaniesBuiltinDictionary.description)" detailLevel="standard" id="37"/>          <counter uri="SearchCounter.Linguistics.ExtractedCompaniesInclusionDictionary" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ExtractedCompaniesInclusionDictionary.name)" description="$(string.SearchCounter.Linguistics.ExtractedCompaniesInclusionDictionary.description)" detailLevel="standard" id="38"/>          <counter uri="SearchCounter.Linguistics.ExcludedCompanies" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ExcludedCompanies.name)" description="$(string.SearchCounter.Linguistics.ExcludedCompanies.description)" detailLevel="standard" id="39"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingInclusionDictionaryTerms" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingInclusionDictionaryTerms.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingInclusionDictionaryTerms.description)" detailLevel="standard" id="40"/>          <counter uri="SearchCounter.Linguistics.QuerySpellingExclusionDictionaryTerms" type="perf_counter_large_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QuerySpellingExclusionDictionaryTerms.name)" description="$(string.SearchCounter.Linguistics.QuerySpellingExclusionDictionaryTerms.description)" detailLevel="standard" id="41"/>          <counter uri="SearchCounter.Linguistics.CompanyInclusionDictionaryTerms" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.CompanyInclusionDictionaryTerms.name)" description="$(string.SearchCounter.Linguistics.CompanyInclusionDictionaryTerms.description)" detailLevel="standard" id="42"/>          <counter uri="SearchCounter.Linguistics.CompanyExclusionDictionaryTerms" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.CompanyExclusionDictionaryTerms.name)" description="$(string.SearchCounter.Linguistics.CompanyExclusionDictionaryTerms.description)" detailLevel="standard" id="43"/>          <counter uri="SearchCounter.Linguistics.SpellingInclusionsDictionarySize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.SpellingInclusionsDictionarySize.name)" description="$(string.SearchCounter.Linguistics.SpellingInclusionsDictionarySize.description)" detailLevel="standard" id="44"/>          <counter uri="SearchCounter.Linguistics.SpellingDontSuggestDictionarySize" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.SpellingDontSuggestDictionarySize.name)" description="$(string.SearchCounter.Linguistics.SpellingDontSuggestDictionarySize.description)" detailLevel="standard" id="45"/>          <counter uri="SearchCounter.Linguistics.CustomDictionaryUpdates" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.CustomDictionaryUpdates.name)" description="$(string.SearchCounter.Linguistics.CustomDictionaryUpdates.description)" detailLevel="standard" id="46"/>          <counter uri="SearchCounter.Linguistics.QueryClassificationDictionaryUpdates" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.QueryClassificationDictionaryUpdates.name)" description="$(string.SearchCounter.Linguistics.QueryClassificationDictionaryUpdates.description)" detailLevel="standard" id="47"/>          <counter uri="SearchCounter.Linguistics.ReservedCounter1" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ReservedCounter1.name)" description="$(string.SearchCounter.Linguistics.ReservedCounter1.description)" detailLevel="standard" id="48">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.Linguistics.ReservedCounter2" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ReservedCounter2.name)" description="$(string.SearchCounter.Linguistics.ReservedCounter2.description)" detailLevel="standard" id="49">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.Linguistics.ReservedCounter3" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ReservedCounter3.name)" description="$(string.SearchCounter.Linguistics.ReservedCounter3.description)" detailLevel="standard" id="50">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.Linguistics.ReservedCounter4" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ReservedCounter4.name)" description="$(string.SearchCounter.Linguistics.ReservedCounter4.description)" detailLevel="standard" id="51">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.Linguistics.ReservedCounter5" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.Linguistics.ReservedCounter5.name)" description="$(string.SearchCounter.Linguistics.ReservedCounter5.description)" detailLevel="standard" id="52">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>        </counterSet>        <counterSet name="$(string.SearchCounter.HostController.name)" guid="{1c652bb3-b782-448b-b16e-78db5530c8e0}" description="$(string.SearchCounter.HostController.description)" uri="SearchCounter.HostController" instances="multiple">          <counter uri="SearchCounter.HostController.ComponentRestarts" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.HostController.ComponentRestarts.name)" description="$(string.SearchCounter.HostController.ComponentRestarts.description)" detailLevel="standard" id="0"/>          <counter uri="SearchCounter.HostController.ComponentUptime" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.HostController.ComponentUptime.name)" description="$(string.SearchCounter.HostController.ComponentUptime.description)" detailLevel="standard" id="1"/>          <counter uri="SearchCounter.HostController.HCPlaceholder1" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.HostController.HCPlaceholder1.name)" description="$(string.SearchCounter.HostController.HCPlaceholder1.description)" detailLevel="standard" id="2">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.HostController.HCPlaceholder2" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.HostController.HCPlaceholder2.name)" description="$(string.SearchCounter.HostController.HCPlaceholder2.description)" detailLevel="standard" id="3">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.HostController.HCPlaceholder3" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.HostController.HCPlaceholder3.name)" description="$(string.SearchCounter.HostController.HCPlaceholder3.description)" detailLevel="standard" id="4">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounter.HostController.HCPlaceholder4" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounter.HostController.HCPlaceholder4.name)" description="$(string.SearchCounter.HostController.HCPlaceholder4.description)" detailLevel="standard" id="5">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>        </counterSet>        <counterSet name="$(string.SearchCounterSet.AdditionalCounters.name)" guid="{3442d1d1-78fd-4b3c-a024-c966670f5534}" description="$(string.SearchCounterSet.AdditionalCounters.description)" uri="SearchCounterSet.AdditionalCounters" instances="multiple">          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder1" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder1.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder1.description)" detailLevel="standard" id="0">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder2" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder2.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder2.description)" detailLevel="standard" id="1">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder3" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder3.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder3.description)" detailLevel="standard" id="2">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder4" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder4.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder4.description)" detailLevel="standard" id="3">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder5" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder5.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder5.description)" detailLevel="standard" id="4">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder6" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder6.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder6.description)" detailLevel="standard" id="5">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder7" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder7.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder7.description)" detailLevel="standard" id="6">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder8" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder8.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder8.description)" detailLevel="standard" id="7">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder9" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder9.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder9.description)" detailLevel="standard" id="8">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder10" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder10.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder10.description)" detailLevel="standard" id="9">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder11" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder11.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder11.description)" detailLevel="standard" id="10">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder12" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder12.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder12.description)" detailLevel="standard" id="11">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder13" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder13.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder13.description)" detailLevel="standard" id="12">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder14" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder14.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder14.description)" detailLevel="standard" id="13">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder15" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder15.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder15.description)" detailLevel="standard" id="14">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder16" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder16.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder16.description)" detailLevel="standard" id="15">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder17" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder17.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder17.description)" detailLevel="standard" id="16">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder18" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder18.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder18.description)" detailLevel="standard" id="17">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder19" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder19.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder19.description)" detailLevel="standard" id="18">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder20" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder20.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder20.description)" detailLevel="standard" id="19">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder21" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder21.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder21.description)" detailLevel="standard" id="20">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder22" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder22.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder22.description)" detailLevel="standard" id="21">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder23" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder23.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder23.description)" detailLevel="standard" id="22">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder24" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder24.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder24.description)" detailLevel="standard" id="23">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder25" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder25.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder25.description)" detailLevel="standard" id="24">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder26" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder26.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder26.description)" detailLevel="standard" id="25">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder27" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder27.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder27.description)" detailLevel="standard" id="26">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder28" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder28.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder28.description)" detailLevel="standard" id="27">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder29" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder29.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder29.description)" detailLevel="standard" id="28">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder30" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder30.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder30.description)" detailLevel="standard" id="29">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder31" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder31.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder31.description)" detailLevel="standard" id="30">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder32" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder32.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder32.description)" detailLevel="standard" id="31">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder33" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder33.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder33.description)" detailLevel="standard" id="32">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder34" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder34.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder34.description)" detailLevel="standard" id="33">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder35" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder35.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder35.description)" detailLevel="standard" id="34">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder36" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder36.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder36.description)" detailLevel="standard" id="35">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder37" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder37.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder37.description)" detailLevel="standard" id="36">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder38" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder38.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder38.description)" detailLevel="standard" id="37">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder39" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder39.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder39.description)" detailLevel="standard" id="38">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>          <counter uri="SearchCounterSet.AdditionalCounters.AC_Placeholder40" type="perf_counter_rawcount" defaultScale="0" name="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder40.name)" description="$(string.SearchCounterSet.AdditionalCounters.AC_Placeholder40.description)" detailLevel="standard" id="39">            <counterAttributes>              <counterAttribute name="noDisplay"/>            </counterAttributes>          </counter>        </counterSet>      </provider>    </counters>  </instrumentation>  <localization>    <resources culture="en-US">      <stringTable>        <string id="SearchEvents.event.Search_SearchComponentStart.message" value="Starting Search Component: %1"/>        <string id="SearchEvents.event.Search_SearchComponentStop.message" value="Stopping Component: %1 [%2]"/>        <string id="SearchEvents.event.Search_ULSDiagnosticsEvent.message" value="ULS diagnostics event: %1"/>        <string id="SearchEvents.event.Search_SPQueryLookup.message" value="Query lookup statistics. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2, CorrelationId: %3, OperationType: %4, Total: %5 AvgQueueTime: %6 AvgTransferTime: %7 TangoTime: %8 MergeTime: %9 TotalHits: %10 TotalHitsIncludingDuplicates: %11 TotalBytesReceived: %12 QueryLookupTime: %13 DocSumLookupTime: %14 FirstPassTime: %15 SecondPassTime: %16"/>        <string id="SearchEvents.event.Search_SPDocSumLookup.message" value="Document summation lookup statistics. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2, Total: %3, CreateFlow: %4, GetRecordFromFlow: %5, GetDocSumsFromRecord: %6, LoadSecondPassResults: %7"/>        <string id="SearchEvents.event.Search_SPIndex.message" value="SPIndex. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2, CallbackTime: %3, Fragment: %4, CorrelationId: %5"/>        <string id="SearchEvents.event.Search_FsLookup.message" value="FsLookup. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2, CorrelationId %3, RankingModelId %4, Total: %5, Queue: %6, Recall: %7, RankStage1: %8, RankStage2: %9, Aggregators: %10, FinalSort: %11, BytesRead: %12 NumReads: %13"/>        <string id="SearchEvents.event.Search_FsDocSum.message" value="FsDocSum. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2, CorrelationId %3, Total: %4, Queue: %5, BytesRead: %6, NumReads: %7"/>        <string id="SearchEvents.event.Search_FsIndexDoc.message" value="FsIndexDoc. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2, Total: %3, Begin: %4, FreeText: %5, String: %6, Summary: %7, Remove: %8, Commit: %9, Operation: %10, NumOccurrence: %11, DocSumSize: %12, NumUpdateGroups: %13, SPId: %14"/>        <string id="SearchEvents.event.Search_FsIndexCommit.message" value="FsIndexCommit. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2,  Total: %3, Commit: %4, AddPartition: %5, GenId: %6, NumDocs: %7, InMemKBytes: %8 NumInMemoryParts: %9 NumDiskParts: %10 IndexIdMapKBytes: %11 IndexAttributeVectorKBytes: %12 IndexIntegerIndexKBytes: %13 IndexDocInfoKBytes: %14 TotalNumDocs: %15 OnDiskKBytes: %16"/>        <string id="SearchEvents.event.Search_FsMerge.message" value="FsMerge. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2, Total: %3, Lock: %4, IdMap: %5, Init: %6, RenumberWords: %7, DocAttributes: %8, MergeOcc: %9, AttributeVector: %10, DocSum: %11, Finalize: %12, NumDocs: %13, NumPartitionsFrom: %14, NumPartitionsTo: %15, Level: %16"/>        <string id="SearchEvents.event.Search_QueryProcessingComponentStarted.message" value="%1 started successfully."/>        <string id="SearchEvents.event.Search_QueryProcessingComponentStopped.message" value="%1 stopped successfully."/>        <string id="SearchEvents.event.Search_SearchFlowDone.message" value="Search Flow Done ApplicationId %1 CorrelationId %2 QueryTerms %3 FlowName %4 TimeMs %5 FlowMachine %6"/>        <string id="SearchEvents.event.Search_SearchOperatorDone.message" value="Search Operator Done %1 %2 %3 %4 %5 %6"/>        <string id="SearchEvents.event.Search_IndexLookupDone.message" value="Index Lookup Done ApplicationId %1 CorrelationId %2 TotalQueryTimeMs %3 QueryTree %4"/>        <string id="SearchEvents.event.Search_DocumentFeederNoCallbacks.message" value="Maximum number of pending callbacks reached and no new callbacks received the last 10 minutes"/>        <string id="SearchEvents.event.Search_DocumentFeederFailoverSuccess.message" value="Successfully failed over to content processing component %1"/>        <string id="SearchEvents.event.Search_DocumentFeederRecoverySuccess.message" value="Recovered from lost connection to content processing component %1"/>        <string id="SearchEvents.event.Search_DocumentFeederConnectionLost.message" value="All connections with all content processing components were lost during feeding, after %1 retries. Feeding is blocked. Check that a content processing component is running and that there is a network connection to the component. If there are running content processing component(s) and you see this event,  restart the components."/>        <string id="SearchEvents.event.Search_DocumentFeederNoConnectivity.message" value="No connection available to specified content processing endpoint at %1. Check that a content processing component is running and that there is a network connection to the component. If there are running content processing component(s) and you see this event, you may try to restart the components."/>        <string id="SearchEvents.event.Search_DocumentFeederCannotOpenSession.message" value="Cannot open session to content processing component  at %1. Check that the account running the feeder application has the rights to feed. Refer to the trace logs as they may contain more information that can be helpful in order to find the cause of the problem."/>        <string id="SearchEvents.event.Search_DocumentFeederCannotOpenSessionWithFlow.message" value="Cannot open session with content processing component at %1 with flow %2. Check that all needed services are available for the flow to run, for instance check for indexer or document parser events. Refer to the trace logs as they may contain more information that can be helpful in order to find the cause of the problem."/>        <string id="SearchEvents.event.FlowFailedToStart.message" value="FlowName=%1. FlowID=%2. The flow failed to start. The original error was %3"/>        <string id="SearchEvents.event.FlowFailed.message" value="FlowName=%1. FlowID=%2. Flow failed during processing. The original error was %3"/>        <string id="SearchEvents.event.FlowStarted.message" value="FlowName=%1. FlowID=%2. Flow started"/>        <string id="SearchEvents.event.FlowEnded.message" value="FlowName=%1. FlowID=%2. Flow ended"/>        <string id="SearchEvents.event.ProcessingFailed.message" value="Correlation ID=%1, Tenant ID=%2 Error code=%3, Flow Name=%4, Operator Name=%5, Message=The processing of item fails with error %6"/>        <string id="SearchEvents.event.SubFlowStarted.message" value="Sub Flow Started %1 %2 %3 %4 %5 %6 %7 %8 %9 %10"/>        <string id="SearchEvents.event.SubFlowDone.message" value="Sub Flow Done %1 %2 %3 %4 %5 %6 %7 %8 %9 %10"/>        <string id="SearchEvents.event.Search_SearchAnalyticsAnalysisFailed.message" value="%1 Previous run of the search analytics analysis failed (consecutive failed runs: %2)."/>        <string id="SearchEvents.event.Search_SearchAnalyticsAnalysisDown3Days.message" value="%1 Search analytics analysis has not had a successful run during the last %2 hours. Last succsessful run was %3."/>        <string id="SearchEvents.event.Search_SearchAnalyticsLinkDatabaseNotAvailable.message" value="%1 The link database partitions, for use in search analytics analysis, are currently not available."/>        <string id="SearchEvents.event.Search_SearchAnalyticsFailedToStartAnalysis.message" value="%1 Failed to start the search analytics analysis."/>        <string id="SearchEvents.event.Search_SearchAnalyticsStartAnalysisOverdue.message" value="%1 A new search analytics analysis run is postponed because of already running analysis. New start attempt will be performed next timer job poll."/>        <string id="SearchEvents.event.Search_SearchAnalyticsConfigDbNotAvailable.message" value="%1 The config database for search analytics analysis was not available."/>        <string id="SearchEvents.event.Search_SearchAnalyticsAnalysisConfigurationNotAvailable.message" value="%1 Analysis configuration for search analytics not available."/>        <string id="SearchEvents.event.Search_QueryParsing_SearchServiceApplicationNotAvailable.message" value="%1: Query parsing failed to work since Search Service Application with ID '%2' was not available."/>        <string id="SearchEvents.event.Search_QueryParsing_SchemaServiceNotAvailable.message" value="%1: Query parsing failed to work since schema service related to Search Service Application with ID '%2' was not available."/>        <string id="SearchEvents.event.Search_QueryParsing_ScopeCacheNotAvailable.message" value="%1: Query parsing failed to work since scope cache related to Search Service Application with ID '%2' was not available."/>        <string id="SearchEvents.event.Search_SchemaReader_SchemaServiceNotAvailable.message" value="%1: Schema reader failed to work since schema service was not available."/>        <string id="SearchEvents.event.Search_QueryNormalization_SchemaServiceNotAvailable.message" value="%1: Query normalization failed to work since schema service was not available."/>        <string id="SearchEvents.event.Search_QueryUrlMapping_AlternateUrlMappingServiceNotAvailable.message" value="%1: Alternate url mapping failed to work since the mapping service was not available."/>        <string id="SearchEvents.event.Search_IndexLookup_SchemaServiceNotAvailable.message" value="%1: Index lookup failed to work since schema service was not available."/>        <string id="SearchEvents.event.Search_IndexLookup_IndexCellNotAvailable.message" value="%1: Index lookup failed to work since no active index cell was available."/>        <string id="SearchEvents.event.Search_QueryService_UnableToStartService.message" value="%1: Unable to start the query service with service uri '%2'. Failure message: %3"/>        <string id="SearchEvents.event.Search_QueryService_UnableToStopService.message" value="%1: Unable to stop the query service with service uri '%2'. Failure message: %3"/>        <string id="SearchEvents.event.Search_QueryService_ServiceStarted.message" value="%1: Query service with service uri '%2' has been started."/>        <string id="SearchEvents.event.Search_QueryService_ServiceStopped.message" value="%1: Query service with service uri '%2' has been stopped."/>        <string id="SearchEvents.event.Search_QueryComponent_UnableToGetConfiguration.message" value="%1: Unable to get the configuration for query component. Failure message: %2"/>        <string id="SearchEvents.event.Search_AnalysisEngineAnalysisCompleted.message" value="%1 [%2] Analysis completed (%3 restarts)"/>        <string id="SearchEvents.event.Search_AnalysisEngineAnalysisFailed.message" value="%1 [%2] Analysis failed: %3"/>        <string id="SearchEvents.event.Search_AnalysisEngineDiskFull.message" value="%1 Not enough free disk space for analyses to run, please make more disk space available on the analytics processing components hosts."/>        <string id="SearchEvents.event.Search_AnalysisEngineDiskFree.message" value="%1 Enough disk space available."/>        <string id="SearchEvents.event.Search_AnalysisEngineWorkersUnavailable.message" value="%1 No analytics processing components available. Please verify that the analytics processing component hosts are up and that the SPSearchHostController service is running on them."/>        <string id="SearchEvents.event.Search_AnalysisEngineWorkersAvailable.message" value="%1 Analytics processing components are available"/>        <string id="SearchEvents.event.Search_AnalysisEngineDatabaseUnavailable.message" value="%1 The analysis engine is unable to connect to the search administration database %2. Please verify that the SQL Server hosting the database is up and running. Will continue to retry. Error message: %3"/>        <string id="SearchEvents.event.Search_AnalysisEngineDatabaseAvailable.message" value="%1 Analysis engine successfully connected to the search administration database %2."/>        <string id="SearchEvents.event.Search_ParsingSessionCreated.message" value="Parsing session created. SessionID=%1"/>        <string id="SearchEvents.event.Search_ParsingSessionClosed.message" value="Parsing session closed. SessionID=%1"/>        <string id="SearchEvents.event.Search_ParsingSessionExpired.message" value="Parsing session expired. SessionID=%1"/>        <string id="SearchEvents.event.Search_ParserServerWorkerFailedToRestart.message" value="A parser server worker (WorkerID=%1) failed to restart and it's being removed from the pool. The pool still have %2 worker(s) available."/>        <string id="SearchEvents.event.Search_NoMoreParserServerWorkersAvailable.message" value="All parser server workers failed to restart, the pool has no more workers."/>        <string id="SearchEvents.event.Search_FormatHandlerFailedToStart.message" value="Failed to load the format handler used to parse documents of the %1 format. %2"/>        <string id="SearchEvents.event.LinguisticsDictionaryDeploymentFailed.message" value="Dictionary deployment failed. SearchComponent: %1, CorrelationId: %2, SearchServiceApplication: %3, DictionaryName: %4, Component:%5, FailureMessage: %6"/>        <string id="SearchEvents.event.LinguisticsDictionaryDeploymentStarted.message" value="Dictionary deployment started. SearchComponent: %1, CorrelationId: %2, SearchServiceApplication: %3, DictionaryName: %4, TermSetId: %5, FlowId: %6, FlowName: %7"/>        <string id="SearchEvents.event.LinguisticsDictionaryDeploymentCompleted.message" value="Dictionary deployment completed successfully. SearchComponent: %1, CorrelationId: %2, SearchServiceApplication: %3, DictionaryName: %4, TermSetId: %5, FlowId: %6, FlowName: %7"/>        <string id="SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobFailed.message" value="Custom dictionary deployment timer job failed. SearchComponent: %1, SearchServiceApplication: %2, FlowName: %3, CorrelationId: %4, Failure: %5."/>        <string id="SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobStarted.message" value="Custom dictionary deployment timer job started. SearchComponent: %1, SearchServiceApplication: %2."/>        <string id="SearchEvents.event.LinguisticsDictionaryDeploymentTimerJobCompleted.message" value="Custom dictionary deployment timer job completed. SearchComponent: %1, SearchServiceApplication: %2."/>        <string id="SearchEvents.event.LinguisticsDictionaryDeploymentProvisioningCompleted.message" value="Dictionary provisioning completed successfully. SearchComponent: %1, CorrelationId: %2, DictionaryName: %3, DictionaryVersion: %4"/>        <string id="SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobFailed.message" value="SpellingDictionaryUpdate timer job failed. SearchComponent: %1, SearchServiceApplication: %2, FlowName: %3, CorrelationId: %4, Failure: %5."/>        <string id="SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobStarted.message" value="SpellingDictionaryUpdate timer job started. SearchComponent: %1, SearchServiceApplication: %2."/>        <string id="SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobCompleted.message" value="SpellingDictionaryUpdate timer job completed. SearchComponent: %1, SearchServiceApplication: %2."/>        <string id="SearchEvents.event.Search_SearchAnalyticsAnalysisCompleted.message" value="%1 Search analytics analysis finished (%2 percent completed)."/>        <string id="SearchEvents.event.Search_SearchAnalyticsAnalysisStoppedBeforeCompletion.message" value="%1 Search analytics analysis was stopped before reaching completion (%2 percent completed)."/>        <string id="SearchEvents.event.Search_AnalyticsUnableToResolveSSA.message" value="%1 %2 could not resolve search service application."/>        <string id="SearchEvents.event.Search_AnalyticsUnableToLocateSearchAdminComponent.message" value="%1 %2 could not locate search administration component."/>        <string id="SearchEvents.event.Search_AnalyticsUnableToConnectToSystemManager.message" value="%1 %2 could not connect to system manager."/>        <string id="SearchEvents.event.Search_AnalyticsUnableToConnectToAnalysisEngine.message" value="%1 %2 could not connect to analysis engine."/>        <string id="SearchEvents.event.Search_SearchAnalyticsAnalysisStarted.message" value="%1 Successfully started the search analytics analysis."/>        <string id="SearchEvents.event.Search_LostGenerations.message" value="Potentially lost documents on system %1 index system %2 from index generation %3 to %4"/>        <string id="SearchEvents.event.Search_FeedMissingIndexPartition.message" value="Missing one or more index partitions on system %1 index system %2"/>        <string id="SearchEvents.event.Search_FeedMissingIndexPartitionReset.message" value="All index partitions available on system %1 index system %2"/>        <string id="SearchEvents.event.Search_JournalIOExceptionWrite.message" value="Failed writing to search journal file on system %1, name %2. Error message: %3"/>        <string id="SearchEvents.event.Search_JournalIOExceptionRead.message" value="Failed reading from search journal file on system %1, name %2. Error message: %3"/>        <string id="SearchEvents.event.Search_IndexingBlocked.message" value="Feeding to indexer was blocked on system %1, index system %2, waiting %3ms for checkpoint"/>        <string id="SearchEvents.event.Search_QueryMissingIndexPartition.message" value="Query evaluation on system %1 is missing one or more index partitions %2"/>        <string id="SearchEvents.event.Search_QueryMissingIndexPartitionReset.message" value="Query evaluation has all index partitions available on system %1 index system %2"/>        <string id="SearchEvents.event.Search_UsageAnalyticsSSANotAvailable.message" value="%1 : Failed to retrieve Search Service Application."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAPENotAvailable.message" value="%1 : Failed to retrieve Analysis Engine Service."/>        <string id="SearchEvents.event.Search_UsageAnalyticsLinkAnalysisTooOld.message" value="%1 : Search Analytics has not completed for %2 days. Last completed at: %3."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAnalysisOverdue.message" value="%1 : Previous execution of the analysis was not finished. Postponing next analysis start."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAnalysisFailedToStart.message" value="%1 : Failed to start Usage Analysis."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAnalysisConfigFailed.message" value="%1 : Analysis configuration error."/>        <string id="SearchEvents.event.Search_UsageAnalyticsEventStoreNotAvailable.message" value="%1 : Failed to communicate with the event store."/>        <string id="SearchEvents.event.Search_UsageAnalyticsEventConfigNotAvailable.message" value="%1 : Failed to retrieve event configuration."/>        <string id="SearchEvents.event.Search_UsageAnalyticsDeleteConfigNotAvailable.message" value="%1 : Failed to retrieve pending delete configuration."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAnalysisStarted.message" value="%1 : Started Usage Analysis: Processing events from %2 to %3."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAnalysisFailed.message" value="%1 : Previous execution of the analysis failed (consecutive failed runs: %2)."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAnalysisSucceeded.message" value="%1 : Previous execution of the analysis succeeded."/>        <string id="SearchEvents.event.Search_UsageAnalyticsReportingAPIWriteFailure.message" value="%1 : Error uploading analysis item to Reporting database."/>        <string id="SearchEvents.event.Search_UsageAnalyticsReportingAPISkippedEntries.message" value="%1 : Skipping upload of %2 entries to Reporting database."/>        <string id="SearchEvents.event.Search_UsageAnalyticsReportingAPIRecovered.message" value="%1 : Reporting database has recovered from an error."/>        <string id="SearchEvents.event.Search_UsageAnalyticsReportingAPIReadFailure.message" value="%1 : Error during rebuilding data from Reporting database."/>        <string id="SearchEvents.event.Search_UsageAnalyticsReportingAPIReadOk.message" value="%1 : Rebuilding cache from Reporting database succeeded."/>        <string id="SearchEvents.event.Search_UsageAnalyticsFeedingFailure.message" value="%1 : Unable to feed entry to search index."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAnalyticsFeedingOk.message" value="%1 : Feeding to search index succeeded."/>        <string id="SearchEvents.event.Search_UsageAnalyticsEventStoreOk.message" value="%1 : Success fetching events from the event store."/>        <string id="SearchEvents.event.Search_UsageAnalyticsReportingAPIReadWarning.message" value="%1 : Skipped %2 records during rebuild of Reporting database content."/>        <string id="SearchEvents.event.Search_UsageAnalyticsAnalysisNotRun.message" value="%1 : Usage Analytics has not completed successfully the last %2 hours."/>        <string id="SearchEvents.event.Search_RemotingCommunicationFailure.message" value="Remoting communication failure. System: %1 SearchComponent: %2 Error: %3"/>        <string id="SearchEvents.event.Search_RepositoryReplicationSucceeded.message" value="Repository replication succeeded. Primary: %1 Secondary: %2"/>        <string id="SearchEvents.event.Search_RepositoryReplicationFailed.message" value="Repository replication failed. Primary: %1 Secondary: %2 Error: %3"/>        <string id="SearchEvents.event.Search_RepositoryInstallationFailed.message" value="Repository installation failed. File: %1 Error: %2"/>        <string id="SearchEvents.event.Search_RepositoryInitializationFailed.message" value="Repository initialization failed. Error: %1"/>        <string id="SearchEvents.event.Search_RepositoryInitializationSucceeded.message" value="Repository initialization succeeded."/>        <string id="SearchEvents.event.LinguisticsDictionaryImportCmdletStarted.message" value="Dictionary import cmdlet started. SearchComponent: %1, CorrelationId: %2, SearchServiceApplication: %3, DictionaryName: %4, Filename: %5, FlowId: %6."/>        <string id="SearchEvents.event.LinguisticsDictionaryImportCmdletCompleted.message" value="Dictionary import cmdlet completed successfully. SearchComponent: %1, CorrelationId: %2, SearchServiceApplication: %3, DictionaryName: %4"/>        <string id="SearchEvents.event.LinguisticsDictionaryImportCmdletFailed.message" value="Dictionary import cmdlet failed. SearchComponent: %1, CorrelationId: %2, SearchServiceApplication: %3, DictionaryName: %4, Failure: %5."/>        <string id="SearchEvents.event.LinguisticsSpellingDictionaryUpdateNoFilteredTerms.message" value="No terms passed the spelling dictionary filter. SearchComponent: %1, CorrelationId: %2"/>        <string id="SearchEvents.event.LinguisticsSpellingDictionaryUpdateTermsProvisioned.message" value="SearchComponent: %1. Provisioned %2 terms and %3 tenants for spelling dictionary compilation. CorrelationId: %4"/>        <string id="SearchEvents.event.LinguisticsTermFrequencyReaderResultSummary.message" value="SearchComponent: %1. Read %2 terms and %3 tenants from index '%4'. CorrelationId: %5"/>        <string id="SearchEvents.event.LinguisticsFailedToLoadAWordBreaker.message" value="Wordbreaker service failed to load a wordbreaker. SearchComponent: %1, Wordbreaker Language: %2, File %3, ClassId: %4 %5. There are %6 instances of this WB loaded and %7 failed to load."/>        <string id="SearchEvents.event.LinguisticsSuccessfullyLoadedAWordBreaker.message" value="Wordbreaker service successfully loaded a wordbreaker. SearchComponent: %1, Wordbreaker Language: %2 %3. There are %4 instances of this WB loaded and %5 failed to load."/>        <string id="SearchEvents.event.LinguisticsWordBreakerTimedOut.message" value="SearchComponent: %1. Wordbreaker timed out during document processing of %2. Wordbreaker %3 processed %4 of %5 character input for %6 annotations."/>        <string id="SearchEvents.event.LinguisticsWordBreakerExceededProcessingThreshold.message" value="SearchComponent: %1. Wordbreaker exceeded the processing limit during document processing of %2. Wordbreaker %3 processed %4 of %5 character input for %6 annotations."/>        <string id="SearchEvents.event.LinguisticsRetrievingPropertyFailed.message" value="SearchComponent: %1. Could not retrieve properties for the resource %2 from the package manager."/>        <string id="SearchEvents.event.LinguisticsPropertyChanged.message" value="SearchComponent: %1. Configuration for %2 changed. Property %3 was changed from old value %4 to new value %5."/>        <string id="SearchEvents.event.LinguisticsSpellingDictionaryUpdateTimerJobStatusChanged.message" value="SearchComponent %1. Spelling Dictionary Update Timer Job status changed to: %2."/>        <string id="SearchEvents.event.LinguisticsDictionaryCompilationCompleted.message" value="Dictionary compilation completed successfully. SearchComponent: %1, CorrelationId: %2, Entries: %3, Duration: %4 (ms), Peak Memory Usage: %5 (MB)."/>        <string id="SearchEvents.event.LinguisticsDictionaryProvisioningStarted.message" value="Compiled dictionary was successfully delivered to Repository Service. SearchComponent: %1, CorrelationId: %2, Dictionary Name: %3, Dictionary Size: %4, Version: %5"/>        <string id="SearchEvents.event.Search_AnalysisEngineSSAUnavailable.message" value="%1 The analysis engine is unable to connect to the search service application with application name %2. Please verify that the search service is up and running. Will continue to retry. Error message: %3"/>        <string id="SearchEvents.event.Search_AnalysisEngineSSAAvailable.message" value="%1 Analysis engine successfully connected to the search service application with application name %2."/>        <string id="SearchEvents.event.Search_AnalysisEngineAnalysisRestoreFailed.message" value="%1 [%2] Restore of analysis failed. Please verify that all machines hosting analytics processing components are up and file shares available. Will continue to retry. Error message: %3"/>        <string id="SearchEvents.event.Search_AnalysisEngineAnalysisRestoreCompleted.message" value="%1 [%2] Analysis successfully restored."/>        <string id="SearchEvents.event.Search_AnalysisEngineLoadConfigurationFailed.message" value="%1 [%2] Failed to load configuration. Will continue to retry. Error message: %3"/>        <string id="SearchEvents.event.Search_AnalysisEngineAnalysisLoadConfigurationFailed.message" value="%1 [%2] Failed to load configuration. Will start without the analysis. Error message: %3"/>        <string id="SearchEvents.event.Search_AnalysisEngineLoadConfigurationCompleted.message" value="%1 [%2] Successfully loaded configuration."/>        <string id="SearchEvents.event.Search_ItemsProcessedStats.message" value="Items processed %1 %2 %3 %4 %5 %6 %7 %8"/>        <string id="SearchEvents.event.LinguisticsWordBreakerServiceMonitoring.message" value="SearchComponent %1 (WBService %2) language %3 loaded successfully=%4, instances=%5, loading failures=%6, docs processed=%7, docs timeout=%8, docs truncated=%9, internal errors=%10. Tokenized %11 input texts with %12 characters: Processed %13 characters and produced %14 tokens and %15 alttokens in %16 ticks time."/>        <string id="SearchEvents.event.LinguisticsWordBreakerFallbackLoadingFailed.message" value="SearchComponent: %1. Wordbreaker service failed to load the fall-back wordbreaker. Wordbreaker language: %2, File %3, ClassId: %4 %5. Using Wordbreaker language %6 as emergency fall-back."/>        <string id="SearchEvents.event.LinguisticsWordBreakerFallbackLoaded.message" value="SearchComponent: %1. Wordbreaker service successfully loaded the fall-back wordbreaker. Wordbreaker Language: %2 %3."/>        <string id="SearchEvents.event.LinguisticsWordBreakerEmergencyFallbackLoadingFailed.message" value="SearchComponent: %1. Wordbreaker service failed to load the fall-back wordbreaker. WordBreaker language: %2, File %3, ClassId: %4 %5. No other Wordbreaker can be loaded as emergency stand-in!"/>        <string id="SearchEvents.event.LinguisticsWordBreakerInternalError.message" value="SearchComponent: %1. Wordbreaker aborted processing of %2 due to an internal error: %3, Wordbreaker %4 processed %5 character input creating %6 annotations."/>        <string id="SearchEvents.event.LinguisticsWordBreakerCustomerMappedConfiguration.message" value="SearchComponent %1. The wordbreaker for the language %2 (%3) is using a customized configuration: it is mapped to the standard wordbreaker %4."/>        <string id="SearchEvents.event.LinguisticsWordBreakerCustomerProvidedWordBreaker.message" value="SearchComponent %1. The wordbreaker for the language %2 (%3) is using a customized configuration: it is set up to load a custom wordbreaker: %4 (%5, clsid %6)."/>        <string id="SearchEvents.event.QueryClassificationTimerJobFailed.message" value="Query classification timer job failed. SearchComponent: %1, SearchServiceApplication: %2, FlowName: %3, CorrelationId: %4, Failure: %5."/>        <string id="SearchEvents.event.QueryClassificationTimerJobStarted.message" value="Query classification timer job started. SearchComponent: %1, SearchServiceApplication: %2."/>        <string id="SearchEvents.event.QueryClassificationTimerJobCompleted.message" value="Query classification timer job completed. SearchComponent: %1, SearchServiceApplication: %2."/>        <string id="SearchEvents.event.LinguisticsTermStoreLookupCompleted.message" value="TermStoreLookup: SearchComponent: %1, SSA: %2, CorrelationId: %3, DictionaryName: %4, TermsRead: %5, TenantsRead: %6, TermsOutput: %7"/>        <string id="SearchEvents.event.Search_IndexingBlockedReset.message" value="Feeding was unblocked on system %1, index system %2, waiting %3ms for checkpoint"/>        <string id="SearchEvents.event.Search_SeedingFailed.message" value="System %1. Index system %2. Seeding failed to target %3. Error: %4"/>        <string id="SearchEvents.event.Search_IndexCellInvalidated.message" value="System %1. Index system %2. Invalidating index cell %3."/>        <string id="SearchEvents.event.Search_IndexPartitionNotFaultTolerant.message" value="Index replication changed %1, index partition %2 does not have fault tollerance enabeled."/>        <string id="SearchEvents.event.Search_IndexPartitionNotFaultTolerantReset.message" value="Index replication changed %1, index partition %2 has regained fault tollerance."/>        <string id="SearchEvents.event.Search_Clustering_OnPrimary.message" value="%1 : Primary selected: %2 : Monitor Name: %3"/>        <string id="SearchEvents.event.Search_Clustering_OnSecondary.message" value="%1 : Secondary selected: %2 : Monitor Name: %3"/>        <string id="SearchEvents.event.Search_Clustering_DBUnavailable.message" value="%1 : Unable to connect to database: %2"/>        <string id="SearchEvents.event.Search_RuntimeNode_Running.message" value="Search Runtime SearchComponent %1 entered into the running state"/>        <string id="SearchEvents.event.Search_RuntimeNode_Failed.message" value="Search Runtime SearchComponent %1 entered into the failing state"/>        <string id="SearchEvents.event.Search_RuntimeComponent_Failing.message" value="The Search Runtime Component %1 of Search Runtime SearchComponent %2 is failing"/>        <string id="SearchEvents.event.LinguisticsDictionaryExceedsSizeLimit.message" value="SearchComponent: %1, CorrelationID: %2. The dictionary compiled by FlowName: %3 exceeds the maximal size (%4) for compiled dictionaries."/>        <string id="SearchEvents.event.LinguisticsDictionaryCloseToSizeLimit.message" value="SearchComponent: %1, CorrelationID: %2. The dictionary compiled by FlowName: %3 gets close to the maximal size (%4) for compiled dictionaries."/>        <string id="SearchEvents.event.LinguisticsDictionaryDeploymentFailedToDeleteOldVersions.message" value="Failed to delete old dictionaries, will retry on next run. SearchComponent: %1, CorrelationId: %2, SearchServiceApplication: %3, Dictionary: %4, Component:%5, FailureMessage: %6."/>        <string id="SearchEvents.event.LinguisticsCrawlerLanguageDetectorSummary.message" value="SearchComponent: %1, FlowName: %2. CorrelationId: %3. Document Language Detection Summary: Input is Primary Hint %4, Secondary Hint %5, Fallback %6. Language Override:%7. Detected Document Languages:%8, Processing Summary:%9. Output: Processing Language %10, Document language:%11, Document languages: %12, Ranking Language: %13"/>        <string id="SearchEvents.event.Search_NoActiveIndexCell.message" value="No active index cell available. System: %1. Index system: %2. List of partition with no active index cells: %3."/>        <string id="SearchEvents.event.Search_NoActiveIndexCellReset.message" value="Active index cell available on all partitions. System: %1. Index system: %2. List of available partition: %3."/>        <string id="SearchEvents.event.Search_NotEnoughIndexCells.message" value="Not enough index cell available. System: %1. Index system: %2. List of partitions with not enough index cells: %3"/>        <string id="SearchEvents.event.Search_NotEnoughIndexCellsReset.message" value="Enough index cell available on all partitions. System: %1. Index system: %2. List of partitions: %3."/>        <string id="SearchEvents.event.Search_IndexRouterUnavailable.message" value="Index router not available for index partition. System: %1. Index system: %2. List of partitions with unavailable index router: %3"/>        <string id="SearchEvents.event.Search_IndexRouterUnavailableReset.message" value="Index router available for all index partitions. System: %1. Index system: %2. List of partitions: %3"/>        <string id="SearchEvents.event.Search_FsRefineAggregator.message" value="FsRefineAggregator. Timings in milliseconds. ApplicationId: %1, SearchComponent: %2, CorrelationId %3, Total: %4, CacheLookup: %5, Lookup: %6"/>        <string id="SearchEvents.event.Search_FsMergeFailed.message" value="FsMergeFailed. ApplicationId: %1, SearchComponent: %2, NumPartitionsFrom: %3, NumPartitionsTo: %4, MergeLevel: %5, IsMasterMerge: %6, Failure: %7"/>        <string id="SearchEvents.event.Search_SSABackupStarted.message" value="A %1 backup for '%2(%3)' started."/>        <string id="SearchEvents.event.Search_SSABackupFailed.message" value="Backup for '%1(%2)' failed. %3"/>        <string id="SearchEvents.event.Search_SSABackupFirstPhaseStarted.message" value="The first phase of backup for '%1(%2)' started."/>        <string id="SearchEvents.event.Search_SSABackupFirstPhaseCompleted.message" value="The first phase of backup for '%1(%2)' completed."/>        <string id="SearchEvents.event.Search_SSABackupSecondPhaseStarted.message" value="The second phase of backup for '%1(%2)' started."/>        <string id="SearchEvents.event.Search_SSABackupSecondPhaseCompleted.message" value="The second phase of backup for '%1(%2)' completed."/>        <string id="SearchEvents.event.Search_SSABackupResumeCrawlsAndFeedingFailed.message" value="Failed to resume crawls and feeding at the end of the backup for '%1(%2)'."/>        <string id="SearchEvents.event.Search_SSABackupResumeMasterMergeFailed.message" value="Failed to resume master merge at the end of the backup for '%1(%2)'."/>        <string id="SearchEvents.event.Search_SSABackupCompleted.message" value="Backup for '%1(%2)' successfully completed."/>        <string id="SearchEvents.event.Search_SSARestoreStarted.message" value="Restoring (method - %1) '%2(%3)' started."/>        <string id="SearchEvents.event.Search_SSARestoreFailed.message" value="Restoring '%1(%2)' failed. %3"/>        <string id="SearchEvents.event.Search_SSARestoreProvisionedSearchOnServers.message" value="Search provisioned on all servers for '%1(%2)' being restored. "/>        <string id="SearchEvents.event.Search_SSARestoreRemovedOldSearchComponents.message" value="Removed old active search components for '%1(%2)' being restored."/>        <string id="SearchEvents.event.Search_SSARestoreRemovedOldJobDefinitions.message" value="Removed old job definitions for '%1(%2)' being restored."/>        <string id="SearchEvents.event.Search_SSARestoreSetSSAOffline.message" value="Set off-line status to '%1(%2)' being restored.."/>        <string id="SearchEvents.event.Search_SSARestoreUpgradeStarted.message" value="Upgrading '%1(%2)' started."/>        <string id="SearchEvents.event.Search_SSARestoreUpgradeCompleted.message" value="Upgrading '%1(%2)' completed."/>        <string id="SearchEvents.event.Search_SSARestoreCreatedSearchTopology.message" value="Created search topology(%1) for '%2(%3)' being restored."/>        <string id="SearchEvents.event.Search_SSARestoreActivatedSearchTopology.message" value="Activated search topology (%1) for '%2(%3)' being restored."/>        <string id="SearchEvents.event.Search_IndexRestoreStarted.message" value="Started restoring index(%1)."/>        <string id="SearchEvents.event.Search_IndexRestoreFailed.message" value="Restoring index(%1) failed. %2"/>        <string id="SearchEvents.event.Search_IndexRestoreCompleted.message" value="Restoring index(%1) completed."/>        <string id="SearchEvents.event.Search_SSARestoreNoIndexComponent.message" value="No index component found for '%1(%2)'."/>        <string id="SearchEvents.event.Search_SSARestoreCompleted.message" value=" '%1(%2)' successfully restored."/>        <string id="SearchEvents.event.Search_IndexBackupFirstPhaseStarted.message" value="The first phase of index(%1) backup started."/>        <string id="SearchEvents.event.Search_IndexBackupFirstPhaseCompleted.message" value="The first phase of index(%1) backup completed."/>        <string id="SearchEvents.event.Search_IndexBackupSecondPhaseStarted.message" value="The second phase of index(%1) backup started."/>        <string id="SearchEvents.event.Search_IndexBackupSecondPhaseCompleted.message" value="The second phase of index(%1) backup completed."/>        <string id="SearchEvents.event.Search_IndexBackupFailed.message" value="Index(%1) backup failed. %2"/>        <string id="SearchEvents.event.Search_SSARestoreCreatedSSA.message" value="Created new search service application '%1(%2)'."/>        <string id="SearchEvents.event.Search_SSAPostRestoreSSAReadyToFunction.message" value="'%1(%2)' is ready to function after the restoration."/>        <string id="SearchEvents.event.Search_SSABackupPausedMasterMerge.message" value="Pausing master merge completed in %1 minutes for '%2(%3)'."/>        <string id="SearchEvents.event.Search_SSABackupPausedCrawlsAndFeeding.message" value="Pausing crawls and feeding completed in %1 minutes for '%2(%3)'."/>        <string id="SearchEvents.event.Search_QueryLoadBalancer_AllQueryProcessingComponentsFailed.message" value="%1: All query processing components are in 'Failed' status."/>        <string id="SearchEvents.event.Search_QueryLoadBalancer_QueryProcessingComponentAvailable.message" value="%1: Query processing component '%2' changes its status to 'Succeeded', and is available to process queries."/>        <string id="SearchEvents.event.Search_QueryLoadBalancer_QueryProcessingComponentFailed.message" value="%1: Query processing component '%2' changes its status to 'Failed'."/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_GENERAL.message" value="General"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_LOGS.message" value="Search Component"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_HOSTCONTROLLERLOGS.message" value="Search HostController"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_FSQUERY.message" value="FsPlugin query tasks"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_FSINDEXING.message" value="FsPlugin indexing tasks"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_SPQUERY.message" value="SP query tasks"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_SPINDEXING.message" value="SP indexing related tasks"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_DOCUMENTFEEDER.message" value="Document Feeder"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_ANALYSISENGINE.message" value="Analysis Engine"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_SEARCHANALYTICS.message" value="Search Analytics"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_QUERYPROCESSING.message" value="Query Processing"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_SCHEMASERVICECONSUMER.message" value="Schema Service Consumer"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_INDEXLOOKUP.message" value="Index Lookup"/>        <string id="SearchEvents.task.MSOULSCAT_NLG_EXTRACTORS.message" value="Category for tracing the NLG Extractors"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_LINGUISTICS.message" value="Linguistic Processing"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_USAGEANALYTICS.message" value="Usage Analytics"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_SEARCHPLATFORMSERVICES.message" value="Search Platform Services"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_FASTSERVER.message" value="FastServer log"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_SEARCHREPORTS.message" value="Search Reports"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_DOCUMENTPARSING.message" value="Document Parsing"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_BACKUPRESTORE.message" value="Search Backup &amp; Restore"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_CONTENTPROCESSING.message" value="Content Processing"/>        <string id="SearchEvents.task.MSOULSCAT_SEARCH_COMMONPROCESSING.message" value="Common Processing"/>        <string id="SearchFoundationCounterSet_ULSDiagnosticsCounterSet.name" value="Search ULS Diagnostics Counter Set"/>        <string id="SearchFoundationCounterSet_ULSDiagnosticsCounterSet.description" value="Search ULS Diagnostics Counter Set"/>        <string id="SearchCounter.ULSDiagnosticsCounter.name" value="ULS Diagnostics Counter"/>        <string id="SearchCounter.ULSDiagnosticsCounter.description" value="ULS Diagnostics Counter"/>        <string id="SearchCounterSet_GenerationController.name" value="Search Generation Controller"/>        <string id="SearchCounterSet_GenerationController.description" value="Controls creation of index generations"/>        <string id="SearchCounter.GenerationsCreatedTotalContentGroups.name" value="GenerationsCreatedTotalContentGroups"/>        <string id="SearchCounter.GenerationsCreatedTotalContentGroups.description" value="Total number of content groups created in index generations"/>        <string id="SearchCounter.GenerationsCreated.name" value="GenerationsCreated"/>        <string id="SearchCounter.GenerationsCreated.description" value="Total number of generations created"/>        <string id="SearchCounter.GenerationContentGroupCount.name" value="GenerationContentGroupCount"/>        <string id="SearchCounter.GenerationContentGroupCount.description" value="Number of content groups in last index generation"/>        <string id="SearchCounter.NumberOfIndexPartitions.name" value="NumberOfIndexPartitions"/>        <string id="SearchCounter.NumberOfIndexPartitions.description" value="Number of index partitions"/>        <string id="SearchCounter.ActiveCellInPartitions.name" value="ActiveCellInPartitions"/>        <string id="SearchCounter.ActiveCellInPartitions.description" value="Number of active cells in partitions"/>        <string id="SearchCounter.IndexCellsInPartitions.name" value="IndexCellsInPartitions"/>        <string id="SearchCounter.IndexCellsInPartitions.description" value="Number of index cells in partitions"/>        <string id="SearchCounterSet_ContentRouter.name" value="Search Content Router"/>        <string id="SearchCounterSet_ContentRouter.description" value="Routes content to index"/>        <string id="SearchCounter.IndexTime.name" value="IndexTime"/>        <string id="SearchCounter.IndexTime.description" value="The number of milliseconds it takes from submitting a document until a callback is received"/>        <string id="SearchCounter.IndexTimeBase.name" value="IndexTimeBase"/>        <string id="SearchCounter.IndexTimeBase.description" value="Number of measurements of IndexTime"/>        <string id="SearchCounter.NumSuccessIndex.name" value="NumSuccessIndex"/>        <string id="SearchCounter.NumSuccessIndex.description" value="The number of successful document index operations performed since startup"/>        <string id="SearchCounter.NumFailedIndex.name" value="NumFailedIndex"/>        <string id="SearchCounter.NumFailedIndex.description" value="The number of failed document index operations performed since startup"/>        <string id="SearchCounter.PendingContentGroups.name" value="PendingContentGroups"/>        <string id="SearchCounter.PendingContentGroups.description" value="The number of pending index operations"/>        <string id="SearchCounter.TimeBlockedOnFullQueue.name" value="TimeBlockedOnFullQueue"/>        <string id="SearchCounter.TimeBlockedOnFullQueue.description" value="Total time blocked on full queue"/>        <string id="SearchCounterSet_ContentTargets.name" value="Search IndexRouter"/>        <string id="SearchCounterSet_ContentTargets.description" value="Routes content to indexes"/>        <string id="SearchCounter.PendingDocuments.name" value="PendingDocuments"/>        <string id="SearchCounter.PendingDocuments.description" value="Number of documents waiting in the index router"/>        <string id="SearchCounter.DocumentsDrained.name" value="DocumentsDrained"/>        <string id="SearchCounter.DocumentsDrained.description" value="Number of documents passed from the index router to the index"/>        <string id="SearchCounter.IndexingBlocked.name" value="IndexingBlocked"/>        <string id="SearchCounter.IndexingBlocked.description" value="Total time in ms indexing has been blocked waiting for checkpoint to complete"/>        <string id="SearchCounter.DocumentsDropped.name" value="DocumentsDropped"/>        <string id="SearchCounter.DocumentsDropped.description" value="Number of documents dropped at the index router because it took too long for them waiting to be indexed"/>        <string id="SearchCounter.DocumentQueueFillPercentage.name" value="DocumentQueueFillPercentage"/>        <string id="SearchCounter.DocumentQueueFillPercentage.description" value="Fill percentage of document queue"/>        <string id="SearchCounterSet_Journal.name" value="Search Journal"/>        <string id="SearchCounterSet_Journal.description" value="Journal of index changes"/>        <string id="SearchCounter.GenerationIndexed.name" value="GenerationIndexed"/>        <string id="SearchCounter.GenerationIndexed.description" value="Last indexed generation"/>        <string id="SearchCounter.GenerationIndexing.name" value="GenerationIndexing"/>        <string id="SearchCounter.GenerationIndexing.description" value="Currently indexing generation"/>        <string id="SearchCounter.GenerationCheckpointed.name" value="GenerationCheckpointed"/>        <string id="SearchCounter.GenerationCheckpointed.description" value="Last checkpointed generation"/>        <string id="SearchCounter.GenerationCheckpointing.name" value="GenerationCheckpointing"/>        <string id="SearchCounter.GenerationCheckpointing.description" value="Currently checkpointing generation"/>        <string id="SearchCounter.JournalEntries.name" value="JournalEntries"/>        <string id="SearchCounter.JournalEntries.description" value="Number of entries in journal"/>        <string id="SearchCounter.JournalPercent.name" value="JournalPercent"/>        <string id="SearchCounter.JournalPercent.description" value="Fill rate of current journal"/>        <string id="SearchCounterSet_JournalShipper.name" value="Search JournalShipper"/>        <string id="SearchCounterSet_JournalShipper.description" value="Live replication to indexer replicas"/>        <string id="SearchCounter.JournalReplicationLag.name" value="JournalReplicationLag"/>        <string id="SearchCounter.JournalReplicationLag.description" value="Lag in replication between active and passive indexer, in generations"/>        <string id="SearchCounterSet_FsIndex.name" value="Search Index"/>        <string id="SearchCounterSet_FsIndex.description" value="Search index"/>        <string id="SearchCounter.FsIndex.CheckpointTime.name" value="CheckpointTime"/>        <string id="SearchCounter.FsIndex.CheckpointTime.description" value="Time (in ms) to finish last checkpoint"/>        <string id="SearchCounter.FsIndex.CheckpointNumDocs.name" value="CheckpointNumDocs"/>        <string id="SearchCounter.FsIndex.CheckpointNumDocs.description" value="Number of documents in last checkpoint"/>        <string id="SearchCounter.FsIndex.BadContentMessages.name" value="BadContentMessages"/>        <string id="SearchCounter.FsIndex.BadContentMessages.description" value="Unparsable messages delivered to indexing"/>        <string id="SearchCounter.FsIndex.BadQueryMessages.name" value="BadQueryMessages"/>        <string id="SearchCounter.FsIndex.BadQueryMessages.description" value="Unparsable messages delivered to querying"/>        <string id="SearchCounter.FsIndex.DocsPerIndexCell.name" value="DocsPerIndexCell"/>        <string id="SearchCounter.FsIndex.DocsPerIndexCell.description" value="Number of documents indexed by index cell"/>        <string id="SearchCounter.FsIndex.DiskUsePerIndexCell.name" value="DiskUsePerIndexCell"/>        <string id="SearchCounter.FsIndex.DiskUsePerIndexCell.description" value="Total disk space used by journal in index cell (MB)"/>        <string id="SearchCounterSet_Query.name" value="Search SPLookupService"/>        <string id="SearchCounterSet_Query.description" value="Routes queries to index"/>        <string id="SearchCounter.Query.QueryLookupTime.name" value="QueryLookupTime"/>        <string id="SearchCounter.Query.QueryLookupTime.description" value="The number of milliseconds required to perform a query lookup"/>        <string id="SearchCounter.Query.DocSumLookupTime.name" value="DocSumLookupTime"/>        <string id="SearchCounter.Query.DocSumLookupTime.description" value="The number of milliseconds required to perform just a docsum retrieval"/>        <string id="SearchCounter.Query.NumQueryLookupOps.name" value="NumQueryLookupOps"/>        <string id="SearchCounter.Query.NumQueryLookupOps.description" value="The number of query lookup operations handled since startup"/>        <string id="SearchCounter.Query.NumDocSumLookupOps.name" value="NumDocSumLookupOps"/>        <string id="SearchCounter.Query.NumDocSumLookupOps.description" value="The number of document summary lookup operations handled since startup"/>        <string id="SearchCounter.Query.AvgQueryLookupTimeBase.name" value="AvgQueryLookupTimeBase"/>        <string id="SearchCounter.Query.AvgQueryLookupTimeBase.description" value="The base for the average number of milliseconds required to perform a full query lookup (including docsum retrieval"/>        <string id="SearchCounter.Query.AvgQueryLookupTime.name" value="AvgQueryLookupTime"/>        <string id="SearchCounter.Query.AvgQueryLookupTime.description" value="The average number of milliseconds required to perform a full query lookup (including docsum retrieval"/>        <string id="SearchCounter.Query.AvgDocSumLookupTimeBase.name" value="AvgDocSumLookupTimeBase"/>        <string id="SearchCounter.Query.AvgDocSumLookupTimeBase.description" value="The base for the average number of milliseconds required to perform just a docsum retrieval"/>        <string id="SearchCounter.Query.AvgDocSumLookupTime.name" value="AvgDocSumLookupTime"/>        <string id="SearchCounter.Query.AvgDocSumLookupTime.description" value="The average number of milliseconds required to perform just a docsum retrieval"/>        <string id="SearchCounterSet_Seeding.name" value="Seeding/Backup performance counter set"/>        <string id="SearchCounterSet_Seeding.description" value="Performance counter set for seeding component"/>        <string id="SearchCounter.CompletedPercentage.name" value="Completed volume in percentage"/>        <string id="SearchCounter.CompletedPercentage.description" value="Performance counter for completed volume seeding/backup progress (in percentage)"/>        <string id="SearchCounter.CompletedVolume.name" value="Completed volume in MB"/>        <string id="SearchCounter.CompletedVolume.description" value="Performance counter for completed volume seeding/backup progress (in MB)"/>        <string id="SearchCounter.ProgressSpeed.name" value="Average speed so far in MB/s"/>        <string id="SearchCounter.ProgressSpeed.description" value="Performance counter for seeding/backup speed so far (in MB/s)"/>        <string id="SearchCounterSet_FsPlugin.name" value="Search Fs"/>        <string id="SearchCounterSet_FsPlugin.description" value="The inverted index performing indexing and search in an index"/>        <string id="SearchCounter.Fs.LookupNumOps.name" value="LookupNumOps"/>        <string id="SearchCounter.Fs.LookupNumOps.description" value="Number of times the lookup operation has been called since startup"/>        <string id="SearchCounter.Fs.LookupRecall.name" value="LookupRecall"/>        <string id="SearchCounter.Fs.LookupRecall.description" value="Number of milliseconds used on the LookupRecall stage"/>        <string id="SearchCounter.Fs.LookupRankStage1.name" value="LookupRankStage1"/>        <string id="SearchCounter.Fs.LookupRankStage1.description" value="Number of milliseconds used on the LookupRankStage1 stage"/>        <string id="SearchCounter.Fs.LookupRankStage2.name" value="LookupRankStage2"/>        <string id="SearchCounter.Fs.LookupRankStage2.description" value="Number of milliseconds used on the LookupRankStage2 stage"/>        <string id="SearchCounter.Fs.LookupAggregators.name" value="LookupAggregators"/>        <string id="SearchCounter.Fs.LookupAggregators.description" value="Number of milliseconds used on the LookupAggregators stage"/>        <string id="SearchCounter.Fs.LookupFinalSort.name" value="LookupFinalSort"/>        <string id="SearchCounter.Fs.LookupFinalSort.description" value="Number of milliseconds used on the LookupFinalSort stage"/>        <string id="SearchCounter.Fs.LookupTotal.name" value="LookupTotal"/>        <string id="SearchCounter.Fs.LookupTotal.description" value="Number of milliseconds used on the LookupTotal stage"/>        <string id="SearchCounter.Fs.DocSumNumOps.name" value="DocSumNumOps"/>        <string id="SearchCounter.Fs.DocSumNumOps.description" value="Number of times the document summary operation has been called since startup"/>        <string id="SearchCounter.Fs.DocSumTotal.name" value="DocSumTotal"/>        <string id="SearchCounter.Fs.DocSumTotal.description" value="Number of milliseconds used on the DocSumTotal stage"/>        <string id="SearchCounter.Fs.IndexDocNumOps.name" value="IndexDocNumOps"/>        <string id="SearchCounter.Fs.IndexDocNumOps.description" value="Number of times the index document has been called since startup"/>        <string id="SearchCounter.Fs.IndexDocTotal.name" value="IndexDocTotal"/>        <string id="SearchCounter.Fs.IndexDocTotal.description" value="Number of milliseconds used on the IndexDocTotal stage"/>        <string id="SearchCounter.Fs.IndexDocBegin.name" value="IndexDocBegin"/>        <string id="SearchCounter.Fs.IndexDocBegin.description" value="Number of milliseconds used on the IndexDocBegin stage"/>        <string id="SearchCounter.Fs.IndexDocFreeText.name" value="IndexDocFreeText"/>        <string id="SearchCounter.Fs.IndexDocFreeText.description" value="Number of milliseconds used on the IndexDocFreeText stage"/>        <string id="SearchCounter.Fs.IndexDocString.name" value="IndexDocString"/>        <string id="SearchCounter.Fs.IndexDocString.description" value="Number of milliseconds used on the IndexDocString stage"/>        <string id="SearchCounter.Fs.IndexDocSummary.name" value="IndexDocSummary"/>        <string id="SearchCounter.Fs.IndexDocSummary.description" value="Number of milliseconds used on the IndexDocSummary stage"/>        <string id="SearchCounter.Fs.IndexDocRemove.name" value="IndexDocRemove"/>        <string id="SearchCounter.Fs.IndexDocRemove.description" value="Number of milliseconds used on the IndexDocRemove stage"/>        <string id="SearchCounter.Fs.IndexDocCommit.name" value="IndexDocCommit"/>        <string id="SearchCounter.Fs.IndexDocCommit.description" value="Number of milliseconds used on the IndexDocCommit stage"/>        <string id="SearchCounter.Fs.IndexDocOperation.name" value="IndexDocOperation"/>        <string id="SearchCounter.Fs.IndexDocOperation.description" value="The operation performed. 0 = unsert, 1 = remove, 2 = partial update"/>        <string id="SearchCounter.Fs.IndexDocNumOcc.name" value="IndexDocNumOcc"/>        <string id="SearchCounter.Fs.IndexDocNumOcc.description" value="Number of occurrences"/>        <string id="SearchCounter.Fs.IndexDocSumSize.name" value="IndexDocSumSize"/>        <string id="SearchCounter.Fs.IndexDocSumSize.description" value="The document summary size"/>        <string id="SearchCounter.Fs.IndexDocNumUpdateGroups.name" value="IndexDocNumUpdateGroups"/>        <string id="SearchCounter.Fs.IndexDocNumUpdateGroups.description" value="Number of update groups"/>        <string id="SearchCounter.Fs.IndexDocSPId.name" value="IndexDocSPId"/>        <string id="SearchCounter.Fs.IndexDocSPId.description" value="The external id"/>        <string id="SearchCounter.Fs.IndexCommitNumOps.name" value="IndexCommitNumOps"/>        <string id="SearchCounter.Fs.IndexCommitNumOps.description" value="Number of times the index commit operation has been called since startup"/>        <string id="SearchCounter.Fs.IndexCommitTotal.name" value="IndexCommitTotal"/>        <string id="SearchCounter.Fs.IndexCommitTotal.description" value="Number of milliseconds used on the IndexCommitTotal stage"/>        <string id="SearchCounter.Fs.IndexCommitCommit.name" value="IndexCommitCommit"/>        <string id="SearchCounter.Fs.IndexCommitCommit.description" value="Number of milliseconds used on the IndexCommitCommit stage"/>        <string id="SearchCounter.Fs.IndexCommitAddPart.name" value="IndexCommitAddPart"/>        <string id="SearchCounter.Fs.IndexCommitAddPart.description" value="Number of milliseconds used on the IndexCommitAddPart stage"/>        <string id="SearchCounter.Fs.IndexDocCommitNumDocs.name" value="IndexDocCommitNumDocs"/>        <string id="SearchCounter.Fs.IndexDocCommitNumDocs.description" value="Number of documents committed"/>        <string id="SearchCounter.Fs.IndexCommitGenId.name" value="IndexCommitGenId"/>        <string id="SearchCounter.Fs.IndexCommitGenId.description" value="The generation id"/>        <string id="SearchCounter.Fs.MergeNumOps.name" value="MergeNumOps"/>        <string id="SearchCounter.Fs.MergeNumOps.description" value="Number of times the merge operation has been called since startup"/>        <string id="SearchCounter.Fs.MergeTotal.name" value="MergeTotal"/>        <string id="SearchCounter.Fs.MergeTotal.description" value="Number of milliseconds used on the MergeTotal stage"/>        <string id="SearchCounter.Fs.MergeLock.name" value="MergeLock"/>        <string id="SearchCounter.Fs.MergeLock.description" value="Number of milliseconds used on the MergeLock stage"/>        <string id="SearchCounter.Fs.MergeIdMap.name" value="MergeIdMap"/>        <string id="SearchCounter.Fs.MergeIdMap.description" value="Number of milliseconds used on the MergeIdMap stage"/>        <string id="SearchCounter.Fs.MergeInit.name" value="MergeInit"/>        <string id="SearchCounter.Fs.MergeInit.description" value="Number of milliseconds used on the MergeInit stage"/>        <string id="SearchCounter.Fs.MergeRenumberWords.name" value="MergeRenumberWords"/>        <string id="SearchCounter.Fs.MergeRenumberWords.description" value="Number of milliseconds used on the MergeRenumberWords stage"/>        <string id="SearchCounter.Fs.MergeDocAttributes.name" value="MergeDocAttributes"/>        <string id="SearchCounter.Fs.MergeDocAttributes.description" value="Number of milliseconds used on the MergeDocAttributes stage"/>        <string id="SearchCounter.Fs.MergeMergeOcc.name" value="MergeMergeOcc"/>        <string id="SearchCounter.Fs.MergeMergeOcc.description" value="Number of milliseconds used on the MergeMergeOcc stage"/>        <string id="SearchCounter.Fs.MergeAttributeVector.name" value="MergeAttributeVector"/>        <string id="SearchCounter.Fs.MergeAttributeVector.description" value="Number of milliseconds used on the MergeAttributeVector stage"/>        <string id="SearchCounter.Fs.MergeDocSum.name" value="MergeDocSum"/>        <string id="SearchCounter.Fs.MergeDocSum.description" value="Number of milliseconds used on the MergeDocSum stage"/>        <string id="SearchCounter.Fs.MergeFinalize.name" value="MergeFinalize"/>        <string id="SearchCounter.Fs.MergeFinalize.description" value="Number of milliseconds used on the MergeFinalize stage"/>        <string id="SearchCounter.Fs.MergeNumDocs.name" value="MergeNumDocs"/>        <string id="SearchCounter.Fs.MergeNumDocs.description" value="Number of documents merge in latest merge"/>        <string id="SearchCounter.Fs.MergeNumPartitionsFrom.name" value="MergeNumPartitionsFrom"/>        <string id="SearchCounter.Fs.MergeNumPartitionsFrom.description" value="Number of input partitons"/>        <string id="SearchCounter.Fs.MergeNumPartitionsTo.name" value="MergeNumPartitionsTo"/>        <string id="SearchCounter.Fs.MergeNumPartitionsTo.description" value="Number of output partitions"/>        <string id="SearchCounter.Fs.BitVectorCacheLookupHits.name" value="BitVectorCacheLookupHits"/>        <string id="SearchCounter.Fs.BitVectorCacheLookupHits.description" value="Number of lookup hits in the bit vector cache"/>        <string id="SearchCounter.Fs.BitVectorCacheLookupTotal.name" value="BitVectorCacheLookupTotal"/>        <string id="SearchCounter.Fs.BitVectorCacheLookupTotal.description" value="Number of lookups in the int range bit vector cache"/>        <string id="SearchCounter.Fs.IntRangeBitVectorCacheLookupHits.name" value="IntRangeBitVectorCacheLookupHits"/>        <string id="SearchCounter.Fs.IntRangeBitVectorCacheLookupHits.description" value="Number of lookup hits in the int range bit vector cache"/>        <string id="SearchCounter.Fs.IntRangeBitVectorCacheLookupTotal.name" value="IntRangeBitVectorCacheLookupTotal"/>        <string id="SearchCounter.Fs.IntRangeBitVectorCacheLookupTotal.description" value="Number of lookups in the int range bit vector cache"/>        <string id="SearchCounter.Fs.BoolOccCacheLookupHits.name" value="BoolOccurrenceCacheLookupHits"/>        <string id="SearchCounter.Fs.BoolOccCacheLookupHits.description" value="Number of lookup hits in the bool occurrence cache"/>        <string id="SearchCounter.Fs.BoolOccCacheLookupTotal.name" value="BoolOccurrenceCacheLookupTotal"/>        <string id="SearchCounter.Fs.BoolOccCacheLookupTotal.description" value="Number of lookups in the bool occurrence cache"/>        <string id="SearchCounter.Fs.PosOccCacheLookupHits.name" value="PosOccurrenceCacheLookupHits"/>        <string id="SearchCounter.Fs.PosOccCacheLookupHits.description" value="Number of lookup hits in the position occurrence cache"/>        <string id="SearchCounter.Fs.PosOccCacheLookupTotal.name" value="PosOccurrenceCacheLookupTotal"/>        <string id="SearchCounter.Fs.PosOccCacheLookupTotal.description" value="Number of lookups in the position occurrence cache"/>        <string id="SearchCounter.Fs.IntOccCacheLookupHits.name" value="IntOccurrenceCacheLookupHits"/>        <string id="SearchCounter.Fs.IntOccCacheLookupHits.description" value="Number of lookup hits in the integer occurrence cache"/>        <string id="SearchCounter.Fs.IntOccCacheLookupTotal.name" value="IntOccurrenceCacheLookupTotal"/>        <string id="SearchCounter.Fs.IntOccCacheLookupTotal.description" value="Number of lookups in the integer occurrence cache"/>        <string id="SearchCounter.Fs.DocInfoCacheLookupHits.name" value="DocInfoCacheLookupHits"/>        <string id="SearchCounter.Fs.DocInfoCacheLookupHits.description" value="Number of lookup hits in the doc info cache"/>        <string id="SearchCounter.Fs.DocInfoCacheLookupTotal.name" value="DocInfoCacheLookupTotal"/>        <string id="SearchCounter.Fs.DocInfoCacheLookupTotal.description" value="Number of lookups in the doc info cache"/>        <string id="SearchCounter.Fs.DictionaryCacheLookupHits.name" value="DictionaryCacheLookupHits"/>        <string id="SearchCounter.Fs.DictionaryCacheLookupHits.description" value="Number of lookup hits in the dictionary cache"/>        <string id="SearchCounter.Fs.DictionaryCacheLookupTotal.name" value="DictionaryCacheLookupTotal"/>        <string id="SearchCounter.Fs.DictionaryCacheLookupTotal.description" value="Number of lookups in the dictionary cache"/>        <string id="SearchCounter.Fs.SubQueryCacheLookupHits.name" value="SubQueryCacheLookupHits"/>        <string id="SearchCounter.Fs.SubQueryCacheLookupHits.description" value="Number of lookup hits in the sub query cache"/>        <string id="SearchCounter.Fs.SubQueryCacheLookupTotal.name" value="SubQueryCacheLookupTotal"/>        <string id="SearchCounter.Fs.SubQueryCacheLookupTotal.description" value="Number of lookups in the sub query cache"/>        <string id="SearchCounter.Fs.WorkingGenerationPartitions.name" value="WorkingGenerationPartitions"/>        <string id="SearchCounter.Fs.WorkingGenerationPartitions.description" value="Number of active partitions"/>        <string id="SearchCounter.Fs.IndexInMemoryKBytes.name" value="IndexInMemoryKBytes"/>        <string id="SearchCounter.Fs.IndexInMemoryKBytes.description" value="The total size of in memory partitions in KBytes"/>        <string id="SearchCounter.Fs.MergeLevel.name" value="MergeLevel"/>        <string id="SearchCounter.Fs.MergeLevel.description" value="The merge level"/>        <string id="SearchCounter.Fs.LookupQueue.name" value="LookupQueue"/>        <string id="SearchCounter.Fs.LookupQueue.description" value="Number of milliseconds used in the queue before Lookup"/>        <string id="SearchCounter.Fs.DocSumQueue.name" value="DocSumQueue"/>        <string id="SearchCounter.Fs.DocSumQueue.description" value="Number of milliseconds used in the queue before DocSum"/>        <string id="SearchCounter.Fs.MemoryUsedByCachesCurrent.name" value="MemoryUsedByCachesCurrent"/>        <string id="SearchCounter.Fs.MemoryUsedByCachesCurrent.description" value="Number of bytes currently used by caches"/>        <string id="SearchCounter.Fs.MemoryUsedByCachesMax.name" value="MemoryUsedByCachesMax"/>        <string id="SearchCounter.Fs.MemoryUsedByCachesMax.description" value="Max number of bytes used by caches"/>        <string id="SearchCounter.Fs.NumInMemoryParts.name" value="NumInMemoryParts"/>        <string id="SearchCounter.Fs.NumInMemoryParts.description" value="Number of in memory index parts"/>        <string id="SearchCounter.Fs.NumDiskParts.name" value="NumDiskParts"/>        <string id="SearchCounter.Fs.NumDiskParts.description" value="Number of on disk index partitions"/>        <string id="SearchCounter.Fs.IndexIdMapKBytes.name" value="IndexIdMapKBytes"/>        <string id="SearchCounter.Fs.IndexIdMapKBytes.description" value="Allocated memory for document ID maps in KBytes"/>        <string id="SearchCounter.Fs.IndexAttributeVectorKBytes.name" value="IndexAttributeVectorKBytes"/>        <string id="SearchCounter.Fs.IndexAttributeVectorKBytes.description" value="Allocated memory for attribute vectors map in KBytes"/>        <string id="SearchCounter.Fs.IndexIntegerIndexKBytes.name" value="IndexIntegerIndexKBytes"/>        <string id="SearchCounter.Fs.IndexIntegerIndexKBytes.description" value="Allocated memory for integer index in KBytes"/>        <string id="SearchCounter.Fs.IndexDocInfoKBytes.name" value="IndexDocInfoKBytes"/>        <string id="SearchCounter.Fs.IndexDocInfoKBytes.description" value="Allocated memory for document information in KBytes"/>        <string id="SearchCounter.Fs.TotalNumDocs.name" value="TotalNumDocs"/>        <string id="SearchCounter.Fs.TotalNumDocs.description" value="The total number of documents in index"/>        <string id="SearchCounter.Fs.AggregatorCacheLookupHits.name" value="AggregatorCacheLookupHits"/>        <string id="SearchCounter.Fs.AggregatorCacheLookupHits.description" value="The number of lookup hits in the attribute vector cache"/>        <string id="SearchCounter.Fs.AggregatorCacheLookupTotal.name" value="AggregatorCacheLookupTotal"/>        <string id="SearchCounter.Fs.AggregatorCacheLookupTotal.description" value="The number of lookups in the attribute vector cache"/>        <string id="SearchCounter.Fs.PreCalcCacheLookupHits.name" value="PreCalcCacheLookupHits"/>        <string id="SearchCounter.Fs.PreCalcCacheLookupHits.description" value="The number of lookup hits in the precalc cache"/>        <string id="SearchCounter.Fs.PreCalcCacheLookupTotal.name" value="PreCalcCacheLookupTotal"/>        <string id="SearchCounter.Fs.PreCalcCacheLookupTotal.description" value="The number of lookups in the precalc cache"/>        <string id="SearchCounter.Fs.ResultCacheLookupHits.name" value="ResultCacheLookupHits"/>        <string id="SearchCounter.Fs.ResultCacheLookupHits.description" value="The number of lookup hits in the result cache"/>        <string id="SearchCounter.Fs.ResultCacheLookupTotal.name" value="ResultCacheLookupTotal"/>        <string id="SearchCounter.Fs.ResultCacheLookupTotal.description" value="The number of lookups in the result cache"/>        <string id="SearchCounter.Fs.SkiplistBoolOccCacheLookupHits.name" value="SkiplistBoolOccCacheLookupHits"/>        <string id="SearchCounter.Fs.SkiplistBoolOccCacheLookupHits.description" value="The number of lookup hits in the skiplist bool occurrence cache"/>        <string id="SearchCounter.Fs.SkiplistBoolOccCacheLookupTotal.name" value="SkiplistBoolOccCacheLookupTotal"/>        <string id="SearchCounter.Fs.SkiplistBoolOccCacheLookupTotal.description" value="The number of lookups in the skiplist bool occurrence cache"/>        <string id="SearchCounter.Fs.SkiplistPosOccCacheLookupHits.name" value="SkiplistPosOccCacheLookupHits"/>        <string id="SearchCounter.Fs.SkiplistPosOccCacheLookupHits.description" value="The number of lookup hits in the skiplist position occurrence cache"/>        <string id="SearchCounter.Fs.SkiplistPosOccCacheLookupTotal.name" value="SkiplistPosOccCacheLookupTotal"/>        <string id="SearchCounter.Fs.SkiplistPosOccCacheLookupTotal.description" value="The number of lookups in the skiplist position occurrence cache"/>        <string id="SearchCounter.Fs.RefineAggregatorNumOps.name" value="RefineAggregatorNumOps"/>        <string id="SearchCounter.Fs.RefineAggregatorNumOps.description" value="The number of times the refine aggregator operation has been called since startup"/>        <string id="SearchCounter.Fs.RefineAggregatorTotal.name" value="RefineAggregatorTotal"/>        <string id="SearchCounter.Fs.RefineAggregatorTotal.description" value="The number of milliseconds used on the refine aggregator stage"/>        <string id="SearchCounter.Fs.OnDiskKBytes.name" value="OnDiskKBytes"/>        <string id="SearchCounter.Fs.OnDiskKBytes.description" value="The total size of on disk partitions in KBytes"/>        <string id="SearchCounter.Fs.NumMasterMergeStarted.name" value="NumMasterMergeStarted"/>        <string id="SearchCounter.Fs.NumMasterMergeStarted.description" value="Number of started master merges"/>        <string id="SearchCounter.Fs.NumMasterMergeSuccessful.name" value="NumMasterMergeSuccessful"/>        <string id="SearchCounter.Fs.NumMasterMergeSuccessful.description" value="Number of successful master merges"/>        <string id="SearchCounter.Fs.NumMasterMergeFailed.name" value="NumMasterMergeFailed"/>        <string id="SearchCounter.Fs.NumMasterMergeFailed.description" value="Number of failed master merges"/>        <string id="SearchCounterSet.ContentProcessing.name" value="Search Content Processing"/>        <string id="SearchCounterSet.ContentProcessing.description" value="Content processing related performance counters"/>        <string id="SearchCounter.ContentProcessing.CP_CallbacksAvailable.name" value="# Callbacks Available"/>        <string id="SearchCounter.ContentProcessing.CP_CallbacksAvailable.description" value="Current number of callbacks available for consumption, but not yet consumed."/>        <string id="SearchCounter.ContentProcessing.CP_CallbacksTotal.name" value="# Callbacks Total"/>        <string id="SearchCounter.ContentProcessing.CP_CallbacksTotal.description" value="Total number of callbacks produced by the content processing component since the start of the component."/>        <string id="SearchCounter.ContentProcessing.CP_CallbacksPerSecond.name" value="# Callbacks Per Second"/>        <string id="SearchCounter.ContentProcessing.CP_CallbacksPerSecond.description" value="Callbacks produced per second by the content processing component. This includes any type of callback."/>        <string id="SearchCounter.ContentProcessing.CP_CompletedCallbacksTotal.name" value="# Completed Callbacks Total"/>        <string id="SearchCounter.ContentProcessing.CP_CompletedCallbacksTotal.description" value="Total number of COMPLETED callbacks produced by the content processing component."/>        <string id="SearchCounter.ContentProcessing.CP_CompletedCallbacksPerSecond.name" value="# Completed Callbacks Per Second"/>        <string id="SearchCounter.ContentProcessing.CP_CompletedCallbacksPerSecond.description" value="COMPLETED callbacks produced per second by the content processing component."/>        <string id="SearchCounter.ContentProcessing.CP_FailedCallbacksTotal.name" value="# Failed Callbacks Total"/>        <string id="SearchCounter.ContentProcessing.CP_FailedCallbacksTotal.description" value="Total number of FAILED callbacks produced by the content processing component."/>        <string id="SearchCounter.ContentProcessing.CP_FailedCallbacksPerSecond.name" value="# Failed Callbacks Per Second"/>        <string id="SearchCounter.ContentProcessing.CP_FailedCallbacksPerSecond.description" value="FAILED callbacks produced per second by the content processing component."/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesActive.name" value="# Flow Instances Active"/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesActive.description" value="The number of currently active flows."/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesCompleted.name" value="# Flow Instances Completed"/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesCompleted.description" value="The total number of flow instances that have reached the Completed state."/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesFailed.name" value="# Flow Instances Failed"/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesFailed.description" value="The total number of flow instances that have reached the Failed state."/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesAborted.name" value="# Flow Instances Aborted"/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesAborted.description" value="The total number of flow instances that have reached the Aborted state."/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesNotStopped.name" value="# Flow Instances That Cannot Be Stopped"/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesNotStopped.description" value="The current number of flow instances that has not been able to stop within the defined time frame. Any flow that has not reached the Aborted state within 30 seconds from being aborted, and any flow not reaching a terminal state within 600 seconds of being closed will be counted. Flows that enter a terminal state at any late point will be removed from the counter."/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesAbortedFullQueues.name" value="# Flow Instances Aborted Due To Full Queues"/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesAbortedFullQueues.description" value="The total number of flow instances that have been aborted due to full queues. This will occur when there has not been a successful submit to a flow within 10 minutes and there has been no callbacks produced."/>        <string id="SearchCounter.ContentProcessing.CP_OperatorsAbortedTimeouts.name" value="# Operators Aborted Due To Timeouts"/>        <string id="SearchCounter.ContentProcessing.CP_OperatorsAbortedTimeouts.description" value="The total number of forced operator aborts due to timeouts."/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesWithEmptyQueues.name" value="# Flow instances with empty queues"/>        <string id="SearchCounter.ContentProcessing.CP_FlowInstancesWithEmptyQueues.description" value="The total number of flow instances that have empty queues."/>        <string id="SearchCounterSet.FlowStatistics.name" value="Search Flow Statistics"/>        <string id="SearchCounterSet.FlowStatistics.description" value="A set of counters shared by Content Processing and Query Processing."/>        <string id="SearchCounter.FlowStatistics.FS_ThreadsActive.name" value="# Threads Active"/>        <string id="SearchCounter.FlowStatistics.FS_ThreadsActive.description" value="Number of active threads observed by the evaluation framework."/>        <string id="SearchCounter.FlowStatistics.FS_ItemsQueuedForProcessing.name" value="# Items Queued For Processing"/>        <string id="SearchCounter.FlowStatistics.FS_ItemsQueuedForProcessing.description" value="Number of items currently in queues in front of the Input operators that are ready for processing"/>        <string id="SearchCounter.FlowStatistics.FS_InputQueueFullTime.name" value="Input Queue Full Time"/>        <string id="SearchCounter.FlowStatistics.FS_InputQueueFullTime.description" value="Total time spent waiting for space to become available on input queues"/>        <string id="SearchCounter.FlowStatistics.FS_InputQueueEmptyTime.name" value="Input Queue Empty Time"/>        <string id="SearchCounter.FlowStatistics.FS_InputQueueEmptyTime.description" value="Total time spent waiting for items by Input operators."/>        <string id="SearchCounter.FlowStatistics.FS_InboundItemsTotal.name" value="# Inbound Items Total"/>        <string id="SearchCounter.FlowStatistics.FS_InboundItemsTotal.description" value="Total number of items placed on input queues"/>        <string id="SearchCounterSet.QueryProcessing.name" value="Search Query Processing"/>        <string id="SearchCounterSet.QueryProcessing.description" value="Query processing related performance counters"/>        <string id="SearchCounter.QueryProcessing.FlowInstancesCreated.name" value="Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation."/>        <string id="SearchCounter.QueryProcessing.FlowInstancesInUse.name" value="Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use."/>        <string id="SearchCounter.QueryProcessing.FlowInstancesInCache.name" value="Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache."/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsInCache.name" value="Flow Executors In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsInCache.description" value="Total number of Flow Executor instances in cache."/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsInUse.name" value="Flow Executors Running"/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsInUse.description" value="Total number of Flow Executor instances currently running."/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsExists.name" value="Flow Executors Existing"/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsExists.description" value="Total number of Flow Executor instances currently running or in cache."/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsCreated.name" value="Flow Executors Created"/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsCreated.description" value="Total number of created Flow Executor instances."/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsDestroyed.name" value="Flow Executors Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowExecutorsDestroyed.description" value="Total number of destroyed Flow Executor instances."/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsInCache.name" value="Operator Executors In Cache"/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsInCache.description" value="Total number of Operator Executor instances in cache."/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsInUse.name" value="Operator Executors Running"/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsInUse.description" value="Total number of Operator Executor instances currently running."/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsExists.name" value="Operator Executors Existing"/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsExists.description" value="Total number of Operator Executor instances currently running or in cache."/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsCreated.name" value="Operator Executors Created"/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsCreated.description" value="Total number of created Operator Executor instances."/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsDestroyed.name" value="Operator Executors Destroyed"/>        <string id="SearchCounter.QueryProcessing.OperatorExecutorsDestroyed.description" value="Total number of destroyed Operator Executor instances."/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInCache.name" value="ProductivitySearchFlowExecutors In Cache"/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInCache.description" value="Total number of ProductivitySearchFlowExecutor instances in cache."/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInUse.name" value="ProductivitySearchFlowExecutors Running"/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsInUse.description" value="Total number of ProductivitySearchFlowExecutor instances currently running."/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsExists.name" value="ProductivitySearchFlowExecutors Existing"/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsExists.description" value="Total number of ProductivitySearchFlowExecutor instances currently running or in cache."/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsCreated.name" value="ProductivitySearchFlowExecutors Created"/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsCreated.description" value="Total number of created ProductivitySearchFlowExecutor instances."/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsDestroyed.name" value="ProductivitySearchFlowExecutors Destroyed"/>        <string id="SearchCounter.QueryProcessing.ProductivitySearchFlowExecutorsDestroyed.description" value="Total number of destroyed ProductivitySearchFlowExecutor instances."/>        <string id="SearchCounter.QueryProcessing.FlowInstancesDestroyed.name" value="Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed)."/>        <string id="SearchCounter.QueryProcessing.NumberOfQuerySuccess.name" value="Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully."/>        <string id="SearchCounter.QueryProcessing.NumberOfQueryFailure.name" value="Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout)."/>        <string id="SearchCounter.QueryProcessing.NumberOfCommonEvaluationFailure.name" value="Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category."/>        <string id="SearchCounter.QueryProcessing.NumberOfOtherEvaluationFailure.name" value="Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category."/>        <string id="SearchCounter.QueryProcessing.NumberOfQueryTimeout.name" value="Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.NumberOfQueryTimeout.description" value="The number of queries that have timed out."/>        <string id="SearchCounter.QueryProcessing.AverageFlowLatency.name" value="Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.AverageFlowLatency.description" value="The average latency for all flows."/>        <string id="SearchCounter.QueryProcessing.AverageFlowLatencyBase.name" value="Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.AverageFlowLatencyBase.description" value="The base to calculate the average latency for all flows."/>        <string id="SearchCounter.QueryProcessing.QuerySuccessPerSecond.name" value="Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second."/>        <string id="SearchCounter.QueryProcessing.QueryFailurePerSecond.name" value="Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.QueryFailurePerSecond.description" value="The number of queries that have failed every second."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesCreated.name" value="Flow Group 1: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInUse.name" value="Flow Group 1: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInCache.name" value="Flow Group 1: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesDestroyed.name" value="Flow Group 1: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfQuerySuccess.name" value="Flow Group 1: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryFailure.name" value="Flow Group 1: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfCommonEvaluationFailure.name" value="Flow Group 1: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfOtherEvaluationFailure.name" value="Flow Group 1: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryTimeout.name" value="Flow Group 1: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatency.name" value="Flow Group 1: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatencyBase.name" value="Flow Group 1: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1QuerySuccessPerSecond.name" value="Flow Group 1: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup1QueryFailurePerSecond.name" value="Flow Group 1: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup1QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesCreated.name" value="Flow Group 2: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInUse.name" value="Flow Group 2: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInCache.name" value="Flow Group 2: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesDestroyed.name" value="Flow Group 2: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfQuerySuccess.name" value="Flow Group 2: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryFailure.name" value="Flow Group 2: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfCommonEvaluationFailure.name" value="Flow Group 2: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfOtherEvaluationFailure.name" value="Flow Group 2: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryTimeout.name" value="Flow Group 2: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatency.name" value="Flow Group 2: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatencyBase.name" value="Flow Group 2: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2QuerySuccessPerSecond.name" value="Flow Group 2: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup2QueryFailurePerSecond.name" value="Flow Group 2: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup2QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesCreated.name" value="Flow Group 3: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInUse.name" value="Flow Group 3: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInCache.name" value="Flow Group 3: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesDestroyed.name" value="Flow Group 3: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfQuerySuccess.name" value="Flow Group 3: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryFailure.name" value="Flow Group 3: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfCommonEvaluationFailure.name" value="Flow Group 3: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfOtherEvaluationFailure.name" value="Flow Group 3: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryTimeout.name" value="Flow Group 3: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatency.name" value="Flow Group 3: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatencyBase.name" value="Flow Group 3: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3QuerySuccessPerSecond.name" value="Flow Group 3: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup3QueryFailurePerSecond.name" value="Flow Group 3: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup3QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesCreated.name" value="Flow Group 4: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInUse.name" value="Flow Group 4: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInCache.name" value="Flow Group 4: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesDestroyed.name" value="Flow Group 4: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfQuerySuccess.name" value="Flow Group 4: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryFailure.name" value="Flow Group 4: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfCommonEvaluationFailure.name" value="Flow Group 4: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfOtherEvaluationFailure.name" value="Flow Group 4: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryTimeout.name" value="Flow Group 4: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatency.name" value="Flow Group 4: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatencyBase.name" value="Flow Group 4: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4QuerySuccessPerSecond.name" value="Flow Group 4: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup4QueryFailurePerSecond.name" value="Flow Group 4: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup4QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesCreated.name" value="Flow Group 5: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInUse.name" value="Flow Group 5: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInCache.name" value="Flow Group 5: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesDestroyed.name" value="Flow Group 5: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfQuerySuccess.name" value="Flow Group 5: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryFailure.name" value="Flow Group 5: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfCommonEvaluationFailure.name" value="Flow Group 5: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfOtherEvaluationFailure.name" value="Flow Group 5: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryTimeout.name" value="Flow Group 5: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatency.name" value="Flow Group 5: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatencyBase.name" value="Flow Group 5: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5QuerySuccessPerSecond.name" value="Flow Group 5: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup5QueryFailurePerSecond.name" value="Flow Group 5: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup5QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesCreated.name" value="Flow Group 6: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInUse.name" value="Flow Group 6: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInCache.name" value="Flow Group 6: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesDestroyed.name" value="Flow Group 6: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfQuerySuccess.name" value="Flow Group 6: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryFailure.name" value="Flow Group 6: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfCommonEvaluationFailure.name" value="Flow Group 6: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfOtherEvaluationFailure.name" value="Flow Group 6: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryTimeout.name" value="Flow Group 6: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatency.name" value="Flow Group 6: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatencyBase.name" value="Flow Group 6: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6QuerySuccessPerSecond.name" value="Flow Group 6: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup6QueryFailurePerSecond.name" value="Flow Group 6: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup6QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesCreated.name" value="Flow Group 7: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInUse.name" value="Flow Group 7: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInCache.name" value="Flow Group 7: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesDestroyed.name" value="Flow Group 7: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfQuerySuccess.name" value="Flow Group 7: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryFailure.name" value="Flow Group 7: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfCommonEvaluationFailure.name" value="Flow Group 7: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfOtherEvaluationFailure.name" value="Flow Group 7: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryTimeout.name" value="Flow Group 7: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatency.name" value="Flow Group 7: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatencyBase.name" value="Flow Group 7: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7QuerySuccessPerSecond.name" value="Flow Group 7: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup7QueryFailurePerSecond.name" value="Flow Group 7: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup7QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesCreated.name" value="Flow Group 8: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInUse.name" value="Flow Group 8: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInCache.name" value="Flow Group 8: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesDestroyed.name" value="Flow Group 8: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfQuerySuccess.name" value="Flow Group 8: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryFailure.name" value="Flow Group 8: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfCommonEvaluationFailure.name" value="Flow Group 8: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfOtherEvaluationFailure.name" value="Flow Group 8: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryTimeout.name" value="Flow Group 8: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatency.name" value="Flow Group 8: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatencyBase.name" value="Flow Group 8: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8QuerySuccessPerSecond.name" value="Flow Group 8: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup8QueryFailurePerSecond.name" value="Flow Group 8: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup8QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesCreated.name" value="Flow Group 9: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInUse.name" value="Flow Group 9: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInCache.name" value="Flow Group 9: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesDestroyed.name" value="Flow Group 9: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfQuerySuccess.name" value="Flow Group 9: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryFailure.name" value="Flow Group 9: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfCommonEvaluationFailure.name" value="Flow Group 9: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfOtherEvaluationFailure.name" value="Flow Group 9: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryTimeout.name" value="Flow Group 9: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatency.name" value="Flow Group 9: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatencyBase.name" value="Flow Group 9: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9QuerySuccessPerSecond.name" value="Flow Group 9: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup9QueryFailurePerSecond.name" value="Flow Group 9: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup9QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesCreated.name" value="Flow Group 10: Flow Instances Created"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesCreated.description" value="The number of flow instances that have been created for evaluation for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInUse.name" value="Flow Group 10: Flow Instances In Use"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInUse.description" value="The number of flow instances that are currently in Running state and in use for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInCache.name" value="Flow Group 10: Flow Instances In Cache"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesInCache.description" value="The number of flow instances that are in Running state and in cache for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesDestroyed.name" value="Flow Group 10: Flow Instances Destroyed"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10FlowInstancesDestroyed.description" value="The number of flow instances that have been destroyed (including aborted, failed and normally completed) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfQuerySuccess.name" value="Flow Group 10: Number Of Successful Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfQuerySuccess.description" value="The number of queries that have been completed successfully for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryFailure.name" value="Flow Group 10: Number Of Failed Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryFailure.description" value="The number of queries that have failed (including evaluation failures and timeout) for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfCommonEvaluationFailure.name" value="Flow Group 10: Number Of Queries Failed With Common Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfCommonEvaluationFailure.description" value="The number of queries that have failed because of evaluation failures that belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfOtherEvaluationFailure.name" value="Flow Group 10: Number Of Queries Failed With Other Evaluation Failure"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfOtherEvaluationFailure.description" value="The number of queries that have failed because of other evaluation failures that do not belong to CommonEvaluationFailure category for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryTimeout.name" value="Flow Group 10: Number Of Timed Out Queries"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10NumberOfQueryTimeout.description" value="The number of queries that have timed out for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatency.name" value="Flow Group 10: Average Flow Latency"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatency.description" value="The average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatencyBase.name" value="Flow Group 10: Average Flow Latency Base"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10AverageFlowLatencyBase.description" value="The base to calculate the average latency for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10QuerySuccessPerSecond.name" value="Flow Group 10: Successful Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10QuerySuccessPerSecond.description" value="The number of queries that have been completed successfully every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.FlowGroup10QueryFailurePerSecond.name" value="Flow Group 10: Failed Queries Per Second"/>        <string id="SearchCounter.QueryProcessing.FlowGroup10QueryFailurePerSecond.description" value="The number of queries that have failed every second for flows in this group."/>        <string id="SearchCounter.QueryProcessing.QueriesThrottled.name" value="Queries Throttled"/>        <string id="SearchCounter.QueryProcessing.QueriesThrottled.description" value="Total number of queries that have been throttled."/>        <string id="SearchCounter.QueryProcessing.QuerySuccesses.name" value="Query Successes"/>        <string id="SearchCounter.QueryProcessing.QuerySuccesses.description" value="Total number of queries that have completed successfully."/>        <string id="SearchCounter.QueryProcessing.QueryErrors.name" value="Query Errors"/>        <string id="SearchCounter.QueryProcessing.QueryErrors.description" value="Total number of queries that have completed with errors."/>        <string id="SearchCounter.QueryProcessing.QueriesExecuting.name" value="Queries Executing"/>        <string id="SearchCounter.QueryProcessing.QueriesExecuting.description" value="Number of queries that are currently executing."/>        <string id="SearchCounter.QueryProcessing.QueryDuration.name" value="Query Duration"/>        <string id="SearchCounter.QueryProcessing.QueryDuration.description" value="Query execution time in milliseconds."/>        <string id="SearchCounterSet.DocumentFeeder.name" value="Search Document Feeder"/>        <string id="SearchCounterSet.DocumentFeeder.description" value="Performance counters for Search Document Feeder"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAccepted.name" value="ItemsTotalAccepted"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAccepted.description" value="The total number of items received since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAcceptedInsert.name" value="ItemsTotalAcceptedInsert"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAcceptedInsert.description" value="The total number of item with an “insert” operation since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAcceptedUpdate.name" value="ItemsTotalAcceptedUpdate"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAcceptedUpdate.description" value="The total number of items with an “update” operation received since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAcceptedDelete.name" value="ItemsTotalAcceptedDelete"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAcceptedDelete.description" value="The total number of items with a “delete” operation received since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAcceptedPartialupdate.name" value="ItemsTotalAcceptedPartialupdate"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalAcceptedPartialupdate.description" value="The total number of items with a “partialupdate” operation received since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalFinished.name" value="ItemsTotalFinished"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalFinished.description" value="The total number of items with callbacks since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalFinishedRate.name" value="ItemsTotalFinishedRate"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalFinishedRate.description" value="The rate of items with callbacks since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.AvgItemSizeBase.name" value="AvgItemSizeBase"/>        <string id="SearchCounter.DocumentFeeder.AvgItemSizeBase.description" value="The base for average size of items submitted since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.AvgItemSize.name" value="AvgItemSize"/>        <string id="SearchCounter.DocumentFeeder.AvgItemSize.description" value="The average size of items submitted since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.AvgEndToEndLatency.name" value="AvgEndToEndLatency"/>        <string id="SearchCounter.DocumentFeeder.AvgEndToEndLatency.description" value="The average latency from an item is submitted until a callback has been received"/>        <string id="SearchCounter.DocumentFeeder.AvgEndToEndLatencyBase.name" value="AvgEndToEndLatencyBase"/>        <string id="SearchCounter.DocumentFeeder.AvgEndToEndLatencyBase.description" value="The base for average latency from an item is submitted until a callback has been received"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalSubmitted.name" value="ItemsTotalSubmitted"/>        <string id="SearchCounter.DocumentFeeder.ItemsTotalSubmitted.description" value="Total number of items submitted to content processing since start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsCompleted.name" value="ItemsCompleted"/>        <string id="SearchCounter.DocumentFeeder.ItemsCompleted.description" value="The total number of items with a “Completed” callback since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsCompletedRate.name" value="ItemsCompletedRate"/>        <string id="SearchCounter.DocumentFeeder.ItemsCompletedRate.description" value="The rate of items with a “Completed” callback since the start of the feeding session (per second)"/>        <string id="SearchCounter.DocumentFeeder.ItemsFailed.name" value="ItemsFailed"/>        <string id="SearchCounter.DocumentFeeder.ItemsFailed.description" value="The total number of items with a “Failed” callback since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsFailedRate.name" value="ItemsFailedRate"/>        <string id="SearchCounter.DocumentFeeder.ItemsFailedRate.description" value="The rate of items with a “Failed” callback since the start of the feeding session (per second)"/>        <string id="SearchCounter.DocumentFeeder.ItemsFailedTransient.name" value="ItemsFailedTransient"/>        <string id="SearchCounter.DocumentFeeder.ItemsFailedTransient.description" value="The total number of items with a transient “Failed” callback since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsReceived.name" value="ItemsReceived"/>        <string id="SearchCounter.DocumentFeeder.ItemsReceived.description" value="The total number of items with a “Received” callback since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsReceivedRate.name" value="ItemsReceivedRate"/>        <string id="SearchCounter.DocumentFeeder.ItemsReceivedRate.description" value="The rate of items with a “Received” callback since the start of the feeding session (per second)"/>        <string id="SearchCounter.DocumentFeeder.ItemsWarnings.name" value="ItemsWarnings"/>        <string id="SearchCounter.DocumentFeeder.ItemsWarnings.description" value="The total number of items with a warning since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsRetried.name" value="ItemsRetried"/>        <string id="SearchCounter.DocumentFeeder.ItemsRetried.description" value="The total number of retried items since the start of the feeding session"/>        <string id="SearchCounter.DocumentFeeder.ItemsRetriedRate.name" value="ItemsRetriedRate"/>        <string id="SearchCounter.DocumentFeeder.ItemsRetriedRate.description" value="The rate of retried items (per second)"/>        <string id="SearchCounter.DocumentFeeder.ItemsWaiting.name" value="ItemsWaiting"/>        <string id="SearchCounter.DocumentFeeder.ItemsWaiting.description" value="The number of items waiting to be submitted to a content processing component"/>        <string id="SearchCounter.DocumentFeeder.ItemsSubmittedNoCallback.name" value="ItemsSubmittedNoCallback"/>        <string id="SearchCounter.DocumentFeeder.ItemsSubmittedNoCallback.description" value="The number of items that have been submitted but for which no callback has been received"/>        <string id="SearchCounter.DocumentFeeder.ItemsDepending.name" value="ItemsDepending"/>        <string id="SearchCounter.DocumentFeeder.ItemsDepending.description" value="The number of items that have depending operations (other operations on the same item)"/>        <string id="SearchCounter.DocumentFeeder.AvgCallbackLatencyBase.name" value="AvgCallbackLatencyBase"/>        <string id="SearchCounter.DocumentFeeder.AvgCallbackLatencyBase.description" value="Base counter for AvgCallbackLatency"/>        <string id="SearchCounter.DocumentFeeder.AvgCallbackLatency.name" value="AvgCallbackLatency"/>        <string id="SearchCounter.DocumentFeeder.AvgCallbackLatency.description" value="The average latency (in milliseconds)  from when a document is submitted until a callback is received"/>        <string id="SearchCounter.DocumentFeeder.AvgWaitLatencyBase.name" value="AvgWaitLatencyBase"/>        <string id="SearchCounter.DocumentFeeder.AvgWaitLatencyBase.description" value="Base for AvgWaitLatency"/>        <string id="SearchCounter.DocumentFeeder.AvgWaitLatency.name" value="AvgWaitLatency"/>        <string id="SearchCounter.DocumentFeeder.AvgWaitLatency.description" value="The average latency (in milliseconds) from a document is accepted by the document feeder until it is submitted to a content processing component"/>        <string id="SearchCounter.DocumentFeeder.ActiveItemsSize.name" value="ActiveItemsSize"/>        <string id="SearchCounter.DocumentFeeder.ActiveItemsSize.description" value="The size of items being processed by the DocumentFeeder in number of bytes"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSizeBase.name" value="AvgBatchSizeBase"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSizeBase.description" value="Base for AvgBatchSize"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSize.name" value="AvgBatchSize"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSize.description" value="The average size of batches in the number of documents"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSizeBytesBase.name" value="AvgBatchSizeBytesBase"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSizeBytesBase.description" value="Base for AvgBatchSizeBytes"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSizeBytes.name" value="AvgBatchSizeBytes"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSizeBytes.description" value="The average size of batches in number of bytes"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSubmitLatencyBase.name" value="AvgBatchSubmitLatencyBase"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSubmitLatencyBase.description" value="Base for AvgBatchSubmitLatency"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSubmitLatency.name" value="AvgBatchSubmitLatency"/>        <string id="SearchCounter.DocumentFeeder.AvgBatchSubmitLatency.description" value="The average latency (in milliseconds) for a submit operation"/>        <string id="SearchCounter.DocumentFeeder.Recoveries.name" value="Recoveries"/>        <string id="SearchCounter.DocumentFeeder.Recoveries.description" value="The number of recoveries after a connection problem with content processing components"/>        <string id="SearchCounter.DocumentFeeder.DocumentTimeouts.name" value="DocumentTimeouts"/>        <string id="SearchCounter.DocumentFeeder.DocumentTimeouts.description" value="Number of document timeouts"/>        <string id="SearchCounter.DocumentFeeder.CTSTimeouts.name" value="CTSTimeouts"/>        <string id="SearchCounter.DocumentFeeder.CTSTimeouts.description" value="The number of timeouts when communicating with content processing components"/>        <string id="SearchCounter.DocumentFeeder.CTSFailover.name" value="CTSFailover"/>        <string id="SearchCounter.DocumentFeeder.CTSFailover.description" value="The number of failovers to a secondary content processing component"/>        <string id="SearchCounter.DocumentFeeder.CallbackQueueSize.name" value="CallbackQueueSize"/>        <string id="SearchCounter.DocumentFeeder.CallbackQueueSize.description" value="The number of callbacks in the callback queue (that are ready to be delivered to the feeding client)"/>        <string id="SearchCounter.DocumentFeeder.ItemSize.name" value="ItemSize"/>        <string id="SearchCounter.DocumentFeeder.ItemSize.description" value="The size of items submitted"/>        <string id="SearchCounter.DocumentFeeder.EndToEndLatency.name" value="EndToEndLatency"/>        <string id="SearchCounter.DocumentFeeder.EndToEndLatency.description" value="Latency from a document is submitted until a callback is sent"/>        <string id="SearchCounter.DocumentFeeder.CallbackLatency.name" value="CallbackLatency"/>        <string id="SearchCounter.DocumentFeeder.CallbackLatency.description" value="Latency for callbacs"/>        <string id="SearchCounter.DocumentFeeder.WaitLatency.name" value="WaitLatency"/>        <string id="SearchCounter.DocumentFeeder.WaitLatency.description" value="The waiting time in the document feeder before submitted to a content processing component"/>        <string id="SearchCounter.DocumentFeeder.BatchSize.name" value="BatchSize"/>        <string id="SearchCounter.DocumentFeeder.BatchSize.description" value="Batch size for batches sent to content processing"/>        <string id="SearchCounter.DocumentFeeder.BatchSizeBytes.name" value="BatchSizeBytes"/>        <string id="SearchCounter.DocumentFeeder.BatchSizeBytes.description" value="Batch size in number of bytes for batches sent to content processing"/>        <string id="SearchCounter.DocumentFeeder.BatchSubmitLatency.name" value="BatchSubmitLatency"/>        <string id="SearchCounter.DocumentFeeder.BatchSubmitLatency.description" value="Latency for submit operations to a content processing component"/>        <string id="SearchCounterSet.DocumentParsing.name" value="Search Document Parsing"/>        <string id="SearchCounterSet.DocumentParsing.description" value="Performance counters related document parsing."/>        <string id="SearchCounter.ActiveParsingSessions.name" value="Active parsing sessions"/>        <string id="SearchCounter.ActiveParsingSessions.description" value="Number of parsing sessions that are open."/>        <string id="SearchCounter.ParserServerWorkerRestartFailures.name" value="Parser server worker restart failures"/>        <string id="SearchCounter.ParserServerWorkerRestartFailures.description" value="Number of times a parser server failed to restart."/>        <string id="SearchCounter.FormatHandlerStartFailures.name" value="Format handler start failures"/>        <string id="SearchCounter.FormatHandlerStartFailures.description" value="Number of times a format handler failed to start."/>        <string id="SearchCounter.ParsingFailures.name" value="Parsing failures"/>        <string id="SearchCounter.ParsingFailures.description" value="The number of parsing failures. Includes failures for unknown formats, unsupported formats and timeouts."/>        <string id="SearchCounter.ParsingFailuresOnSupportedFormats.name" value="Parsing failures on supported formats"/>        <string id="SearchCounter.ParsingFailuresOnSupportedFormats.description" value="Parsing failures that happened while parsing documents of a format for which a format handler is available."/>        <string id="SearchCounter.UnsupportedParsingFormatFailures.name" value="Parsing failures on unsupported format"/>        <string id="SearchCounter.UnsupportedParsingFormatFailures.description" value="Parsing failures that happened while parsing documents of a format for which a format handler is not available."/>        <string id="SearchCounter.ParsingTimeoutFailures.name" value="Parsing timeout failures"/>        <string id="SearchCounter.ParsingTimeoutFailures.description" value="The number of parsing failures caused by a timeout."/>        <string id="SearchCounter.MaxParsingOutputSizeFailures.name" value="Maximum parsing output size failures"/>        <string id="SearchCounter.MaxParsingOutputSizeFailures.description" value="Number of failures caused because the maximum output size was reached when the document parser was not configured to produce partial output."/>        <string id="SearchCounter.EmptyParsingOutput.name" value="Empty parsing output"/>        <string id="SearchCounter.EmptyParsingOutput.description" value="Number of documents for which the parsing output is empty."/>        <string id="SearchCounter.ParsingRequestsPerSecond.name" value="Parsing requests per second"/>        <string id="SearchCounter.ParsingRequestsPerSecond.description" value="Number of parsing requests per second."/>        <string id="SearchCounter.ParsedDocumentsPerSecond.name" value="Parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecond.description" value="Number of documents parsed per second. Only successful parsing operations are accounted."/>        <string id="SearchCounter.PartiallyParsedDocuments.name" value="Partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocuments.description" value="Number of documents that were partially parsed."/>        <string id="SearchCounter.MergedContentOperations.name" value="Merged content operations"/>        <string id="SearchCounter.MergedContentOperations.description" value="Number of times one document was merged into another one."/>        <string id="SearchCounter.ParsingConversionRatio.name" value="Parsing conversion rate"/>        <string id="SearchCounter.ParsingConversionRatio.description" value="The ratio between the size of the input document and the size of the parsed content (output document)."/>        <string id="SearchCounter.ParsingConversionRatioBase.name" value="Parsing conversion ratio base"/>        <string id="SearchCounter.ParsingConversionRatioBase.description" value="Base for the ParsingConversionRatio counter."/>        <string id="SearchCounter.AverageParsingTime.name" value="Average parsing time"/>        <string id="SearchCounter.AverageParsingTime.description" value="Average parsing time."/>        <string id="SearchCounter.AverageParsingTimeBase.name" value="Parsed documents to compute the average parsing time"/>        <string id="SearchCounter.AverageParsingTimeBase.description" value="Number of parsed documents. Only successful operations are accounted."/>        <string id="SearchCounter.AverageParsingTimeDocxHandler.name" value="Word Metro Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimeDocxHandler.description" value="Average parsing time in milliseconds for the DOCX format handler."/>        <string id="SearchCounter.AverageParsingTimeDocxHandlerBase.name" value="Word Metro Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeDocxHandlerBase.description" value="Average parsing time in milliseconds for the DOCX format handler."/>        <string id="SearchCounter.ParsedDocumentsDocxHandler.name" value="Word Metro Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsDocxHandler.description" value="Number of parsed documents for the DOCX format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecDocxHandler.name" value="Word Metro Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecDocxHandler.description" value="Number of documents parsed per second for the DOCX format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsDocxHandler.name" value="Word Metro Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsDocxHandler.description" value="Number of partially processed documents marked by the DOCX format handler."/>        <string id="SearchCounter.AverageParsingTimeFilterHandler.name" value="IFilter Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimeFilterHandler.description" value="Average parsing time in milliseconds for the IFilter format handler."/>        <string id="SearchCounter.AverageParsingTimeFilterHandlerBase.name" value="IFilter Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeFilterHandlerBase.description" value="Average parsing time in milliseconds for the IFilter format handler."/>        <string id="SearchCounter.ParsedDocumentsFilterHandler.name" value="IFilter Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsFilterHandler.description" value="Number of parsed documents for the IFilter format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecFilterHandler.name" value="IFilter Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecFilterHandler.description" value="Number of documents parsed per second for the IFilter format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsFilterHandler.name" value="IFilter Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsFilterHandler.description" value="Number of partially processed documents marked by the IFilter format handler."/>        <string id="SearchCounter.AverageParsingTimeLegacyFilterHandler.name" value="Word and PowerPoint Legacy IFilter Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimeLegacyFilterHandler.description" value="Average parsing time in milliseconds for the Legacy IFilter format handler."/>        <string id="SearchCounter.AverageParsingTimeLegacyFilterHandlerBase.name" value="Word and PowerPoint Legacy IFilter Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeLegacyFilterHandlerBase.description" value="Average parsing time in milliseconds for the Legacy IFilter format handler."/>        <string id="SearchCounter.ParsedDocumentsLegacyFilterHandler.name" value="Word and PowerPoint Legacy IFilter Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsLegacyFilterHandler.description" value="Number of parsed documents for the Legacy IFilter format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecLegacyFilterHandler.name" value="Word and PowerPoint Legacy IFilter Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecLegacyFilterHandler.description" value="Number of documents parsed per second for the Legacy IFilter format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsLegacyFilterHandler.name" value="Word and PowerPoint Legacy IFilter Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsLegacyFilterHandler.description" value="Number of partially processed documents marked by the Legacy IFilter format handler."/>        <string id="SearchCounter.AverageParsingTimeMetroFilterHandler.name" value="Excel Metro IFilter Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimeMetroFilterHandler.description" value="Average parsing time in milliseconds for the Excel Metro IFilter format handler."/>        <string id="SearchCounter.AverageParsingTimeMetroFilterHandlerBase.name" value="Excel Metro IFilter Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeMetroFilterHandlerBase.description" value="Average parsing time in milliseconds for the Excel Metro IFilter format handler."/>        <string id="SearchCounter.ParsedDocumentsMetroFilterHandler.name" value="Excel Metro IFilter Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsMetroFilterHandler.description" value="Number of parsed documents for the Excel Metro IFilter format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecMetroFilterHandler.name" value="Excel Metro IFilter Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecMetroFilterHandler.description" value="Number of documents parsed per second for the Excel Metro IFilter format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsMetroFilterHandler.name" value="Excel Metro IFilter Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsMetroFilterHandler.description" value="Number of partially processed documents marked by the Excel Metro IFilter format handler."/>        <string id="SearchCounter.AverageParsingTimeGifHandler.name" value="GIF Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimeGifHandler.description" value="Average parsing time in milliseconds for the GIF format handler."/>        <string id="SearchCounter.AverageParsingTimeGifHandlerBase.name" value="GIF Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeGifHandlerBase.description" value="Average parsing time in milliseconds for the GIF format handler."/>        <string id="SearchCounter.ParsedDocumentsGifHandler.name" value="GIF Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsGifHandler.description" value="Number of parsed documents for the GIF format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecGifHandler.name" value="GIF Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecGifHandler.description" value="Number of documents parsed per second for the GIF format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsGifHandler.name" value="GIF Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsGifHandler.description" value="Number of partially processed documents marked by the GIF format handler."/>        <string id="SearchCounter.AverageParsingTimeHtmlHandler.name" value="HTML Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimeHtmlHandler.description" value="Average parsing time in milliseconds for the HTML format handler."/>        <string id="SearchCounter.AverageParsingTimeHtmlHandlerBase.name" value="HTML Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeHtmlHandlerBase.description" value="Average parsing time in milliseconds for the HTML format handler."/>        <string id="SearchCounter.ParsedDocumentsHtmlHandler.name" value="HTML Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsHtmlHandler.description" value="Number of parsed documents for the HTML format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecHtmlHandler.name" value="HTML Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecHtmlHandler.description" value="Number of documents parsed per second for the HTML format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsHtmlHandler.name" value="HTML Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsHtmlHandler.description" value="Number of partially processed documents marked by the HTML format handler."/>        <string id="SearchCounter.AverageParsingTimeJpegHandler.name" value="JPEG Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimeJpegHandler.description" value="Average parsing time in milliseconds for the JPEG format handler."/>        <string id="SearchCounter.AverageParsingTimeJpegHandlerBase.name" value="JPEG Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeJpegHandlerBase.description" value="Average parsing time in milliseconds for the JPEG format handler."/>        <string id="SearchCounter.ParsedDocumentsJpegHandler.name" value="JPEG Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsJpegHandler.description" value="Number of parsed documents for the JPEG format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecJpegHandler.name" value="JPEG Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecJpegHandler.description" value="Number of documents parsed per second for the JPEG format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsJpegHandler.name" value="JPEG Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsJpegHandler.description" value="Number of partially processed documents marked by the JPEG format handler."/>        <string id="SearchCounter.AverageParsingTimePdfHandler.name" value="PDF Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimePdfHandler.description" value="Average parsing time in milliseconds for the PDF format handler."/>        <string id="SearchCounter.AverageParsingTimePdfHandlerBase.name" value="PDF Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimePdfHandlerBase.description" value="Average parsing time in milliseconds for the PDF format handler."/>        <string id="SearchCounter.ParsedDocumentsPdfHandler.name" value="PDF Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsPdfHandler.description" value="Number of parsed documents for the PDF format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecPdfHandler.name" value="PDF Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecPdfHandler.description" value="Number of documents parsed per second for the PDF format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsPdfHandler.name" value="PDF Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsPdfHandler.description" value="Number of partially processed documents marked by the PDF format handler."/>        <string id="SearchCounter.AverageParsingTimePlainTextHandler.name" value="PlainText Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimePlainTextHandler.description" value="Average parsing time in milliseconds for the PlainText format handler."/>        <string id="SearchCounter.AverageParsingTimePlainTextHandlerBase.name" value="PlainText Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimePlainTextHandlerBase.description" value="Average parsing time in milliseconds for the PlainText format handler."/>        <string id="SearchCounter.ParsedDocumentsPlainTextHandler.name" value="PlainText Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsPlainTextHandler.description" value="Number of parsed documents for the PlainText format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecPlainTextHandler.name" value="PlainText Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecPlainTextHandler.description" value="Number of documents parsed per second for the PlainText format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsPlainTextHandler.name" value="PlainText Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsPlainTextHandler.description" value="Number of partially processed documents marked by the PlainText format handler."/>        <string id="SearchCounter.AverageParsingTimePptxHandler.name" value="PowerPoint Metro Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimePptxHandler.description" value="Average parsing time in milliseconds for the PPTX format handler."/>        <string id="SearchCounter.AverageParsingTimePptxHandlerBase.name" value="PowerPoint Metro Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimePptxHandlerBase.description" value="Average parsing time in milliseconds for the PPTX format handler."/>        <string id="SearchCounter.ParsedDocumentsPptxHandler.name" value="PowerPoint Metro Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsPptxHandler.description" value="Number of parsed documents for the PPTX format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecPptxHandler.name" value="PowerPoint Metro Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecPptxHandler.description" value="Number of documents parsed per second for the PPTX format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsPptxHandler.name" value="PowerPoint Metro Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsPptxHandler.description" value="Number of partially processed documents marked by the PPTX format handler."/>        <string id="SearchCounter.AverageParsingTimeXmlHandler.name" value="XML Handler - average parsing time"/>        <string id="SearchCounter.AverageParsingTimeXmlHandler.description" value="Average parsing time in milliseconds for the XML format handler."/>        <string id="SearchCounter.AverageParsingTimeXmlHandlerBase.name" value="XML Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeXmlHandlerBase.description" value="Average parsing time in milliseconds for the XML format handler."/>        <string id="SearchCounter.ParsedDocumentsXmlHandler.name" value="XML Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsXmlHandler.description" value="Number of parsed documents for the XML format handler. Only successful operations are accounted."/>        <string id="SearchCounter.ParsedDocumentsPerSecXmlHandler.name" value="XML Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecXmlHandler.description" value="Number of documents parsed per second for the XML format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsXmlHandler.name" value="XML Handler - partially parsed documents"/>        <string id="SearchCounter.PartiallyParsedDocumentsXmlHandler.description" value="Number of partially processed documents marked by the XML format handler."/>        <string id="SearchCounter.AverageSandboxedParsingTime.name" value="Sandbox average parsing time"/>        <string id="SearchCounter.AverageSandboxedParsingTime.description" value="Average parsing time in milliseconds for sandboxed formats."/>        <string id="SearchCounter.SandboxedParsedDocuments.name" value="Number of documents parsed in a sandbox"/>        <string id="SearchCounter.SandboxedParsedDocuments.description" value="Number of documents that were parsed in a sandbox."/>        <string id="SearchCounter.ActiveSandboxWorkers.name" value="Active sandbox workers"/>        <string id="SearchCounter.ActiveSandboxWorkers.description" value="Number of sandbox workers that are in use."/>        <string id="SearchCounter.SandboxPoolQueueLength.name" value="Sandbox queue length"/>        <string id="SearchCounter.SandboxPoolQueueLength.description" value="Number of parsing sessions waiting for a sandbox worker to become available."/>        <string id="SearchCounter.AverageSandboxWorkerWaitingTime.name" value="Average sandbox waiting time"/>        <string id="SearchCounter.AverageSandboxWorkerWaitingTime.description" value="Average time in milliseconds a session spends waiting for a sandbox worker to become available."/>        <string id="SearchCounter.AverageSandboxWorkerWaitingTimeBase.name" value="Number of sandbox worker requests"/>        <string id="SearchCounter.AverageSandboxWorkerWaitingTimeBase.description" value="Number of time a sandbox worker was requested."/>        <string id="SearchCounter.ParsedDocuments.name" value="Parsed documents"/>        <string id="SearchCounter.ParsedDocuments.description" value="Number of parsed documents. Only successful operations are accounted."/>        <string id="SearchCounter.TotalParsingTimeDocxHandler.name" value="Word Metro Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeDocxHandler.description" value="Total parsing time in miliseconds for the DOCX format handler."/>        <string id="SearchCounter.FailureDocumentsDocxHandler.name" value="Word Metro Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsDocxHandler.description" value="The number of parsing failures for DOCX format handler."/>        <string id="SearchCounter.TotalParsingTimePptxHandler.name" value="PowerPoint Metro Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimePptxHandler.description" value="Total parsing time in miliseconds for the PPTX format handler."/>        <string id="SearchCounter.FailureDocumentsPptxHandler.name" value="PowerPoint Metro Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsPptxHandler.description" value="The number of parsing failures for PPTX format handler."/>        <string id="SearchCounter.TotalParsingTimePdfHandler.name" value="PDF Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimePdfHandler.description" value="Total parsing time in miliseconds for the PDF format handler."/>        <string id="SearchCounter.FailureDocumentsPdfHandler.name" value="PDF Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsPdfHandler.description" value="The number of parsing failures for PDF format handler."/>        <string id="SearchCounter.ParsingRequests.name" value="Parsing requests"/>        <string id="SearchCounter.ParsingRequests.description" value="Number of parsing requests."/>        <string id="SearchCounter.TotalParsingTimeXmlHandler.name" value="XML Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeXmlHandler.description" value="Total parsing time in miliseconds for the XML format handler."/>        <string id="SearchCounter.FailureDocumentsXmlHandler.name" value="XML Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsXmlHandler.description" value="The number of parsing failures for XML format handler."/>        <string id="SearchCounter.TotalParsingTimePlainTextHandler.name" value="PlainText Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimePlainTextHandler.description" value="Total parsing time in miliseconds for the PlainText format handler."/>        <string id="SearchCounter.FailureDocumentsPlainTextHandler.name" value="PlainText Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsPlainTextHandler.description" value="The number of parsing failures for PlainText format handler."/>        <string id="SearchCounter.TotalParsingTimeMetroFilterHandler.name" value="Excel Metro IFilter Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeMetroFilterHandler.description" value="Total parsing time in miliseconds for the Excel Metro IFilter format handler."/>        <string id="SearchCounter.FailureDocumentsMetroFilterHandler.name" value="Excel Metro IFilter Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsMetroFilterHandler.description" value="The number of parsing failures for Excel Metro IFilter format handler."/>        <string id="SearchCounter.TotalParsingTimeGifHandler.name" value="GIF Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeGifHandler.description" value="Total parsing time in miliseconds for the GIF format handler."/>        <string id="SearchCounter.FailureDocumentsGifHandler.name" value="GIF Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsGifHandler.description" value="The number of parsing failures for GIF format handler."/>        <string id="SearchCounter.TotalParsingTimeHtmlHandler.name" value="HTML Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeHtmlHandler.description" value="Total parsing time in miliseconds for the HTML format handler."/>        <string id="SearchCounter.FailureDocumentsHtmlHandler.name" value="HTML Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsHtmlHandler.description" value="The number of parsing failures for HTML format handler."/>        <string id="SearchCounter.TotalParsingTimeJpegHandler.name" value="JPEG Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeJpegHandler.description" value="Total parsing time in miliseconds for the JPEG format handler."/>        <string id="SearchCounter.FailureDocumentsJpegHandler.name" value="JPEG Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsJpegHandler.description" value="The number of parsing failures for JPEG format handler."/>        <string id="SearchCounter.TotalParsingTimeFilterHandler.name" value="IFilter Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeFilterHandler.description" value="Total parsing time in miliseconds for the IFilter format handler."/>        <string id="SearchCounter.FailureDocumentsFilterHandler.name" value="IFilter Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsFilterHandler.description" value="The number of parsing failures for IFilter format handler."/>        <string id="SearchCounter.TotalParsingTimeLegacyFilterHandler.name" value="Word and PowerPoint Legacy IFilter Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeLegacyFilterHandler.description" value="Total parsing time in miliseconds for the Legacy IFilter format handler."/>        <string id="SearchCounter.FailureDocumentsLegacyFilterHandler.name" value="Word and PowerPoint Legacy IFilter Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsLegacyFilterHandler.description" value="The number of parsing failures for Legacy IFilter format handler."/>        <string id="SearchCounter.TotalParsingTimeXlsHandler.name" value="Excel Legacy Handler - total parsing time"/>        <string id="SearchCounter.TotalParsingTimeXlsHandler.description" value="Total parsing time in miliseconds for the XLS format handler."/>        <string id="SearchCounter.FailureDocumentsXlsHandler.name" value="Excel Legacy Handler - parsing failures"/>        <string id="SearchCounter.FailureDocumentsXlsHandler.description" value="The number of parsing failures for XLS format handler."/>        <string id="SearchCounter.PartiallyParsedDocumentsXlsHandler.name" value="Excel Legacy Handler - partially parsed docs"/>        <string id="SearchCounter.PartiallyParsedDocumentsXlsHandler.description" value="Number of partially processed documents marked by the XLS format handler."/>        <string id="SearchCounter.ParsedDocumentsPerSecXlsHandler.name" value="Excel Legacy Handler - parsed documents per second"/>        <string id="SearchCounter.ParsedDocumentsPerSecXlsHandler.description" value="Number of documents parsed per second for the XLS format handler."/>        <string id="SearchCounter.ParsedDocumentsXlsHandler.name" value="Excel Legacy Handler - parsed documents"/>        <string id="SearchCounter.ParsedDocumentsXlsHandler.description" value="Number of parsed documents for the XLS format handler. Only successful operations are accounted."/>        <string id="SearchCounter.UndetectedFormatFailures.name" value="Parsing failures on undetected format"/>        <string id="SearchCounter.UndetectedFormatFailures.description" value="Failures before format detection or unknown formats."/>        <string id="SearchCounter.AverageParsingTimeXlsHandlerBase.name" value="Excel Legacy Handler - average parsing time base"/>        <string id="SearchCounter.AverageParsingTimeXlsHandlerBase.description" value="Average parsing time in milliseconds for the XLS format handler."/>        <string id="SearchCounter.TotalSandboxedParsingTime.name" value="Sandbox total parsing time"/>        <string id="SearchCounter.TotalSandboxedParsingTime.description" value="Total parsing time in miliseconds for sandboxed formats."/>        <string id="SearchCounter.OrphanTasks.name" value="Orphan parsing operations"/>        <string id="SearchCounter.OrphanTasks.description" value="Number of parsing operations aborted but not yet completed."/>        <string id="SearchCounterSet.name" value="Search Platform Services"/>        <string id="SearchCounterSet.description" value="Performance counters for Search Platform Services"/>        <string id="SearchCounter.PlatformServices.MessageQueueLength.name" value="Message queue length"/>        <string id="SearchCounter.PlatformServices.MessageQueueLength.description" value="Message queue length"/>        <string id="SearchCounter.PlatformServices.MessageQueueAvgBlocked.name" value="Message queue avg blocked time"/>        <string id="SearchCounter.PlatformServices.MessageQueueAvgBlocked.description" value="Message queue average blocked time"/>        <string id="SearchCounter.PlatformServices.MessageQueueAvgBlockedBase.name" value="Message queue avg blocked time base"/>        <string id="SearchCounter.PlatformServices.MessageQueueAvgBlockedBase.description" value="Message queue average blocked time base"/>        <string id="SearchCounter.PlatformServices.MessageQueueMessageAge.name" value="Message queue avg message age"/>        <string id="SearchCounter.PlatformServices.MessageQueueMessageAge.description" value="Message queue average message age"/>        <string id="SearchCounter.PlatformServices.MessageQueueMessageAgeBase.name" value="Message queue avg message age base"/>        <string id="SearchCounter.PlatformServices.MessageQueueMessageAgeBase.description" value="Message queue average message age (base)"/>        <string id="SearchCounter.PlatformServices.MessageQueueIsBlocked.name" value="Message queue currently blocked"/>        <string id="SearchCounter.PlatformServices.MessageQueueIsBlocked.description" value="Is message queue currently blocked"/>        <string id="SearchCounterSet.SubmissionService.name" value="Search Submission Service"/>        <string id="SearchCounterSet.SubmissionService.description" value="Content submission service related performance counters. The content submission service is the service that any client talks to for submitting documents to the content processing component."/>        <string id="SearchCounter.SubmissionService.CSS_ActiveSessions.name" value="# Active Sessions"/>        <string id="SearchCounter.SubmissionService.CSS_ActiveSessions.description" value="The current number of active sessions for the submission service."/>        <string id="SearchCounter.SubmissionService.CSS_AbortedSessions.name" value="# Aborted Sessions"/>        <string id="SearchCounter.SubmissionService.CSS_AbortedSessions.description" value="The total number of aborted sessions since the start of the component."/>        <string id="SearchCounter.SubmissionService.CSS_CallbacksAvailable.name" value="# Callbacks Available"/>        <string id="SearchCounter.SubmissionService.CSS_CallbacksAvailable.description" value="The current number of callbacks ready for consumption, but not yet consumed by the client."/>        <string id="SearchCounter.SubmissionService.CSS_CallbacksTotal.name" value="# Callbacks Total"/>        <string id="SearchCounter.SubmissionService.CSS_CallbacksTotal.description" value="The total number of callbacks produced by the submission service since the start of the component."/>        <string id="SearchCounter.SubmissionService.CSS_ClientPolls.name" value="# Client Polls"/>        <string id="SearchCounter.SubmissionService.CSS_ClientPolls.description" value="The total number of client polls since the start of the component. Each time a client refreshes the session to check for callbacks this counter will be incremented."/>        <string id="SearchCounter.SubmissionService.CSS_ClientSubmits.name" value="# Client Submits"/>        <string id="SearchCounter.SubmissionService.CSS_ClientSubmits.description" value="The total number of submits performed by clients since the start of the component."/>        <string id="SearchCounter.SubmissionService.CSS_DocumentsSkipped.name" value="# Documents Skipped"/>        <string id="SearchCounter.SubmissionService.CSS_DocumentsSkipped.description" value="The total number of documents skipped in the submission service before being delivered to the content processing component."/>        <string id="SearchCounter.SubmissionService.CSS_DocumentsTimedOut.name" value="# Documents Timed Out"/>        <string id="SearchCounter.SubmissionService.CSS_DocumentsTimedOut.description" value="The total number of documents that timed out in the submission service."/>        <string id="SearchCounter.SubmissionService.CSS_FlowsUsedForFeeding.name" value="# Flows Used For Feeding"/>        <string id="SearchCounter.SubmissionService.CSS_FlowsUsedForFeeding.description" value="The current number of flows used for feeding."/>        <string id="SearchCounter.SubmissionService.CSS_PendingItems.name" value="# Pending Items"/>        <string id="SearchCounter.SubmissionService.CSS_PendingItems.description" value="The current number of items delivered to the content processing component but where no callback has yet been received."/>        <string id="SearchCounter.AnalysisEngine.name" value="Search Analysis Engine"/>        <string id="SearchCounter.AnalysisEngine.description" value="Performance counters for the analysis engine"/>        <string id="SearchCounter.AnalysisEngine.EventQueueLength.name" value="Event Queue Length"/>        <string id="SearchCounter.AnalysisEngine.EventQueueLength.description" value="The length of the event queue in the analysis engine"/>        <string id="SearchCounter.AnalysisEngine.RunningTasks.name" value="Running Tasks"/>        <string id="SearchCounter.AnalysisEngine.RunningTasks.description" value="The number of currently running tasks in the analysis engine"/>        <string id="SearchCounter.AnalysisEngine.TaskFillFactor.name" value="Task Fill Factor"/>        <string id="SearchCounter.AnalysisEngine.TaskFillFactor.description" value="The percentage of available task slots that are in use"/>        <string id="SearchCounter.AnalysisEngine.RunningAnalyses.name" value="Running Analyses"/>        <string id="SearchCounter.AnalysisEngine.RunningAnalyses.description" value="The number of currently running analyses in the analysis engine"/>        <string id="SearchCounter.AnalysisEngine.ActiveAnalyticsProcessingComponents.name" value="Active Analytics Processing Components"/>        <string id="SearchCounter.AnalysisEngine.ActiveAnalyticsProcessingComponents.description" value="The number of currently registered analytics processing components in the analysis engine"/>        <string id="SearchCounter.AnalysisEngine.UptimeInSeconds.name" value="Uptime In Seconds"/>        <string id="SearchCounter.AnalysisEngine.UptimeInSeconds.description" value="The time in seconds since the analysis engine on the search administration component was activated"/>        <string id="SearchCounter.AnalysisEngine.FailedTasks.name" value="Failed Tasks"/>        <string id="SearchCounter.AnalysisEngine.FailedTasks.description" value="The number of tasks failed in the analysis engine since the search administration component was started"/>        <string id="SearchCounter.AnalysisEngine.FileDeletes.name" value="File Deletes"/>        <string id="SearchCounter.AnalysisEngine.FileDeletes.description" value="The number of files deleted by the analysis engine since the search administration component was started"/>        <string id="SearchCounter.AnalysisEngine.UptimeInDays.name" value="Uptime In Days"/>        <string id="SearchCounter.AnalysisEngine.UptimeInDays.description" value="The time in days since the analysis engine on the search administration component was activated"/>        <string id="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.name" value="Search Analysis Engine Analytics Processing Components"/>        <string id="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.description" value="Performance counters for analytics processing components registered in the analysis engine"/>        <string id="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.RunningTasksOnWorker.name" value="Running Tasks"/>        <string id="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.RunningTasksOnWorker.description" value="The number of currently running tasks"/>        <string id="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.LongRunningTasksOnWorker.name" value="Long Running Tasks"/>        <string id="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.LongRunningTasksOnWorker.description" value="The number of currently running tasks that have been running for a long time"/>        <string id="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.FailedTasksOnWorker.name" value="Failed Tasks"/>        <string id="SearchCounter.AnalysisEngine.AnalyticsProcessingComponents.FailedTasksOnWorker.description" value="The number of tasks that have failed since the analytics processing component was started"/>        <string id="SearchCounter.AnalysisEngine.Analyses.name" value="Search Analysis Engine Analyses"/>        <string id="SearchCounter.AnalysisEngine.Analyses.description" value="Performance counters for analyses registered in the analysis engine"/>        <string id="SearchCounter.AnalysisEngine.Analyses.ActiveFilesForAnalysis.name" value="Active Files"/>        <string id="SearchCounter.AnalysisEngine.Analyses.ActiveFilesForAnalysis.description" value="The number of files stored on disk"/>        <string id="SearchCounter.AnalysisEngine.Analyses.DiskUsageForAnalysis.name" value="Disk Usage"/>        <string id="SearchCounter.AnalysisEngine.Analyses.DiskUsageForAnalysis.description" value="The disk usage of the analysis"/>        <string id="SearchCounter.AnalysisEngine.Analyses.RunningTasksForAnalysis.name" value="Running Tasks"/>        <string id="SearchCounter.AnalysisEngine.Analyses.RunningTasksForAnalysis.description" value="The number of currently running tasks"/>        <string id="SearchCounter.AnalysisEngine.Analyses.FailedTasksSinceStartupForAnalysis.name" value="Failed Tasks Since Startup"/>        <string id="SearchCounter.AnalysisEngine.Analyses.FailedTasksSinceStartupForAnalysis.description" value="The number of tasks that have failed for the analysis since the search administration component was started"/>        <string id="SearchCounter.AnalysisEngine.Analyses.FailedTasksInCurrentRunForAnalysis.name" value="Failed Tasks In Current Run"/>        <string id="SearchCounter.AnalysisEngine.Analyses.FailedTasksInCurrentRunForAnalysis.description" value="The number of tasks that have failed in the current analysis run"/>        <string id="SearchCounter.AnalysisEngine.Analyses.RestartsForAnalysis.name" value="Restarts"/>        <string id="SearchCounter.AnalysisEngine.Analyses.RestartsForAnalysis.description" value="The number of times the analysis has been restarted due to failures since the search administration component was started"/>        <string id="SearchCounter.AnalysisEngine.Analyses.ClearAnalysisCountForAnalysis.name" value="Clear Analysis Count"/>        <string id="SearchCounter.AnalysisEngine.Analyses.ClearAnalysisCountForAnalysis.description" value="The number of times the analysis data has been cleared"/>        <string id="SearchCounter.AnalysisEngine.Analyses.FileDeletesForAnalysis.name" value="File Deletes"/>        <string id="SearchCounter.AnalysisEngine.Analyses.FileDeletesForAnalysis.description" value="The number of files deleted for the analysis since the search administration component was started"/>        <string id="SearchCounterSet.Linguistics.name" value="Search Linguistics"/>        <string id="SearchCounterSet.Linguistics.description" value="Linguistic Processing Performance Counters"/>        <string id="SearchCounter.Linguistics.QueryClassificationDictionarySize.name" value="QueryClassificationDictionarySize"/>        <string id="SearchCounter.Linguistics.QueryClassificationDictionarySize.description" value="Size in MB of the current query classification dictionary."/>        <string id="SearchCounter.Linguistics.SpellingDictionarySize.name" value="SpellingDictionarySize"/>        <string id="SearchCounter.Linguistics.SpellingDictionarySize.description" value="Size in MB of the current dynamic dictionary for query spelling correction."/>        <string id="SearchCounter.Linguistics.DictionaryDeploymentRuns.name" value="DictionaryDeploymentRuns"/>        <string id="SearchCounter.Linguistics.DictionaryDeploymentRuns.description" value="Number of deployment timer job runs for dictionaries maintained in TermStore"/>        <string id="SearchCounter.Linguistics.ExtractedCustomEntities.name" value="ExtractedCustomEntities"/>        <string id="SearchCounter.Linguistics.ExtractedCustomEntities.description" value="Number of entities extracted based on any of the custom extraction dictionaries"/>        <string id="SearchCounter.Linguistics.LangIdFallBack.name" value="LangIdFallBack"/>        <string id="SearchCounter.Linguistics.LangIdFallBack.description" value="Number of documents that required Language Identification to fall back to the default language."/>        <string id="SearchCounter.Linguistics.WordBreakerDocumentsProcessed.name" value="WordBreakerDocumentsProcessed"/>        <string id="SearchCounter.Linguistics.WordBreakerDocumentsProcessed.description" value="Total number of documents processed by the WordBreaker service."/>        <string id="SearchCounter.Linguistics.WordBreakerDocumentsTimedOut.name" value="WordBreakerDocumentsTimedOut"/>        <string id="SearchCounter.Linguistics.WordBreakerDocumentsTimedOut.description" value="Number of documents not completely processed by the WordBreaker because they exceeded its processing time-out threshold."/>        <string id="SearchCounter.Linguistics.WordBreakerDocumentsExceededThreshold.name" value="WordBreakerDocumentsExceededThreshold"/>        <string id="SearchCounter.Linguistics.WordBreakerDocumentsExceededThreshold.description" value="Number of documents not completely processed by the WordBreaker because they exceeded its processing annotation threshold."/>        <string id="SearchCounter.Linguistics.QueryCount.name" value="QueryCount"/>        <string id="SearchCounter.Linguistics.QueryCount.description" value="Base counter to calculate average per-query numbers for other counters."/>        <string id="SearchCounter.Linguistics.QuerySpellingSuggestions.name" value="QuerySpellingSuggestions"/>        <string id="SearchCounter.Linguistics.QuerySpellingSuggestions.description" value="Number of spelling suggestions."/>        <string id="SearchCounter.Linguistics.QuerySpellingSuggestionsFromInclusions.name" value="QuerySpellingSuggestionsFromInclusions"/>        <string id="SearchCounter.Linguistics.QuerySpellingSuggestionsFromInclusions.description" value="Number of spelling suggestions from inclusions."/>        <string id="SearchCounter.Linguistics.QuerySpellingSuggestionsBlockedExclusions.name" value="QuerySpellingSuggestionsBlockedExclusions"/>        <string id="SearchCounter.Linguistics.QuerySpellingSuggestionsBlockedExclusions.description" value="Number of spelling suggestions blocked by exclusions."/>        <string id="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingQueries.name" value="QuerySpellingSecurityTrimmingQueries"/>        <string id="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingQueries.description" value="Number of queries executed for security trimming."/>        <string id="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingNoEffect.name" value="QuerySpellingSecurityTrimmingNoEffect"/>        <string id="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingNoEffect.description" value="Number of spelling suggestions that passed security trimming as the first spelling candidate."/>        <string id="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingTimeouts.name" value="QuerySpellingSecurityTrimmingTimeouts"/>        <string id="SearchCounter.Linguistics.QuerySpellingSecurityTrimmingTimeouts.description" value="Number of times the security trimming exceeded the timeout."/>        <string id="SearchCounter.Linguistics.QueryStemmingExpandedTokens.name" value="QueryStemmingExpandedTokens"/>        <string id="SearchCounter.Linguistics.QueryStemmingExpandedTokens.description" value="Number of query tokens that received stemming expansions."/>        <string id="SearchCounter.Linguistics.QueryStemmingExpansions.name" value="QueryStemmingExpansions"/>        <string id="SearchCounter.Linguistics.QueryStemmingExpansions.description" value="Number of query stemming expansions."/>        <string id="SearchCounter.Linguistics.QueryStemmingLimitHits.name" value="QueryStemmingLimitHits"/>        <string id="SearchCounter.Linguistics.QueryStemmingLimitHits.description" value="Number of times the threshold for maximal number of query stemming expansions was hit."/>        <string id="SearchCounter.Linguistics.QuerySynonymExpansions.name" value="QuerySynonymExpansions"/>        <string id="SearchCounter.Linguistics.QuerySynonymExpansions.description" value="Average number of synonym expansions per query."/>        <string id="SearchCounter.Linguistics.QueryTokenCount.name" value="QueryTokenCount"/>        <string id="SearchCounter.Linguistics.QueryTokenCount.description" value="Number of query tokens."/>        <string id="SearchCounter.Linguistics.QueryWordBreakerExpansions.name" value="QueryWordBreakerExpansions"/>        <string id="SearchCounter.Linguistics.QueryWordBreakerExpansions.description" value="Number of query word breaker expansions."/>        <string id="SearchCounter.Linguistics.QuerySpellingDictionaryUpdates.name" value="QuerySpellingDictionaryUpdates"/>        <string id="SearchCounter.Linguistics.QuerySpellingDictionaryUpdates.description" value="Number of times the spelling dictionary update flow has been executed."/>        <string id="SearchCounter.Linguistics.QuerySpellingDictionaryUpdateDuration.name" value="QuerySpellingDictionaryUpdateDuration"/>        <string id="SearchCounter.Linguistics.QuerySpellingDictionaryUpdateDuration.description" value="Time in seconds spent per run of the spelling dictionary update flow."/>        <string id="SearchCounter.Linguistics.QuerySpellingIndexTerms.name" value="QuerySpellingIndexTerms"/>        <string id="SearchCounter.Linguistics.QuerySpellingIndexTerms.description" value="Number of terms received from the index for the spelling dictionary update."/>        <string id="SearchCounter.Linguistics.QuerySpellingDictionaryTerms.name" value="QuerySpellingDictionaryTerms"/>        <string id="SearchCounter.Linguistics.QuerySpellingDictionaryTerms.description" value="Number of terms contained in the content-aligned spelling dictionary."/>        <string id="SearchCounter.Linguistics.WordBreakerFieldsProcessed.name" value="WordBreakerFieldsProcessed"/>        <string id="SearchCounter.Linguistics.WordBreakerFieldsProcessed.description" value="Total number of fields processed by the document wordbreaker"/>        <string id="SearchCounter.Linguistics.WordBreakerFieldsTimeOut.name" value="WordBreakerFieldsTimeOut"/>        <string id="SearchCounter.Linguistics.WordBreakerFieldsTimeOut.description" value="Total number of fields processed partially due to timeout"/>        <string id="SearchCounter.Linguistics.WordBreakerFieldsThreshold.name" value="WordBreakerFieldsThreshold"/>        <string id="SearchCounter.Linguistics.WordBreakerFieldsThreshold.description" value="Total number of fields processed partially due to threshold"/>        <string id="SearchCounter.Linguistics.WordBreakerFieldsByFallback.name" value="WordBreakerFieldsByFallback"/>        <string id="SearchCounter.Linguistics.WordBreakerFieldsByFallback.description" value="Total number of fields processed with the fallback wordbreaker instead of the requested language."/>        <string id="SearchCounter.Linguistics.CompanyInclusionsDictionarySize.name" value="CompanyInclusionsDictionarySize"/>        <string id="SearchCounter.Linguistics.CompanyInclusionsDictionarySize.description" value="Size in MB of the current inclusion dictionary for company extraction."/>        <string id="SearchCounter.Linguistics.CompanyExclusionsDictionarySize.name" value="CompanyExclusionsDictionarySize"/>        <string id="SearchCounter.Linguistics.CompanyExclusionsDictionarySize.description" value="Size in MB of the current exclusion dictionary for company extraction."/>        <string id="SearchCounter.Linguistics.QueryClassificationDictionaryEntries.name" value="QueryClassificationDictionaryEntries"/>        <string id="SearchCounter.Linguistics.QueryClassificationDictionaryEntries.description" value="Number of entries contained in the current query classification dictionary."/>        <string id="SearchCounter.Linguistics.SpellingInclusionDictionaryEntries.name" value="SpellingInclusionDictionaryEntries"/>        <string id="SearchCounter.Linguistics.SpellingInclusionDictionaryEntries.description" value="Number of entries contained in the current inclusion dictionary for query spelling correction."/>        <string id="SearchCounter.Linguistics.SpellingDontSuggestDictionaryEntries.name" value="SpellingDontSuggestDictionaryEntries"/>        <string id="SearchCounter.Linguistics.SpellingDontSuggestDictionaryEntries.description" value="Number of entries contained in the current dont-suggest dictionary for query spelling correction."/>        <string id="SearchCounter.Linguistics.SpellingDictionaryEntries.name" value="SpellingDictionaryEntries"/>        <string id="SearchCounter.Linguistics.SpellingDictionaryEntries.description" value="Number of entries contained in the current dynamic dictionary for query spelling correction"/>        <string id="SearchCounter.Linguistics.CompanyInclusionDictionaryEntries.name" value="CompanyInclusionDictionaryEntries"/>        <string id="SearchCounter.Linguistics.CompanyInclusionDictionaryEntries.description" value="Number of entries contained in the current inclusion dictionary for company extraction."/>        <string id="SearchCounter.Linguistics.CompanyExclusionDictionaryEntries.name" value="CompanyExclusionDictionaryEntries"/>        <string id="SearchCounter.Linguistics.CompanyExclusionDictionaryEntries.description" value="Number of entries contained in the current exclusion dictionary for company extraction."/>        <string id="SearchCounter.Linguistics.ExtractedCompaniesBuiltinDictionary.name" value="ExtractedCompaniesBuiltinDictionary"/>        <string id="SearchCounter.Linguistics.ExtractedCompaniesBuiltinDictionary.description" value="Number of companies extracted based on the built-in company dictionary."/>        <string id="SearchCounter.Linguistics.ExtractedCompaniesInclusionDictionary.name" value="ExtractedCompaniesInclusionDictionary"/>        <string id="SearchCounter.Linguistics.ExtractedCompaniesInclusionDictionary.description" value="Number of companies extracted based on the custom inclusion dictionary for company extraction"/>        <string id="SearchCounter.Linguistics.ExcludedCompanies.name" value="ExcludedCompanies"/>        <string id="SearchCounter.Linguistics.ExcludedCompanies.description" value="Number of extracted companies that were rejected based on the custom exclusion dictionary for company extraction."/>        <string id="SearchCounter.Linguistics.QuerySpellingInclusionDictionaryTerms.name" value="QuerySpellingInclusionDictionaryTerms"/>        <string id="SearchCounter.Linguistics.QuerySpellingInclusionDictionaryTerms.description" value="Number of terms contained in the Query Spelling Correction's inclusion dictionary"/>        <string id="SearchCounter.Linguistics.QuerySpellingExclusionDictionaryTerms.name" value="QuerySpellingExclusionDictionaryTerms"/>        <string id="SearchCounter.Linguistics.QuerySpellingExclusionDictionaryTerms.description" value="Number of terms contained in the Query Spelling Correction's exclusion dictionary"/>        <string id="SearchCounter.Linguistics.CompanyInclusionDictionaryTerms.name" value="CompanyInclusionDictionaryTerms"/>        <string id="SearchCounter.Linguistics.CompanyInclusionDictionaryTerms.description" value="Number of terms contained in the company inclusion dictionary across all tenants"/>        <string id="SearchCounter.Linguistics.CompanyExclusionDictionaryTerms.name" value="CompanyExclusionDictionaryTerms"/>        <string id="SearchCounter.Linguistics.CompanyExclusionDictionaryTerms.description" value="Number of terms contained in the company exclusion dictionary across all tenants"/>        <string id="SearchCounter.Linguistics.SpellingInclusionsDictionarySize.name" value="SpellingInclusionsDictionarySize"/>        <string id="SearchCounter.Linguistics.SpellingInclusionsDictionarySize.description" value="Size in MB of the current inclusion dictionary for query spelling correction/"/>        <string id="SearchCounter.Linguistics.SpellingDontSuggestDictionarySize.name" value="SpellingDontSuggestDictionarySize"/>        <string id="SearchCounter.Linguistics.SpellingDontSuggestDictionarySize.description" value="Size in MB of the current dont-suggest dictionary for query spelling correction."/>        <string id="SearchCounter.Linguistics.CustomDictionaryUpdates.name" value="CustomDictionaryUpdates"/>        <string id="SearchCounter.Linguistics.CustomDictionaryUpdates.description" value="Number of times the custom dictionary deployment flow has been executed"/>        <string id="SearchCounter.Linguistics.QueryClassificationDictionaryUpdates.name" value="QueryClassificationDictionaryUpdates"/>        <string id="SearchCounter.Linguistics.QueryClassificationDictionaryUpdates.description" value="Number of times the Query Intent Classification dictionary deployment flow has been executed"/>        <string id="SearchCounter.Linguistics.ReservedCounter1.name" value="ReservedCounter1"/>        <string id="SearchCounter.Linguistics.ReservedCounter1.description" value="A counter reserved for later use"/>        <string id="SearchCounter.Linguistics.ReservedCounter2.name" value="ReservedCounter2"/>        <string id="SearchCounter.Linguistics.ReservedCounter2.description" value="A counter reserved for later use"/>        <string id="SearchCounter.Linguistics.ReservedCounter3.name" value="ReservedCounter3"/>        <string id="SearchCounter.Linguistics.ReservedCounter3.description" value="A counter reserved for later use"/>        <string id="SearchCounter.Linguistics.ReservedCounter4.name" value="ReservedCounter4"/>        <string id="SearchCounter.Linguistics.ReservedCounter4.description" value="A counter reserved for later use"/>        <string id="SearchCounter.Linguistics.ReservedCounter5.name" value="ReservedCounter5"/>        <string id="SearchCounter.Linguistics.ReservedCounter5.description" value="A counter reserved for later use"/>        <string id="SearchCounter.HostController.name" value="Search Host Controller"/>        <string id="SearchCounter.HostController.description" value="Host Controller Performance Counters"/>        <string id="SearchCounter.HostController.ComponentRestarts.name" value="Component Restarts"/>        <string id="SearchCounter.HostController.ComponentRestarts.description" value="Number of restarts of a search component since start of the Host Controller"/>        <string id="SearchCounter.HostController.ComponentUptime.name" value="Component Uptime"/>        <string id="SearchCounter.HostController.ComponentUptime.description" value="Component uptime in minutes since start of Host Controller"/>        <string id="SearchCounter.HostController.HCPlaceholder1.name" value="Placeholder 1"/>        <string id="SearchCounter.HostController.HCPlaceholder1.description" value="Host Controller Placeholder 1"/>        <string id="SearchCounter.HostController.HCPlaceholder2.name" value="Placeholder 2"/>        <string id="SearchCounter.HostController.HCPlaceholder2.description" value="Host Controller Placeholder 2"/>        <string id="SearchCounter.HostController.HCPlaceholder3.name" value="Placeholder 3"/>        <string id="SearchCounter.HostController.HCPlaceholder3.description" value="Host Controller Placeholder 3"/>        <string id="SearchCounter.HostController.HCPlaceholder4.name" value="Placeholder 4"/>        <string id="SearchCounter.HostController.HCPlaceholder4.description" value="Host Controller Placeholder 4"/>        <string id="SearchCounterSet.AdditionalCounters.name" value="Search Additional Counters"/>        <string id="SearchCounterSet.AdditionalCounters.description" value="Search Additional Performance Counters"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder1.name" value="Placeholder 1"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder1.description" value="Search Counter Placeholder 1"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder2.name" value="Placeholder 2"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder2.description" value="Search Counter Placeholder 2"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder3.name" value="Placeholder 3"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder3.description" value="Search Counter Placeholder 3"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder4.name" value="Placeholder 4"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder4.description" value="Search Counter Placeholder 4"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder5.name" value="Placeholder 5"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder5.description" value="Search Counter Placeholder5"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder6.name" value="Placeholder 6"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder6.description" value="Search Counter Placeholder 6"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder7.name" value="Placeholder 7"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder7.description" value="Search Counter Placeholder 7"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder8.name" value="Placeholder 8"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder8.description" value="Search Counter Placeholder 8"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder9.name" value="Placeholder 9"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder9.description" value="Search Counter Placeholder 9"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder10.name" value="Placeholder 10"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder10.description" value="Search Counter Placeholder 10"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder11.name" value="Placeholder 11"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder11.description" value="Search Counter Placeholder 11"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder12.name" value="Placeholder 12"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder12.description" value="Search Counter Placeholder 12"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder13.name" value="Placeholder 13"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder13.description" value="Search Counter Placeholder 13"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder14.name" value="Placeholder 14"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder14.description" value="Search Counter Placeholder 14"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder15.name" value="Placeholder 15"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder15.description" value="Search Counter Placeholder 15"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder16.name" value="Placeholder 16"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder16.description" value="Search Counter Placeholder 16"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder17.name" value="Placeholder 17"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder17.description" value="Search Counter Placeholder 17"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder18.name" value="Placeholder 18"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder18.description" value="Search Counter Placeholder 18"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder19.name" value="Placeholder 19"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder19.description" value="Search Counter Placeholder 19"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder20.name" value="Placeholder 20"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder20.description" value="Search Counter Placeholder 21"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder21.name" value="Placeholder 21"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder21.description" value="Search Counter Placeholder 21"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder22.name" value="Placeholder 22"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder22.description" value="Search Counter Placeholder 22"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder23.name" value="Placeholder 23"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder23.description" value="Search Counter Placeholder 23"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder24.name" value="Placeholder 24"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder24.description" value="Search Counter Placeholder 24"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder25.name" value="Placeholder 25"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder25.description" value="Search Counter Placeholder 25"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder26.name" value="Placeholder 26"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder26.description" value="Search Counter Placeholder 26"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder27.name" value="Placeholder 27"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder27.description" value="Search Counter Placeholder 27"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder28.name" value="Placeholder 28"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder28.description" value="Search Counter Placeholder 28"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder29.name" value="Placeholder 29"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder29.description" value="Search Counter Placeholder 29"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder30.name" value="Placeholder 30"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder30.description" value="Search Counter Placeholder 30"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder31.name" value="Placeholder 31"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder31.description" value="Search Counter Placeholder 31"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder32.name" value="Placeholder 32"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder32.description" value="Search Counter Placeholder 32"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder33.name" value="Placeholder 33"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder33.description" value="Search Counter Placeholder 33"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder34.name" value="Placeholder 34"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder34.description" value="Search Counter Placeholder 34"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder35.name" value="Placeholder 35"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder35.description" value="Search Counter Placeholder 35"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder36.name" value="Placeholder 36"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder36.description" value="Search Counter Placeholder 36"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder37.name" value="Placeholder 37"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder37.description" value="Search Counter Placeholder 37"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder38.name" value="Placeholder 38"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder38.description" value="Search Counter Placeholder 38"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder39.name" value="Placeholder 39"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder39.description" value="Search Counter Placeholder 39"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder40.name" value="Placeholder 40"/>        <string id="SearchCounterSet.AdditionalCounters.AC_Placeholder40.description" value="Search Counter Placeholder 40"/>        <string id="ULSAPIEvents.event.ULSFloodedEventSuppressedCritical.message" value="Event %1 (%2) of severity 'Critical' occurred %3 more time(s) and was suppressed in the event log"/>        <string id="ULSAPIEvents.event.ULSFloodedEventSuppressedError.message" value="Event %1 (%2) of severity 'Error' occurred %3 more time(s) and was suppressed in the event log"/>        <string id="ULSAPIEvents.event.ULSFloodedEventSuppressedWarning.message" value="Event %1 (%2) of severity 'Warning' occurred %3 more time(s) and was suppressed in the event log"/>        <string id="ULSAPIEvents.event.ULSFloodedEventSuppressedInformational.message" value="Event %1 (%2) of severity 'Informational' occurred %3 more time(s) and was suppressed in the event log"/>        <string id="ULSAPIEvents.event.ULSFloodedEventSuppressedVerbose.message" value="Event %1 (%2) of severity 'Verbose' occurred %3 more time(s) and was suppressed in the event log"/>        <string id="ULSAPIEvents.event.ULSFailedToGetLogPath.message" value="Tracing Service failed to create the trace log file at location specified in %1. Error %2: %3. Traces will be written to the following directory: %4."/>        <string id="ULSAPIEvents.task.MSOULSCAT_ULS.message" value="Unified Logging Service"/>        <string id="ULSAPIEvents.task.MSOULSCAT_ULS_CORRELATION.message" value="Logging Correlation Data"/>        <string id="ULSAPIEvents.task.MSOULSCAT_ULS_SQM.message" value="SQM"/>        <string id="ULSControllerEvents.event.ULSInvalidUsageLogDirectory.message" value="Unable to create usage log file at location specified in %1. Error %2: %3. Usage logs will be written to the following directory: %4."/>        <string id="ULSControllerEvents.event.ULSUsageRetentionLimitReached.message" value="Usage log retention limit reached.  Some old usage log files have been deleted."/>        <string id="ULSControllerEvents.event.ULSNotEnoughStorageForLogDirectory.message" value="Not enough free disk space available. The tracing service has temporarily stopped outputting usage entries to the usage log file. Usage logging will resume when more than %1 MB of disk space becomes available."/>        <string id="ULSControllerEvents.event.ULSTraceServiceStarted.message" value="Tracing Service started."/>        <string id="ULSControllerEvents.event.ULSTraceServiceStopped.message" value="Tracing Service stopped."/>        <string id="ULSControllerEvents.event.ULSFailedToCreateTraceLog.message" value="Tracing Service failed to create the trace log file at '%1'.  Error %2: %3"/>        <string id="ULSControllerEvents.event.ULSFailedToCreateUsageLog.message" value="Tracing Service failed to create the usage log file at '%1'.  Error %2: %3"/>        <string id="ULSControllerEvents.event.ULSNotEnoughFreeSpace.message" value="Not enough free disk space available. The tracing service has temporarily stopped outputting trace messages to the log file. Tracing will resume when more than %1 MB of disk space becomes available."/>        <string id="ULSControllerEvents.event.ULSTraceServiceResumed.message" value="The tracing service has resumed outputting trace messages to the log file."/>        <string id="ULSControllerEvents.event.ULSUnableToStopUsageLogging.message" value="Unable to stop usage logging. Error %1 %2"/>        <string id="ULSControllerEvents.event.ULSUnableToStopLogging.message" value="Unable to stop trace logging. Error %1 %2"/>        <string id="ULSControllerEvents.event.ULSUsageLogResumed.message" value="The usage logging has resumed."/>        <string id="ULSControllerEvents.event.ULSTraceLogReachingMaxStorage.message" value="Trace logs are reaching to the configured storage limit (%1). Please increase the maximum storage settings. Otherwise, older files will be deleted once the limit is reached."/>        <string id="ULSControllerEvents.event.ULSUsageLogReachingMaxStorage.message" value="Usage logs are reaching to the configured storage limit (%1). Please increase the maximum storage settings. Otherwise, older files will be deleted once the limit is reached."/>        <string id="ULSControllerEvents.event.ULSTraceRetentionLimitReached.message" value="Usage log retention limit reached.  Some old usage log files have been deleted."/>        <string id="ULSControllerEvents.task.MSOULSCAT_ULS_CONTROLLER.message" value="Tracing Controller Service"/>        <string id="SearchEvents.provider.message" value="Microsoft-Office Server-Search"/>        <string id="SearchEvents.channel.SearchFoundationOperationalChannel.message" value="Operational"/>        <string id="SearchEvents.channel.SearchFoundationCoreTraceChannel.message" value="SearchFoundationCoreTrace"/>        <string id="SearchEvents.channel.SEARCHFOUNDATION_ANALYTICCHANNEL.message" value="Analytic"/>        <string id="SearchEvents.channel.CHANNEL_SearchHealthMonitoring.message" value="SearchHealthMonitoring"/>      </stringTable>    </resources>  </localization></instrumentationManifest>