-
I see that AN is generating both SQL full text search/index as well as Lucene. What is the scenario when I would use SQL full text search/index or Lucene? Thanks, James
-
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...