Interface IServiceListable
LUCENENET specific contract that provides support for Available
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public interface IServiceListable
Properties
| Improve this Doc View SourceAvailableServices
Lists the available services for the current service type.
Declaration
ICollection<string> AvailableServices { get; }
Property Value
Type | Description |
---|---|
System. |