-
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
-
Hello there! Not many questions about how SQL Full Text Indexing (FTI) is implemented, so I am glad you asked. And, for anyone that doesn't know, FTI in SQL 2008 is vastly improved over 2005 and worth a second look. The code in [Console]\Program.cs, and the database table cfg.Configuration instructs...
-
Check the cfg.CrawlActions table. -Mike
-
Thanks for the good info... This is also an excellent lucene.net resource. http://wiki.apache.org/lucene-java/BestPractices
-
After all of the CrawlRequests are crawled, if you have CreateCrawlRequestsFromDatabaseHyperLinks set to true or CreateCrawlRequestsFromDatabaseHyperLinks set to true then arachnode.net will create CrawlRequests from those AbsoluteUris. There is an order in which CrawlRequests are processed. a.) CrawlRequests...
-
See this post for an answer on your segments message: http://arachnode.net/forums/p/95/282.aspx#282 Yes. I'm working on Revision 1.1 that supports unicode, and as a side, also greatly improves relevancy and indexing speed for the lucene.net functionality. One month or less. Here's a demo of the...