What I am doing through the index process is basically dump the database via a select all statement.
Once selected the record sets are looped through and the relevant fields as well as the records key are indexed, so then when I need to retrieve the data I do a select on teh relevant record based on the key. Stephen... > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 8 July 2003 12:38 AM > To: Lucene Users List > Subject: Postgres and lucene > > > Hi, > I'm new to lucene and I have had a lot of trouble finding > information > on how exactly to use lucene to search a postgres database. I've > searched the archives for this list, but found nothing > specific enough > to help me. Has anyone used Lucene to search a postgres database who > could help? > > Thanks, > Jessica > > --------------------------------------------------------------------- > 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]
