Hi, Yes you can, create a binary field which you can use to store the image in. Field(String name, Reader reader) Use this to store your image and use binaryValue() to get the image back.
You can also look at storing the features of the image into the index in similar way. --Thanks and Regards Vaijanath N. Rao -----Original Message----- From: blazingwolf7 [mailto:[email protected]] Sent: Thursday, December 03, 2009 8:02 AM To: [email protected] Subject: Storing image with Lucene Hi, As per title...is it possible to store image using Lucene? And if its possible...how can I do that? Thanks -- View this message in context: http://old.nabble.com/Storing-image-with-Lucene-tp26620107p26620107.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]
