Apache Lucene.Net 2.1 Class Library API

AbstractField.IsIndexed Method 

True iff the value of the field is to be indexed, so that it may be searched on.

public bool IsIndexed();

Implements

Fieldable.IsIndexed

See Also

AbstractField Class | Lucene.Net.Documents Namespace