123123
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
{
|
||||
public class AggregatedSearchToken
|
||||
{
|
||||
public string Token { get; set; } = string.Empty;
|
||||
public AggregatedSearchToken()
|
||||
{
|
||||
Token = string.Empty;
|
||||
DoubleMetaphone = string.Empty;
|
||||
}
|
||||
public string Token { get; set; }
|
||||
public double Weight { get; set; }
|
||||
public string DoubleMetaphone { get; set; } = string.Empty;
|
||||
public string DoubleMetaphone { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user