Method GetDocValuesFormat
GetDocValuesFormat(String)
Gets the DocValuesFormat instance from the provided name
.
Declaration
public virtual DocValuesFormat GetDocValuesFormat(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the DocValuesFormat instance to retrieve. |
Returns
Type | Description |
---|---|
DocValuesFormat | The DocValuesFormat instance. |
Implements
GetDocValuesFormat(Type)
Gets the DocValuesFormat instance from the provided type
.
Declaration
protected virtual DocValuesFormat GetDocValuesFormat(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The |
Returns
Type | Description |
---|---|
DocValuesFormat | The DocValuesFormat instance. |