[Missing <summary> documentation for "M:Lucene.Net.Index.DirectoryReader.GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption)"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override ICollection<string> GetFieldNames(
	IndexReader..::..FieldOption fieldNames
)
Visual Basic
Public Overrides Function GetFieldNames ( _
	fieldNames As IndexReader..::..FieldOption _
) As ICollection(Of String)
Visual C++
public:
virtual ICollection<String^>^ GetFieldNames(
	IndexReader..::..FieldOption^ fieldNames
) override

Parameters

fieldNames
Type: Lucene.Net.Index..::..IndexReader..::..FieldOption

[Missing <param name="fieldNames"/> documentation for "M:Lucene.Net.Index.DirectoryReader.GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.DirectoryReader.GetFieldNames(Lucene.Net.Index.IndexReader.FieldOption)"]

See Also