Interface IServiceListable
LUCENENET specific contract that provides support for AvailableCodecs(),
AvailableDocValuesFormats(),
and AvailablePostingsFormats(). Implement this
interface in addition to ICodecFactory, IDocValuesFormatFactory,
or IPostingsFormatFactory to provide optional support for the above
methods when providing a custom implementation. If this interface is not supported by
the corresponding factory, a
Assembly: DistributedLucene.Net.dll
Syntax
public interface IServiceListable
Methods
Name | Description |
---|---|
AvailableServices() | Lists the available services for the current service type. |