Interface ICodecFactory
LUCENENET specific contract for extending the functionality of Codec implementations so they can be injected with dependencies.
To set the ICodecFactory, call SetCodecFactory(ICodecFactory).
Assembly: DistributedLucene.Net.dll
Syntax
public interface ICodecFactory
Methods
Name | Description |
---|---|
GetCodec(String) | Gets the Codec instance from the provided |