Hi Vaijanath, Just wanted to know if you can perform a search on the binary field (as I haven't tried this ever) ? ------Original Message------ From: Rao, Vaijanath To: [email protected] ReplyTo: [email protected] Subject: RE: Storing image with Lucene Sent: Dec 3, 2009 08:27
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] Sent from BlackBerry® on Airtel
