Showing related tags and posts across the entire site.
-
Hi Mike and all, I'm evaluating AN for a client and my goal is to crawl a collection of URIs on a regular schedule. Essentially I will run AN as a service and schedule crawls for various sites by specifying those site URIs to AN. My understanding is that the table CrawlRequests is working memory...
-
How do i remove the results from a pervious crawl/discovery so they no longer are a part of search results in the Web Application? I deleted the records from WebPages, Discoveries and Files where the absolute uri includes the site to be deleted but the search (in the we app), is still returning the unwanted...
-
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...