Search google for converting mysql BLOBs to text.  Or look at the
ResultSet stream methods in conjunction with the Field constructors
that take Readers.

Maybe something like
 new Field(txt, new InputStreamReader(rs.getBinaryStream(txt))


--
Ian.


On Fri, Jan 29, 2010 at 6:10 PM, luciusvorenus
<[email protected]> wrote:
>
> helo
>
> One more question to blob :
>
> ""d.add(new Field("txt", rs.getString("subject"), Field.Store.NO,
> Field.Index.ANALYZED));"""
>
> but how can i index a blob?
>
> the field txt is a blob ... with rs.geBlob(txt) ?
>
> thank u
>
> thank

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to