Re: indexing database

2009-01-22 Thread cemsoft
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! > >

indexing database

2009-01-21 Thread cemsoft
hi, i am trying to index a database table with appr. 1,5 million rows.. first i got OutOfMemory exception, then i used offsets, it works now till 5 rows lucene is new to me ..should i set sth else ?? below is the code that i use private static void indexData(MysqlDataSource ds) throws SQL