public FullTextSearchEngineSettings() { Language = "English"; StopWords = StopAnalyzer.ENGLISH_STOP_WORDS_SET; Parameters = new TuningParameters(); MinimumScore = 0.1f; IndexFolderLocation = "~/App_Data"; IsEnabled = true; }