15 lines
293 B
C#
15 lines
293 B
C#
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using ScrewTurn.Wiki.SearchEngine;
|
|
|
|
namespace ScrewTurn.Wiki.PluginFramework {
|
|
|
|
/// <summary>
|
|
/// Implements a standard index class.
|
|
/// </summary>
|
|
public class StandardIndex : InMemoryIndexBase {
|
|
}
|
|
|
|
}
|