我滴个乖乖
This commit is contained in:
9
ZelWiki.Engine.Implementation/AggregatedSearchToken.cs
Normal file
9
ZelWiki.Engine.Implementation/AggregatedSearchToken.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ZelWiki.Engine.Implementation
|
||||
{
|
||||
public class AggregatedSearchToken
|
||||
{
|
||||
public string Token { get; set; } = string.Empty;
|
||||
public double Weight { get; set; }
|
||||
public string DoubleMetaphone { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user