Lucene.Net 1.9.1 Class Library

IndexReader.GetIndexedFieldNames Method (TermVector)

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 tvSpec
);

Parameters

tvSpec
specifies which term vector information should be available for the fields

Return Value

Collection of Strings indicating the names of the fields

See Also

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