添加项目文件。
This commit is contained in:
8
TightWiki.Engine.Implementation/WeightedSearchToken.cs
Normal file
8
TightWiki.Engine.Implementation/WeightedSearchToken.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace TightWiki.Engine.Implementation
|
||||
{
|
||||
public class WeightedSearchToken
|
||||
{
|
||||
public string Token { get; set; } = string.Empty;
|
||||
public double Weight { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user