TextOptionsAdditionalFields 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.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic DocumentField[] AdditionalFields { get; set; }
Public Property AdditionalFields As DocumentField()
Get
Set
public:
property array<DocumentField^>^ AdditionalFields {
array<DocumentField^>^ get ();
void set (array<DocumentField^>^ value);
}
member AdditionalFields : DocumentField[] with get, set
Property Value
Type:
DocumentFieldThe additional document fields that was used for indexing.
See Also