Class TestCodecFactory
LUCENENET specific class used to add the codecs from the test framework.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class TestCodecFactory : DefaultCodecFactory, ICodecFactory, IServiceListable
Methods
| Improve this Doc View SourceInitialize()
Declaration
protected override void Initialize()
Overrides
| Improve this Doc View SourceIsServiceType(Type)
Declaration
protected override bool IsServiceType(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Lucene.Net.Util.NamedServiceFactory<Lucene.Net.Codecs.Codec>.IsServiceType(System.Type)