Click or drag to resize
Sandcastle Help File BuilderFullTextIndex Class
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.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.BuildEngineFullTextIndex

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class FullTextIndex

The FullTextIndex type exposes the following members.

Constructors
  NameDescription
Public methodFullTextIndex
Constructor
Top
Methods
  NameDescription
Public methodCreateFullTextIndex
Create a full-text index from web pages found in the specified file path
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveIndex
Save the index information to the specified location.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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).
See Also