Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created August 17, 2024 19:23
Show Gist options
  • Save hishaamn/94d6c3f844f5e191fdc33d5898890e5c to your computer and use it in GitHub Desktop.
Save hishaamn/94d6c3f844f5e191fdc33d5898890e5c to your computer and use it in GitHub Desktop.
using Sitecore.ContentSearch.SolrProvider.Abstractions;
using Sitecore.ContentSearch.SolrProvider.Pipelines.PopulateSolrSchema;
using SolrNet.Schema;
public class ExtPopulateHelperFactory : IPopulateHelperFactory
{
public ISchemaPopulateHelper GetPopulateHelper(SolrSchema solrSchema) => new ExtSchemaPopulateHelper(solrSchema);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment