Re: Lucene Index File Format

2012-11-16 Thread wgggfiy
I'm study deeply in the index format, write java utils to log all of it. And now I have successfully logged .si, .fnm, .fdx, .fdt, but the .tim and .tiq is too complicated... -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-Index-File-Format-tp4011133p4020685

Re: Lucene Index File Format

2012-10-01 Thread Michael McCandless
stead . You can loop through the index and >> read one document at a time . >> >> Thanks, >> Parnab >> >> On Mon, Oct 1, 2012 at 10:33 AM, Selvakumar >> wrote: >> >>> Hi, >>> >>> I'm new to Lucene and I reading the doc

Re: Lucene Index File Format

2012-09-30 Thread Selvakumar
: Hi, Use IndexReader instead . You can loop through the index and read one document at a time . Thanks, Parnab On Mon, Oct 1, 2012 at 10:33 AM, Selvakumar wrote: Hi, I'm new to Lucene and I reading the docs on Lucene. I read through the Lucene Index File Format, so to exercise well

Re: Lucene Index File Format

2012-09-30 Thread parnab kumar
Hi, Use IndexReader instead . You can loop through the index and read one document at a time . Thanks, Parnab On Mon, Oct 1, 2012 at 10:33 AM, Selvakumar wrote: > Hi, > > I'm new to Lucene and I reading the docs on Lucene. > > > I read through the Lucene I

Lucene Index File Format

2012-09-30 Thread Selvakumar
Hi, I'm new to Lucene and I reading the docs on Lucene. I read through the Lucene Index File Format, so to exercise well I tried to open the lucene index through a text editor. The editor opened with the encrypted text. If I open the index directory with luke the entire index is opene