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