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