See the javadocs for each part of the Lucene40Codec: each class details its format.
Mike McCandless http://blog.mikemccandless.com On Mon, Oct 1, 2012 at 1:16 AM, Selvakumar <[email protected]> wrote: > Hi Pranab Kumar, > > I'm not looking for reading the documents through IndexReader. > I just want to know how does lucene persists its data in the index. > > I just want to learn about the metadata and the meta-objects of lucene > index. > > > > > > On 10/1/2012 10:44 AM, parnab kumar wrote: >> >> 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 <[email protected]> >> 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 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 opened but the seperate files are not >>> opened. >>> >>> May I know the encoding format of the index. Is there are any specific >>> editors to open the index files such as (.si etc). >>> >>> I'm using the Lucene 4.0 BETA. >>> >>> Thanks In Advance. >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> ------------------------------**------------------------------**--------- >>> To unsubscribe, e-mail: >>> java-user-unsubscribe@lucene.**apache.org<[email protected]> >>> For additional commands, e-mail: >>> [email protected].**org<[email protected]> >>> >>> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
