FullTextIndex Constructor

Constructor

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public FullTextIndex(
	string exclusions,
	CultureInfo language
)

Parameters

exclusions  String
The file containing common word exclusions. The file should contain one word per line in lowercase. These words will not appear in the index.
language  CultureInfo
The culture information

See Also