Hi
We have custom content types (RoadTest and Review) that implements ISearchableContentType, IReindexableSearchableContentType, ISearchCategories .
It correctly has been indexed and still works on v 11.1.3. But on version 11.1.11 content disappear from indext in few seconds after indexation.
In solr debug we see next lines:
2022-06-27 10:21:27.101 INFO (qtp1063737662-29) [ x:telligent-content] o.a.s.c.S.Request [telligent-content] webapp=/solr path=/select params={q=(type:Review)&indent=true&rows=0&wt=json} hits=0 status=0 QTime=0 3
2022-06-27 10:21:27.101 INFO (qtp1063737662-88) [ x:telligent-content] o.a.s.c.S.Request [telligent-content] webapp=/solr path=/select params={q=(type:RoadTest)&indent=true&rows=0&wt=json} hits=0 status=0 QTime=0 4
2022-06-27 10:21:48.506 INFO (qtp1063737662-33) [ x:telligent-content] o.a.s.u.p.LogUpdateProcessorFactory [telligent-content] webapp=/solr path=/update params={}{deleteByQuery=+id:(33e3ac5c-5c6d-4a2b-ba30-ea4321782b1f) (-1736782966687793152)} 0 4 5
2022-06-27 10:21:48.529 INFO (qtp1063737662-64) [ x:telligent-content] o.a.s.u.p.LogUpdateProcessorFactory [telligent-content] webapp=/solr path=/update params={}{add=[d7cb6e1d-277e-4f79-90d0-5c73132f2663 (1736782966709813248), a71e43b6-da55-4966-b3c8-c0f582951959 (1736782966715056128)]} 0 6 6
2022-06-27 10:21:48.553 INFO (qtp1063737662-33) [ x:telligent-content] o.a.s.u.p.LogUpdateProcessorFactory [telligent-content] webapp=/solr path=/update params={}{deleteByQuery=+id:(d7cb6e1d-277e-4f79-90d0-5c73132f2663) (-1736782966722396160)} 0 17 7
2022-06-27 10:21:48.562 INFO (qtp1063737662-64) [ x:telligent-content] o.a.s.u.p.LogUpdateProcessorFactory [telligent-content] webapp=/solr path=/update params={}{deleteByQuery=+id:(a71e43b6-da55-4966-b3c8-c0f582951959) (-1736782966742319104)} 0 8 8
2022-06-27 10:21:48.577 INFO (qtp1063737662-33) [ x:telligent-content] o.a.s.u.p.LogUpdateProcessorFactory [telligent-content] webapp=/solr path=/update params={}{add=[c337a184-f722-48f0-ae5c-57e53e994973 (1736782966761193472), 5c242a45-c896-4ca9-8e5f-9d590a4dc1de (1736782966766436352)]} 0 5 9
2022-06-27 10:22:18.582 INFO (searcherExecutor-17-thread-1-processing-x:telligent-content) [ x:telligent-content] o.a.s.c.SolrCore [telligent-content] Registered new searcher autowarm time: 0 ms 10
2022-06-27 10:22:19.791 INFO (qtp1063737662-55) [ x:telligent-content] o.a.s.c.S.Request [telligent-content] webapp=/solr path=/select params={q=(type:)&indent=true&rows=0&wt=json} hits=0 status=0 QTime=0 11
2022-06-27 10:22:19.791 INFO (qtp1063737662-56) [ x:telligent-content] o.a.s.c.S.Request [telligent-content] webapp=/solr path=/select params={q=(type:blogapp)&indent=true&rows=0&wt=json} hits=15 status=0 QTime=0 12
2022-06-27 10:22:19.803 INFO (qtp1063737662-88) [ x:telligent-content] o.a.s.c.S.Request [telligent-content] webapp=/solr path=/select params={q=(type:blog)&indent=true&rows=0&wt=json} hits=6 status=0 QTime=0
Why it happened? Can someone help?
PS I don't execute OnAfterDelete event