You need to store the data in the index (Field.Store.YES) and then you can get it back by calling doc.get("fieldname").
-- Ian. On Thu, Dec 2, 2010 at 1:34 PM, reis3k <boz...@hotmail.com> wrote: > > Hi All, > I'm trying to write a small app, ebook organizer, using Lucene. > > I index metadata of various file types properly,and when I search a keyword > related to metada of documents I can get a result. However, I wanna get the > metadata of some specific indexed document e.g. I'll send the part/filename > to lucene, and it will return exact result including metadata of it. I > couldn't figure out until now. Any help is appreciated. Thanks! > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Using-metadata-of-the-requested-files-with-Lucene-tp2005913p2005913.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org