Apache Lucene.Net 2.4.0 Class Library API

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