Lucene.Net 1.4.3 Class Library

IndexReader.GetIndexedFieldNames Method 

public abstract 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

IndexReader Class | Lucene.Net.Index Namespace