Click or drag to resize
Sandcastle Help File BuilderFullTextIndexCreateFullTextIndex Method
Create a full-text index from web pages found in the specified file path

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void CreateFullTextIndex(
	string filePath
)

Parameters

filePath
Type: SystemString
The path containing the files to index
Remarks
Words in the exclusion list, those that are less than three characters long, and anything starting with a digit will not appear in the index.
See Also