Ps.

I use tomcat 6 



chrislusf wrote:
> 
> For blob, it is not so simple since BLOB could contain different file 
> types, like HTML, pdf, word, zip file type.
> So besides getting results out via resultSet.getBlob() function, you 
> will need to convert the binary stream into simple text strings.
> 
> DBSight free version already can read the blog content, based on file 
> name extension. You will need a file name extension, or some other way, 
> to know what kind of BLOB content it contains.
> 
> Chris
> 
> -------------------------
> Instant Scalable Full-Text Search On Any Database/Application
> site: http://www.dbsight.net
> demo: http://search.dbsight.com
> Lucene Database Search in 3 minutes:
> http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
> DBSight customer, a shopping comparison site, (anonymous per request) got
> 2.6 Million Euro funding!
> 
> 
> luciusvorenus 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: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/index-a-mysql-database----blob-field-tp27376053p27386652.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

Reply via email to