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