Index Reset - SharePoint2013

Cacopardo, Andrea 22 Reputation points
2022-08-18T14:04:21.63+00:00

Hello everyone,

My Search Topology is composed as per attached image:

232433-image.png

I searched a document in the search within the site but the search was not successful (the document exixt but not found).

From the "Search Administration" I observed the yellow triangle under "Index Partition" corresponding to server 02, so I checked and actually the IndexComponent (Id) appeared to be degraded.

I then performed an Index Reset and then a Full Crawl, at the end of the Full Crawl the yellow triangle passed from server 02 to server 03 as shown in the attached image:

232513-image.png

I checked again and in correspondence with server 03 its IndexComponent (Id) is actually "degraded".

I repeated the Reset Index again and then I started the Full Crawl and the situation on the Search Topology correctly reported the green checks under Index Partition for both servers as reported:

232473-image.png

But during the FULL CRAWL at around 1,300,000 crowled items (it will end up at around 2,230,000 items) the topology situation has become again as per image below:

232482-image.png

The free disk space on both servers is several GB, so there is no space problem, before carrying out any reset and Full Crawl activities.
I started the following services on all the servers involved with success:

--> SPSearchHostController
--> OSearch15

I am not an expert, but what can be the causes that during a Full Crawl can degrade the Index Partitio?
What can I do to restore the service?

Thank you
Andrew

I share the current status of the check:

PS C:\Windows\system32> Add-PSSnapin Microsoft.SharePoint.PowerShell
$ssa=Get-SPEnterpriseSearchServiceApplication
Get-SPEnterpriseSearchStatus -SearchApplication $ssa -Text

Name : IndexComponent2
State : Degraded
State : List of degraded cells: Cell:IndexComponent2-SPf664651bb2ddI.1.0(Index out of sync - catching up);
catch_up : True
Partition : 0
Host : -------03
Name : Cell:IndexComponent2-SPf664651bb2ddI.1.0
State : Degraded
State : Components OK. Index out of sync - catching up
Primary : False
Partition : 0
catch_up : True
in_sync : False
left_behind : True
Name : IndexComponent1
State : Active
Primary : True
Partition : 0
Host : -------02
Name : Cell:IndexComponent1-SPf664651bb2ddI.0.0
State : Active
Primary : True
Partition : 0
Name : Partition:0
State : Active
Name : AdminComponent2
State : Active
Host : -------01
Name : QueryProcessingComponent2
State : Active
Host : -------03
Name : QueryProcessingComponent1
State : Active
Host : -------02
Name : ContentProcessingComponent2
State : Active
Host : -------01
Name : AnalyticsProcessingComponent2
State : Active
Host : -------01
Name : CrawlComponent0
State : Active
Host : -------01

Microsoft 365 and Office SharePoint Server For business
{count} votes

2 answers

