This is a really basic implementation of an algorithm used to create a full-text index of the website pages so that they can be searched using the ASP.NET web pages.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.0.0

Syntax

C#
public class FullTextIndex
Visual Basic
Public Class FullTextIndex

Remarks

So that an assembly does not have to be deployed to deserialize the index information, the index information is represented using built-in data types (string and long).

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.Utils.BuildEngine..::..FullTextIndex

See Also