Method GetDocValuesFormatForField
GetDocValuesFormatForField(String)
Returns the doc values format that should be used for writing
new segments of field
.
The field to format mapping is written to the index, so this method is only invoked when writing, not when reading.
Declaration
public abstract DocValuesFormat GetDocValuesFormatForField(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
DocValuesFormat |