Sort by: Most helpful
  1. Yi Lu_MSFT 17,611 Reputation points
    2022-08-19T05:29:10.22+00:00

    Hi @Anonymous
    Except for index reset + full crawl of all content sources, you could also try to create a new topology. Here is the script:

    #set Search Service Application  
    $ssa = Get-SPEnterpriseSearchServiceApplication  
      
    #recreate search topology with new index component  
    #reset the index if the bad component is the index  
      
    #grab component name of faulty topology component and it's respective server name  
    Get-SPEnterpriseSearchStatus -SearchApplication $ssa -Text  
      
    #put server name where [SERVER] is.. remove the []  
    $hosta = get-spenterprisesearchserviceinstance -identity [SERVER]  
      
    #get the existing topology  
    $active = Get-SPEnterpriseSearchTopology -SearchApplication $ssa -Active  
      
    #copy the existing topology  
    $clone = New-SPEnterpriseSearchTopology -SearchApplication $ssa -Clone -SearchTopology $active  
      
    #remove the bad component, placing the name where [BAD COMPONENT NAME] is... remove the []  
    $ComponentID = (Get-SPEnterpriseSearchComponent -SearchTopology $clone -Identity [BAD COMPONENT NAME]).componentID  
    Remove-SPEnterpriseSearchComponent -Identity $ComponentID.GUID -SearchTopology $clone -confirm:$false  
      
    #create the new component, the example below is for the index specifically - create a new folder for the index so it's empty!  
    New-SPEnterpriseSearchIndexComponent -SearchTopology $clone -SearchServiceInstance $hostA -IndexPartition 0 -RootDirectory F:\SPIndex   
      
    #Set this copy as the active topology  
    Set-SPEnterpriseSearchTopology -identity $clone  
    

    You could also try to delete and create a new search service application with the existing databases.

    For more information, you could refer to:
    https://sharepoint.stackexchange.com/questions/88697/how-do-i-fix-a-degraded-sharepoint-2013-index-partition-when-there-is-only-one-o

    What's more, here is a similar case for you to refer to:
    https://sharepointviews.com/sharepoint-search-index-partition-error/

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Cacopardo, Andrea 22 Reputation points
    2022-08-19T08:44:01.917+00:00

    Hello!
    thank's in advance.

    It was not necessary to carry out the steps indicated, the Full Crawl has ended and now the situation is the following:
    Search Administration:
    ![232755-image.png][1]

    Check is:
    ![232767-image.png][2]

    but search document doesn't work, it seems, but exist!

    For example this document "Certificado de servicio nº 801022.pdf" exists and the full crawll passed over it correctly, but if I search for it I get this message within the log, what i can do?
    Ty

    Line 1053: 08/19/2022 10:21:51.81 w3wp.exe (0x1B84) 0x1A3C SharePoint Foundation Topology e5mb Medium WcfReceiveRequest: LocalAddress: 'http://server03.domain:32843/8f003376a4804d61bef83e39cb7d0a4f/SearchService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://tempuri.org/ISearchQueryServiceApplication/Execute' MessageId: 'urn:uuid:c8258ed2-b1e5-4531-9d92-bf3259b67e4a' e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1054: 08/19/2022 10:21:51.81 w3wp.exe (0x1B84) 0x1A3C SharePoint Server Search Query fla3 High SearchServiceApplication::Execute--Correlation Id: e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1054: 08/19/2022 10:21:51.81 w3wp.exe (0x1B84) 0x1A3C SharePoint Server Search Query fla3 High SearchServiceApplication::Execute--Correlation Id: e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1055: 08/19/2022 10:21:51.81 w3wp.exe (0x1B84) 0x1A3C SharePoint Server Search Query ac3iu High Ims::EndPoints: Candidate FewestQueries: net.tcp://server02/0C1B7E/QueryProcessingComponent1/ImsQueryInternal, status: Succeeded, queries-in-progress: 0 e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1056: 08/19/2022 10:21:51.81 w3wp.exe (0x1B84) 0x1A3C SharePoint Server Search Query ac3ik High Ims::EndPoint: net.tcp://server02/0C1B7E/QueryProcessingComponent1/ImsQueryInternal e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1057: 08/19/2022 10:21:51.81 w3wp.exe (0x1B84) 0x1A3C SharePoint Server Search Query aep7z High Ims::GetChannel--Channel Creation time: 0 e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1058: 08/19/2022 10:21:51.81 w3wp.exe (0x1B84) 0x1A3C SharePoint Foundation Topology e5mc Medium WcfSendRequest: RemoteAddress: 'net.tcp://server02/0C1B7E/QueryProcessingComponent1/ImsQueryInternal' Channel: 'Microsoft.Office.Server.Search.Query.IImsService' Action: 'http://tempuri.org/IImsService/Execute' MessageId: 'urn:uuid:c7b0d41c-7820-4bfb-a971-c9e81e4ae559' e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1059: 08/19/2022 10:21:51.81 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x0C20 Search Query Processing aizc0 High Microsoft.Office.Server.Search.Query.Ims.ImsQueryInternal : New request: Query text 'Certificado de servicio nº 801022.pdf', Query template '{searchboxquery}'; HiddenConstraints: site:"https://site"; SiteSubscriptionId: 00000000-0000-0000-0000-000000000000 e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1060: 08/19/2022 10:21:51.81 NodeRunner.exe (0x1F28) 0x0C20 SharePoint Server Search Query amfnb Medium ProductivitySearchFlowExecutor: Setting AllowPartialResults to False e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1061: 08/19/2022 10:21:51.81 NodeRunner.exe (0x1F28) 0x0C20 SharePoint Server Search Query aj41n Medium QueryTemplateHelper: Query template '{searchboxquery}' transformed to query text 'Certificado de servicio nº 801022.pdf'. e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1062: 08/19/2022 10:21:51.81 NodeRunner.exe (0x1F28) 0x0C20 SharePoint Server Search Query aj41o High ProductivitySearchFlowExecutor: New request: Query template '{searchboxquery}' transformed to query text 'Certificado de servicio nº 801022.pdf'. e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1063: 08/19/2022 10:21:51.82 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x0C20 Search Linguistic Processing ai4ah Medium Microsoft.Ceres.ContentEngine.NlpEvaluators.Tokenizer.QueryWordBreakerProducer: Expanded query tree (language it): StringNode(FirstChild=AndNode(FirstChild=TokenNode(FirstChild=null,NextSibling=TokenNode(FirstChild=null,NextSibling=TokenNode(FirstChild=null,NextSibling=TokenNode(FirstChild=null,NextSibling=TokenNode(FirstChild=null,NextSibling=null,Length=2,Linguistics=True,Token=801022.pdf,Weight=1),Length=1,Linguistics=True,Token=n,Weight=1),Length=1,Linguistics=True,Token=servicio,Weight=1),Length=1,Linguistics=True,Token=de,Weight=1),Length=1,Linguistics=True,Token=Certificado,Weight=1),NextSibling=null),NextSibling=null,Linguistics=True,Mode=And,Text=Certificado de servicio nº 801022.pdf,Weight=0,Wildcard=False) e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1064: 08/19/2022 10:21:51.83 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x0C20 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow= SubFlowTimings: Linguistics=9 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1064: 08/19/2022 10:21:51.83 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x0C20 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow= SubFlowTimings: Linguistics=9 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1065: 08/19/2022 10:21:51.83 NodeRunner.exe (0x1F28) 0x0C20 SharePoint Server Search Query aj41n Medium QueryTemplateHelper: Query template '{?{searchTerms} -ContentClass=urn:content-class:SPSPeople}' transformed to query text 'Certificado de servicio nº 801022.pdf -ContentClass=urn:content-class:SPSPeople'. e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1066: 08/19/2022 10:21:51.83 NodeRunner.exe (0x1F28) 0x0C20 SharePoint Server Search Query af5cy Medium QueryRouterEvaluator: QueryId PersonalFavorite Query, QueryRule , CorrelationId 8052802f-a4dd-4a54-af33-8dbe61953b7c, ParentCorrelationId e9755ca0-b33f-50e2-ee76-4d00624ad2ec, SourceId cd0b4ea8-749c-4bcb-9c27-3cd8355bb774 e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1066: 08/19/2022 10:21:51.83 NodeRunner.exe (0x1F28) 0x0C20 SharePoint Server Search Query af5cy Medium QueryRouterEvaluator: QueryId PersonalFavorite Query, QueryRule , CorrelationId 8052802f-a4dd-4a54-af33-8dbe61953b7c, ParentCorrelationId e9755ca0-b33f-50e2-ee76-4d00624ad2ec, SourceId cd0b4ea8-749c-4bcb-9c27-3cd8355bb774 e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1067: 08/19/2022 10:21:51.83 NodeRunner.exe (0x1F28) 0x0C20 SharePoint Server Search Query af5cy Medium QueryRouterEvaluator: QueryId BestBet Query, QueryRule , CorrelationId fa091254-0f98-4ab3-99be-3a67ac62c057, ParentCorrelationId e9755ca0-b33f-50e2-ee76-4d00624ad2ec, SourceId 88279e87-6b55-4cd7-99a3-2cc5cc2e4924 e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1067: 08/19/2022 10:21:51.83 NodeRunner.exe (0x1F28) 0x0C20 SharePoint Server Search Query af5cy Medium QueryRouterEvaluator: QueryId BestBet Query, QueryRule , CorrelationId fa091254-0f98-4ab3-99be-3a67ac62c057, ParentCorrelationId e9755ca0-b33f-50e2-ee76-4d00624ad2ec, SourceId 88279e87-6b55-4cd7-99a3-2cc5cc2e4924 e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1068: 08/19/2022 10:21:51.83 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing ams80 High Microsoft.Ceres.InteractionEngine.Component.FlowHandleRegistry : CorrelationId=e9755ca0-b33f-50e2-ee76-4d00624ad2ec, TenantId=0c37852b-34d0-418e-91c6-2ac25af4be5b, FlowName=Microsoft.SharePointSearchProviderFlow, ClientType=SiteResultsQuery-All, ClientFunction=, ClientFunctionDetails= e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1068: 08/19/2022 10:21:51.83 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing ams80 High Microsoft.Ceres.InteractionEngine.Component.FlowHandleRegistry : CorrelationId=e9755ca0-b33f-50e2-ee76-4d00624ad2ec, TenantId=0c37852b-34d0-418e-91c6-2ac25af4be5b, FlowName=Microsoft.SharePointSearchProviderFlow, ClientType=SiteResultsQuery-All, ClientFunction=, ClientFunctionDetails= e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1069: 08/19/2022 10:21:51.83 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow=Microsoft.SharePointSearchProviderFlow SubFlowTimings: Parsing=0 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1069: 08/19/2022 10:21:51.83 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow=Microsoft.SharePointSearchProviderFlow SubFlowTimings: Parsing=0 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1070: 08/19/2022 10:21:51.83 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Linguistic Processing ai4ah Medium Microsoft.Ceres.ContentEngine.NlpEvaluators.Tokenizer.QueryWordBreakerProducer: Expanded query tree (language it): AndNode(FirstChild=StringNode(FirstChild=AndNode(FirstChild=TokenNode(FirstChild=null,NextSibling=TokenNode(FirstChild=null,NextSibling=TokenNode(FirstChild=null,NextSibling=TokenNode(FirstChild=null,NextSibling=TokenNode(FirstChild=null,NextSibling=null,Length=2,Linguistics=True,Token=801022.pdf,Weight=1),Length=1,Linguistics=True,Token=n,Weight=1),Length=1,Linguistics=True,Token=servicio,Weight=1),Length=1,Linguistics=True,Token=de,Weight=1),Length=1,Linguistics=True,Token=Certificado,Weight=1),NextSibling=null),NextSibling=FilterNode(FirstChild=NotNode(FirstChild=ScopeNode(FirstChild=BoundaryNode(FirstChild=TokenNode(FirstChild=null,NextSibling=null,Length=1,Linguistics=Tru... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1071: 08/19/2022 10:21:51.83* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Linguistic Processing ai4ah Medium ...e,Token=urn:content-class:SPSPeople,Weight=1),NextSibling=null,BoundaryMode=Exact),NextSibling=null,Scope=Contentclass),NextSibling=null),NextSibling=FilterNode(FirstChild=ScopeNode(FirstChild=WildcardNode(FirstChild=null,NextSibling=null,Token=https://site/),NextSibling=null,Scope=SitePath),NextSibling=null)),Linguistics=True,Mode=And,Text=Certificado de servicio nº 801022.pdf,Weight=0,Wildcard=False),NextSibling=null) e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1073: 08/19/2022 10:21:51.83 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1E38 Search Query Processing aizi4 Medium Microsoft.Office.Server.Search.Query.Pipeline.Processing.QueryRouterEvaluator : QueryRouterEvaluator:RetrieveResultsForQuery Certificado de servicio nº 801022.pdf CorrelationId fa091254-0f98-4ab3-99be-3a67ac62c057 ParentCorrelationId e9755ca0-b33f-50e2-ee76-4d00624ad2ec fa091254-0f98-4ab3-99be-3a67ac62c057
    Line 1075: 08/19/2022 10:21:51.84 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1CAC Search Query Processing aizi4 Medium Microsoft.Office.Server.Search.Query.Pipeline.Processing.QueryRouterEvaluator : QueryRouterEvaluator:RetrieveResultsForQuery Certificado de servicio nº 801022.pdf CorrelationId 8052802f-a4dd-4a54-af33-8dbe61953b7c ParentCorrelationId e9755ca0-b33f-50e2-ee76-4d00624ad2ec 8052802f-a4dd-4a54-af33-8dbe61953b7c
    Line 1076: 08/19/2022 10:21:51.84 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1CAC Search Query Processing aizi5 Medium Microsoft.Office.Server.Search.Query.Pipeline.Processing.QueryRouterEvaluator : QueryRouterEvaluator: Received 0 PersonalFavoriteResults results for query Certificado de servicio nº 801022.pdf CorrelationId 8052802f-a4dd-4a54-af33-8dbe61953b7c ParentCorrelationId e9755ca0-b33f-50e2-ee76-4d00624ad2ec 8052802f-a4dd-4a54-af33-8dbe61953b7c
    Line 1077: 08/19/2022 10:21:51.85 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High Microsoft.Office.Server.Search.Query.Pipeline.Executors.LinguisticQueryProcessingExecutor : QSC: All Annotations: <Annotation ID="1" Name="token" Range="[0,11)" Attributes={normalizedForm="Certificado"} NumericalAttributes={}/>,<Annotation ID="2001" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="ceritificado",Score="0.909090909090909",dynamic="",value="9"} NumericalAttributes={}/>,<Annotation ID="2002" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="cerrtificado",Score="0.909090909090909",dynamic="",value="9"} NumericalAttributes={}/>,<Annotation ID="2003" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certficado",Score="0.909090909090909",dynamic="",value="10"} NumericalAttributes={}/>,<Annotation ID="2004" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certifica",Score... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1078: 08/19/2022 10:21:51.85* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High ...="0.818181818181818",dynamic="",value="5"} NumericalAttributes={}/>,<Annotation ID="2005" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificaci",Score="0.818181818181818",dynamic="",value="9"} NumericalAttributes={}/>,<Annotation ID="2006" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificada",Score="0.909090909090909",dynamic="",value="6"} NumericalAttributes={}/>,<Annotation ID="2007" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificadas",Score="0.818181818181818",dynamic="",value="6"} NumericalAttributes={}/>,<Annotation ID="2008" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificado",Score="1",dynamic="",value="3"} NumericalAttributes={}/>,<Annotation ID="2009" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificador",Score="0.9090909090... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1079: 08/19/2022 10:21:51.85* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High ...90909",dynamic="",value="8"} NumericalAttributes={}/>,<Annotation ID="2010" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificadora",Score="0.818181818181818",dynamic="",value="7"} NumericalAttributes={}/>,<Annotation ID="2011" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificados",Score="0.909090909090909",dynamic="",value="4"} NumericalAttributes={}/>,<Annotation ID="2012" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificamos",Score="0.818181818181818",dynamic="",value="8"} NumericalAttributes={}/>,<Annotation ID="2013" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certifican",Score="0.818181818181818",dynamic="",value="9"} NumericalAttributes={}/>,<Annotation ID="2014" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificando",Score="0.909090... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1080: 08/19/2022 10:21:51.85* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High ...909090909",dynamic="",value="8"} NumericalAttributes={}/>,<Annotation ID="2015" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificar",Score="0.818181818181818",dynamic="",value="6"} NumericalAttributes={}/>,<Annotation ID="2016" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificare",Score="0.818181818181818",dynamic="",value="9"} NumericalAttributes={}/>,<Annotation ID="2017" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificará",Score="0.818181818181818",dynamic="",value="8"} NumericalAttributes={}/>,<Annotation ID="2018" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificat",Score="0.818181818181818",dynamic="",value="8"} NumericalAttributes={}/>,<Annotation ID="2019" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificata",Score="0.81818181... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1081: 08/19/2022 10:21:51.85* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High ...8181818",dynamic="",value="8"} NumericalAttributes={}/>,<Annotation ID="2020" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificate",Score="0.818181818181818",dynamic="",value="5"} NumericalAttributes={}/>,<Annotation ID="2021" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificati",Score="0.818181818181818",dynamic="",value="7"} NumericalAttributes={}/>,<Annotation ID="2022" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificato",Score="0.909090909090909",dynamic="",value="7"} NumericalAttributes={}/>,<Annotation ID="2023" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificats",Score="0.818181818181818",dynamic="",value="10"} NumericalAttributes={}/>,<Annotation ID="2024" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certificação",Score="0.818181... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1082: 08/19/2022 10:21:51.85* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High ...818181818",dynamic="",value="9"} NumericalAttributes={}/>,<Annotation ID="2025" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="certifico",Score="0.818181818181818",dynamic="",value="6"} NumericalAttributes={}/>,<Annotation ID="2026" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="rectificado",Score="0.818181818181818",dynamic="",value="7"} NumericalAttributes={}/>,<Annotation ID="2027" Name="spellcheck" Range="[0,11)" Attributes={Fuzzy="verificado",Score="0.818181818181818",dynamic="",value="5"} NumericalAttributes={}/>,<Annotation ID="6" Name="querysegment" Range="[0,37)" Attributes={} NumericalAttributes={}/>,<Annotation ID="2" Name="token" Range="[12,14)" Attributes={normalizedForm="de"} NumericalAttributes={}/>,<Annotation ID="3" Name="token" Range="[15,23)" Attributes={normal... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1083: 08/19/2022 10:21:51.85* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High ...izedForm="servicio"} NumericalAttributes={}/>,<Annotation ID="2028" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="ervicio",Score="0.875",dynamic="",value="10"} NumericalAttributes={}/>,<Annotation ID="2029" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servcio",Score="0.875",dynamic="",value="10"} NumericalAttributes={}/>,<Annotation ID="2030" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servici",Score="0.875",dynamic="",value="10"} NumericalAttributes={}/>,<Annotation ID="2031" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servicia",Score="0.875",dynamic="",value="10"} NumericalAttributes={}/>,<Annotation ID="2032" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servicii",Score="0.875",dynamic="",value="9"} NumericalAttributes={}/>,<Annotation ID="2033" N... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1084: 08/19/2022 10:21:51.85* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High ...ame="spellcheck" Range="[15,23)" Attributes={Fuzzy="servicio",Score="1",dynamic="",value="2"} NumericalAttributes={}/>,<Annotation ID="2034" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servicion",Score="0.875",dynamic="",value="10"} NumericalAttributes={}/>,<Annotation ID="2035" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servicios",Score="0.875",dynamic="",value="3"} NumericalAttributes={}/>,<Annotation ID="2036" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servició",Score="0.875",dynamic="",value="10"} NumericalAttributes={}/>,<Annotation ID="2037" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servico",Score="0.875",dynamic="",value="8"} NumericalAttributes={}/>,<Annotation ID="2038" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="servizio",Score="0.... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1085: 08/19/2022 10:21:51.85* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizf6 High ...875",dynamic="",value="5"} NumericalAttributes={}/>,<Annotation ID="2039" Name="spellcheck" Range="[15,23)" Attributes={Fuzzy="sevicio",Score="0.875",dynamic="",value="9"} NumericalAttributes={}/>,<Annotation ID="4" Name="token" Range="[24,25)" Attributes={normalizedForm="n"} NumericalAttributes={}/>,<Annotation ID="5" Name="token" Range="[27,37)" Attributes={normalizedForm="801022.pdf"} NumericalAttributes={}/> e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1086: 08/19/2022 10:21:51.85 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Linguistic Processing ai39e Medium Microsoft.Ceres.ContentEngine.NlpEvaluators.QuerySuggestionEvaluator: Query not changed. e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1087: 08/19/2022 10:21:51.85 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow=Microsoft.SharePointSearchProviderFlow SubFlowTimings: Linguistics=15 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1087: 08/19/2022 10:21:51.85 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow=Microsoft.SharePointSearchProviderFlow SubFlowTimings: Linguistics=15 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1088: 08/19/2022 10:21:51.85 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow=Microsoft.SharePointSearchProviderFlow SubFlowTimings: RecommendationsSecurityTrimming=0 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1088: 08/19/2022 10:21:51.85 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow=Microsoft.SharePointSearchProviderFlow SubFlowTimings: RecommendationsSecurityTrimming=0 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1089: 08/19/2022 10:21:51.85 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing amsgn High Microsoft.Office.Server.Search.Query.Ims.Security.SecurityTrimmerSetup: Initializing security trimmers (post) for SSA ID=8f003376-a480-4d61-bef8-3e39cb7d0a4f e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1090: 08/19/2022 10:21:51.85 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizev Unexpected Microsoft.Office.Server.Search.Query.Ims.Security.SecurityTrimmerSetup : Did not find the plugin for the type: Opentext.SharePoint.Livelink.SecurityTrimmer.LLSecurityTrimmer, Opentext.SharePoint.Livelink.SecurityTrimmer, Version=10.8.0.0, Culture=neutral, PublicKeyToken=1c09cf99a6518f9f e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1091: 08/19/2022 10:21:51.86 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow=Microsoft.SharePointSearchProviderFlow SubFlowTimings: IndexLookupPreProcessing=5 CustomSecurityTrimmingPre=0 SecurityPreProcessing=0 PeopleExpertise=0 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1091: 08/19/2022 10:21:51.86 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizgm Medium Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor : FlowExecutor done: SearchApplication=8f003376-a480-4d61-bef8-3e39cb7d0a4f. ParentFlow=Microsoft.SharePointSearchProviderFlow SubFlowTimings: IndexLookupPreProcessing=5 CustomSecurityTrimmingPre=0 SecurityPreProcessing=0 PeopleExpertise=0 e9755ca0-b33f-50e2-ee76-4d00624ad2ec e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1092: 08/19/2022 10:21:51.86 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Common Processing 28 Information Component and System=Query1-8f003376-a480-4d61-bef8-3e39cb7d0a4f, Correlation ID=e9755ca0-b33f-50e2-ee76-4d00624ad2ec, Tenant ID=00000000-0000-0000-0000-000000000000 Error code=, Flow Name=Microsoft.SharePointSearchProviderFlow, Operator Name=ParserExecutor, Message=The processing of item fails with error The specified Pluggable Security Trimmer Implementation Type could not be loaded or it does not implement ISecurityTrimmerPost, ISecurityTrimmerPre or ISecurityTrimmer2. e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1092: 08/19/2022 10:21:51.86 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Common Processing 28 Information Component and System=Query1-8f003376-a480-4d61-bef8-3e39cb7d0a4f, Correlation ID=e9755ca0-b33f-50e2-ee76-4d00624ad2ec, Tenant ID=00000000-0000-0000-0000-000000000000 Error code=, Flow Name=Microsoft.SharePointSearchProviderFlow, Operator Name=ParserExecutor, Message=The processing of item fails with error The specified Pluggable Security Trimmer Implementation Type could not be loaded or it does not implement ISecurityTrimmerPost, ISecurityTrimmerPre or ISecurityTrimmer2. e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1093: 08/19/2022 10:21:51.86 NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizag Unexpected Microsoft.Ceres.InteractionEngine.Component.FlowHandleRegistry : Exceptions occurred when evaluating the flow. Microsoft.Ceres.Evaluation.DataModel.EvaluationException: Evaluation failed in operator IndexLookupExecutor of type IndexLookupExecutor ---> System.InvalidOperationException: The specified Pluggable Security Trimmer Implementation Type could not be loaded or it does not implement ISecurityTrimmerPost, ISecurityTrimmerPre or ISecurityTrimmer2. at Microsoft.Office.Server.Search.Query.Ims.Security.SecurityTrimmerSetup.SetupTrimmers(Boolean setupPreTrimmers, SearchServiceApplication searchApplication) at Microsoft.Office.Server.Search.Query.Pipeline.Executors.IndexLookupExecutor.PostTrimmerRegistered(SearchServiceApplication searchApp) at Microsoft.Office.Server.Search.Qu... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1094: 08/19/2022 10:21:51.86* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizag Unexpected ...ery.Pipeline.Executors.IndexLookupExecutor.AddCSTSelectProperties(IRecord record, Int32 selectPropertiesFieldPos) at Microsoft.Office.Server.Search.Query.Pipeline.Executors.IndexLookupExecutor.ExecuteCore(IRecord inputRecord) at Microsoft.Office.Server.Search.Query.Pipeline.Executors.QueryPipelineFlowExecutor.Execute(IRecord inputRecord) at Microsoft.Office.Server.Search.Query.Pipeline.Processing.ExecutorProducer`1.ProcessRecord(IRecord record) at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record) at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record) at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput() at Microsoft.Ceres.Evaluatio... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1095: 08/19/2022 10:21:51.86* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizag Unexpected ...n.Processing.Producers.ProducerRecordSetSink.Put(IRecord record) at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record) at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput() at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record) at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record) at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput() at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record) at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record) ... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1096: 08/19/2022 10:21:51.86* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizag Unexpected ... at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput() at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record) at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record) at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput() at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record) at Microsoft.Ceres.Evaluation.Engine.Aborting.AbortableRecordSetSink.Put(IRecord record) at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithTryCatch(IRecord record) --- End of inner exception stack trace --- at Microsoft.Ceres.Evaluation.Engine.ErrorHandli... e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1097: 08/19/2022 10:21:51.86* NodeRunnerQuery1-8f003376-a480- (0x1F28) 0x1348 Search Query Processing aizag Unexpected ...ng.HandleExceptionRecordSetSink.DoWithTryCatch(IRecord record) at Microsoft.Ceres.InteractionEngine.Component.FlowHandleRegistry.SubmitData(FlowExecutionInfo handle, InputData inputData, Stopwatch timer, String correlationId, Guid tenantId, String query, String flowName, Int32 queryTimeoutMillis, QueryIntent intent) at Microsoft.Ceres.InteractionEngine.Component.FlowHandleRegistry.ExecuteFlow(String flowName, InputData input, Int32 queryTimeoutMillis) e9755ca0-b33f-50e2-ee76-4d00624ad2ec
    Line 1098: 08/19/2022 10:21:51.86 NodeRunner.exe (0x1F28) 0x1348 SharePoint Server Search Query af9s8 High ExecuteFlowInternal Flow:Microsoft.SharePointSearchProviderFlow EvaluationException: System.InvalidOperationException: The specified Pluggable Security Trimmer Implementation Type could not be loaded or it does not implement ISecurityTrimmerPost, ISecurityTrimmerPre or ISecurityTrimmer2. at Microsoft.Office.Server.Search.Query.Ims.Security.SecurityTrimmerSetup.SetupTrimmers(Boolean setupPreTrimmers, SearchServiceApplication searchA


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.