> 
> What version do you have installed now? latest RDig requires a 0.10.x
> Ferret.
> 

I installed ferret-0.10.9-mswin32.gem.

I think the reason is derivative path is not reached
RDig.config.crawler.start_urls.each { |url| add_url(url, filterchain) }

To tried to print url value by
RDig.config.crawler.start_urls.each { |url| add_url(url, filterchain)
  puts url
}

->It looped only one path which is C://data_store//files

When I changed to file:///data_store//files, It looped a lot but still
no index.

I have a lot of files in my Windows pc. I want to search it. Windows XP
search is not good. Using Windows Desktop Search index my files when
machine is not active. So It will reduce my hard drive life time. That
is the reason, I am searching other search software than Windows XP
standard search software.

I will report to you patch for windows. It will take a while, because
now I am very busy with other tasks.

Thanks Jens

ngoc

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to