AdditionalFields

TextOptions.AdditionalFields property

Gets or sets the additional document fields that was used for indexing. The default value is null. Note that this value is used only if document text was not saved into the index.

public DocumentField[] AdditionalFields { get; set; }

Property Value

The additional document fields that was used for indexing.

See Also