Hi, Thanks Stefan for the reply.
What I mean from generating segment folder structure is, say I have the index only. Can I use any of the Nutch java code to generate segment folder structure or parse_data/text folder contents from these indexes? (In a way the reverse process instead of from crawl to index we are going backwards). I am looking into linking the index and the parse_data/text for displaying me summaries and cache data. Thanks Cherian Thomas -----Original Message----- From: Stefan Groschupf [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 1:20 AM To: [email protected] Subject: Re: nutch indexes > What if we have the indexes using Lucene(Perl) or Lucene(C).(can read > using Luke) If theses are compatible to lucene 1.9 RC X, than it should work. > > 1. Is it possible to generate the segment folder structure or > parse_data > /text folder contents from the indexes Not from the index itself, but I guess you can create the files with any programing language you only need to reverse engineer the java classe. Think if this is really necessary or if you can use java for your job! > > 2. Are these indexes similar to the Nutch indexes? No. Take a look to the classes that implements the Writable interface. HTH Stefan > > > > Appreciate your reply. > > > > Thanks > > CherianThomas > > > --------------------------------------------------------------- company: http://www.media-style.com forum: http://www.text-mining.org blog: http://www.find23.net ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
