Thanks Uwe, Is there any way I can implement this using lucene 4 ?
Regards Geet. On Wed, Jan 1, 2014 at 3:55 PM, Uwe Schindler <[email protected]> wrote: > Hi, > > Lazy stored field loading is no longer available with Lucene 4. There is > only an emulation layer, but which does in fact not do lazy loading (it > just emulates for backwards compatibility) in the misc module. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > -----Original Message----- > > From: Geet Gangwar [mailto:[email protected]] > > Sent: Wednesday, January 01, 2014 9:42 AM > > To: [email protected] > > Subject: Lazy Loading > > > > Hi, > > > > I was trying to search for Lazy loading using lucene api, but not able > to figure > > out how to implement it, Please help me. > > > > Regards > > > > Geet > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
