using System; using System.Collections.Generic; using System.Text; using ScrewTurn.Wiki.SearchEngine; namespace ScrewTurn.Wiki.PluginFramework { /// /// Implements a standard index class. /// public class StandardIndex : InMemoryIndexBase { } }