One more idea. if you are sure that path is correct then you might check index. in the nutch index folder there might be two sub folders - index and indexes which are lucene indexes.
One for merged index and second for multiple indexes. check sizes first of all - if they are about zero size then you had problems with previous steps and your index has not been created. if size is OK then you need to check which index you are using. The thing is if you have the merged index and the multiple index at the same time the first folder has a priority and multiple indexes are not used. Maybe this is your case. Alexander 2008/12/3 elangovan anbalahan <[EMAIL PROTECTED]> > Hey thanks a lot for the information, But i had already checked that, i > have not made any changes to nutch-default. Just added a property in > nutch-site.xml. > > Please suggest me other directions to troubleshoot, this problem. its over > 2 days now and i am not able to solve this one. > > I am using Fedora 10. The same installation when i do it in windows, the > search work absolutely fine. Please help..!! > > On Tue, Dec 2, 2008 at 4:48 PM, Kalaimathan Mahenthiran < > [EMAIL PROTECTED]> wrote: > >> Hello, >> >> I think you should check your nutch-default.xml, or nutch-site.xml config >> file and verify where you searcher path is pointing to. Even though this >> is >> trivial. This path must be pointing to where your index, segments, linkdb >> dirs should be. Hope that helps. >> >> Mathan >> >> There should be a xml property >> >> On Mon, Dec 1, 2008 at 7:09 PM, elangovan anbalahan >> <[EMAIL PROTECTED]>wrote: >> >> > Hello, >> > >> > I am facing a problem with my Nutch search. when i am searching for >> > something in the crawlled pages, i am getting '0' results, This is the >> case >> > when i am running search on Fedora. >> > >> > But when i do search on same crawlled pages from vista (Using cygwin) >> > everything is proper, and the results are correct. >> > >> > Please help me out with this problem, i have been bangin my head on this >> > one >> > for last one day but no success. >> > >> > >> > Thanks, >> > Elan >> > >> > > -- Best Regards Alexander Aristov
