Default field names. Null is used to specify that the field names should be looked up at runtime from the provided reader.

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 static readonly string[] DEFAULT_FIELD_NAMES
Visual Basic
Public Shared ReadOnly DEFAULT_FIELD_NAMES As String()
Visual C++
public:
static initonly array<String^>^ DEFAULT_FIELD_NAMES

See Also