Table of Contents

Class TextIndexing

Namespace
SunamoTextIndexing
Assembly
SunamoTextIndexing.dll

Manages a collection of files indexed for fast text searching.

public class TextIndexing
Inheritance
TextIndexing
Inherited Members
Extension Methods

Properties

Files

Dictionary where the key is the full path to a file and the value is its search data.

public Dictionary<string, FileForSearching> Files { get; set; }

Property Value

Dictionary<string, FileForSearching>

Methods

ReloadFiles(List<string>)

Clears the current file index and reloads it with the specified file paths.

public void ReloadFiles(List<string> list)

Parameters

list List<string>

List of full file paths to index for searching.