Is there a way to omit a specific gallery from getting indexed by solr?
Is there a way to omit a specific gallery from getting indexed by solr?
You could try to remove the entries in the SearchIndexing.AfterBulkIndex using Apis.Get<ISearchResult>().Delete but I have had some issues with this in the past where the delete didn't actually remove it from solr
community.telligent.com/.../searchresults-in-process-api-service
You could try to remove the entries in the SearchIndexing.AfterBulkIndex using Apis.Get<ISearchResult>().Delete but I have had some issues with this in the past where the delete didn't actually remove it from solr
community.telligent.com/.../searchresults-in-process-api-service