FullTextIndexCreateFullTextIndex Method
Create a full-text index from web pages found in the specified file path
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public void CreateFullTextIndex(
string filePath
)
Public Sub CreateFullTextIndex (
filePath As String
)
public:
void CreateFullTextIndex(
String^ filePath
)
member CreateFullTextIndex :
filePath : string -> unit
Parameters
- filePath String
- The path containing the files to index
Words in the exclusion list and those that are less than two characters long will not appear
in the index.