Method GetDocValuesFormatForField
GetDocValuesFormatForField(String)
Returns the docvalues format that should be used for writing
new segments of field
.
The default implementation always returns "Lucene45"
Declaration
public virtual DocValuesFormat GetDocValuesFormatForField(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
DocValuesFormat |