-
It looks at the database table 'Configuration'... Find ConfigurationManager.cs to see the relationship between ApplicationSettings and the configuration table. Mike
-
Is the ManageLuceceDotNetIndexes.cs code being called after each CrawlRequest? Set a breakpoint at the function 'PerformAction'. If the breakpoint doesn't hit, either the CrawlAction isn't enabled in CrawlActions.config or something else is wrong. Is the CrawlAction enabled? It looks...
-
Double-check the lucene.net index with LUKE: http://www.getopt.org/luke/ How did you close the console application? Did you click the close button or press ctrl-c? Is the CrawlAction enabled in CrawlActions.config? Also, did you grab a release or the latest from SVN? And I've also set luceneDotNetIndexDirectory...