Hi, Hibernate Search hasn't been talked about much on this list, so you may not get much help, if any. Have you tried asking on the Hibernate Search mailing list? (don't know it's address/site).
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: oyesiji <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Saturday, May 3, 2008 1:23:42 AM > Subject: Hibernate search (Problem adding new Record) > > > I am using Hibernate Search in my Application, the first time i attempt to > index records from the database it works and the second time i attempt to > add records i notice that it does not work > > FullTextSession fullTextSession = Search.createFullTextSession(session); > for (JobDescription jobDescription : jobDescriptions) { > fullTextSession.index(jobDescription); > } > > Any suggestion is welcome > -- > View this message in context: > http://www.nabble.com/Hibernate-search-%28Problem-adding-new-Record%29-tp17029563p17029563.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]