Created
August 17, 2024 19:23
-
-
Save hishaamn/94d6c3f844f5e191fdc33d5898890e5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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