public static string LuceneKeywordsScrubber(string str)
 {
     return(LuceneHelper.LuceneKeywordsScrubber(str));
 }