Lucene.Net 1.9.1 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