Returns the field names that will be used when generating the 'More Like This' query. The default field names that will be used is {@link #DEFAULT_FIELD_NAMES}.

Namespace: Lucene.Net.Search.Similar
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public string[] GetFieldNames()
Visual Basic
Public Function GetFieldNames As String()
Visual C++
public:
array<String^>^ GetFieldNames()

Return Value

the field names that will be used when generating the 'More Like This' query.

See Also