Apache Lucene.Net 2.4.0 Class Library API

AbstractField.Name Method 

Returns the name of the field as an interned string. For example "date", "title", "body", ...

public virtual string Name();

Implements

Fieldable.Name

See Also

AbstractField Class | Lucene.Net.Documents Namespace