Lucene.Net 1.9.1 Class Library

IndexReader.GetIndexedFieldNames Method

Get a list of unique field names that exist in this index, are indexed, and have the specified term vector information.

Overload List

Get a list of unique field names that exist in this index, are indexed, and have the specified term vector information.

public abstract ICollection GetIndexedFieldNames(TermVector);

public virtual ICollection GetIndexedFieldNames(bool);

See Also

IndexReader Class | Lucene.Net.Index Namespace