Whether to create a 'forward index' which allows for result summary generation and result preview features.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool CreateForwardIndex { get; set; }
Public Property CreateForwardIndex As Boolean
public: property bool CreateForwardIndex { bool get (); void set (bool value); }
Remarks
A 'forward index' is a list of words in a document. It allows the engine to recreate complete document texts or summary
extracts. Setting this to false will mean faster indexing and searching, however the Configuration.ResultSummaryType must be set
to a "Static" option, and cannot be "Dynamic". See the Help for more.