Property FieldNames
FieldNames
Gets or Sets the field names that will be used when generating the 'More Like This' query. The default field names that will be used is DEFAULT_FIELD_NAMES. Set this to null for the field names to be determined at runtime from the IndexReader provided in the constructor.
Declaration
public string[] FieldNames { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |