Lucene.Net 1.4.3 Class Library

IndexReader.GetFieldNames Method ()

Returns a list of all unique Field names that exist in the index pointed to by this IndexReader.

public abstract ICollection GetFieldNames();

Return Value

Collection of Strings indicating the names of the fields

See Also

IndexReader Class | Lucene.Net.Index Namespace | IndexReader.GetFieldNames Overload List