Whether to create a 'forward index' which allows for result summary generation and result preview features.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public bool CreateForwardIndex { get; set; }
public bool CreateForwardIndex { get; set; }
Public Property CreateForwardIndex As Boolean Get Set
Public Property CreateForwardIndex As Boolean Get Set
public: property bool CreateForwardIndex { bool get (); void set (bool value); }
public: property bool CreateForwardIndex { bool get (); void set (bool value); }
member CreateForwardIndex : bool with get, set
member CreateForwardIndex : bool with get, set
Property 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.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120