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: Similarity.NetAssembly: Lucene.Net.Contrib.Similarity (in Lucene.Net.Contrib.Similarity.dll) Version: 2.0.0.1
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