This commit is contained in:
2018-09-19 16:58:48 +00:00
parent dbe3710e59
commit 2c39bf1c0a

View File

@@ -18,10 +18,6 @@ namespace AyaNova.Biz
public static class Search public static class Search
{ {
//Initial keyword indexing consists of
//WordBreaker - break down into words
//ProcessKeywords into database
#region ProcessKeywords into Database #region ProcessKeywords into Database
public static void ProcessNewObjectKeywords(AyContext ct, long localeId, long objectID, AyaType objectType, string name, params string[] text) public static void ProcessNewObjectKeywords(AyContext ct, long localeId, long objectID, AyaType objectType, string name, params string[] text)
@@ -128,9 +124,6 @@ namespace AyaNova.Biz
#endregion #endregion
#region Breaker #region Breaker
//Class to hold relevant locale data for breaking text //Class to hold relevant locale data for breaking text
@@ -500,9 +493,6 @@ namespace AyaNova.Biz
#endregion #endregion
}//eoc }//eoc
}//eons }//eons