Keyoti Search for ASP.NET API Docs
CreateForwardIndex Property
API DocumentationKeyoti.SearchEngineConfigurationCreateForwardIndex
Keyoti Search for ASP.NET 2010
Whether to create a 'forward index' which allows for result summary generation and result preview features.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609