Lucene.Net 1.9.1 Class Library

FieldInfos.FieldName Method 

Return the fieldName identified by its number.

public string FieldName(
   int fieldNumber
);

Parameters

fieldNumber

Return Value

the fieldName or an empty string when the field with the given number doesn't exist.

See Also

FieldInfos Class | Lucene.Net.Index Namespace