Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created October 24, 2025 11:47
Show Gist options
  • Select an option

  • Save sitefinitySDK/533a0e7ceeb68245014adbfe2bcbd096 to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/533a0e7ceeb68245014adbfe2bcbd096 to your computer and use it in GitHub Desktop.
ObjectFactory.Container.RegisterType<Analyzer, MyCustomAnalyzer>(
nameof(MyCustomAnalyzer),
new ContainerControlledLifetimeManager(),
new InjectionConstructor(
new InjectionParameter<LuceneVersion>(LuceneVersion.LUCENE_48),
new InjectionParameter<CharArraySet>(CharArraySet.Empty)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment