|
|
oh...thanks for the suggestion. I will try using the idea.If it works I will
let u all know..
Anshum-2 wrote:
>
> 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: java-user@xxxxxxxxxxxxxxxxx
> ReplyTo: java-user@xxxxxxxxxxxxxxxxx
> 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:blazingwolf7@xxxxxxxxx]
> Sent: Thursday, December 03, 2009 8:02 AM
> To: java-user@xxxxxxxxxxxxxxxxx
> 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: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
> For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
> For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx
>
>
>
> Sent from BlackBerry on Airtel
>
--
View this message in context:
http://old.nabble.com/Storing-image-with-Lucene-tp26620107p26621546.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx
|
|