Interface IDocValuesFormatFactory
LUCENENET specific contract for extending the functionality of Doc
To set the IDoc
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public interface IDocValuesFormatFactory
Methods
| Improve this Doc View SourceGetDocValuesFormat(String)
Gets the Docname
.
Declaration
DocValuesFormat GetDocValuesFormat(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the Doc |
Returns
Type | Description |
---|---|
Doc |
The Doc |