Lucene.Net 1.4.3 Class Library

SegmentReader.GetIndexedFieldNames Method 

public override ICollection GetIndexedFieldNames(
   bool storedTermVector
);

Parameters

storedTermVector
if true, returns only Indexed fields that have term vector info, else only indexed fields without term vector info

Return Value

Collection of Strings indicating the names of the fields

See Also

SegmentReader Class | Lucene.Net.Index Namespace