Re: Using Hibernate to store Lucene Indexes in a Database

2006-09-12 Thread Beady Geraghty
, Néstor Boscán -Mensaje original- De: Tomi NA [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 08 de Septiembre de 2006 05:21 p.m. Para: java-user@lucene.apache.org Asunto: Re: Using Hibernate to store Lucene Indexes in a Database On 9/8/06, Néstor Boscán <[EMAIL PROTECTED]&

RE: Using Hibernate to store Lucene Indexes in a Database

2006-09-08 Thread Néstor Boscán
ECTED] Enviado el: Viernes, 08 de Septiembre de 2006 05:21 p.m. Para: java-user@lucene.apache.org Asunto: Re: Using Hibernate to store Lucene Indexes in a Database On 9/8/06, Néstor Boscán <[EMAIL PROTECTED]> wrote: > To reduce administration tasks. If you want to move your application fr

Re: Using Hibernate to store Lucene Indexes in a Database

2006-09-08 Thread Tomi NA
On 9/8/06, Néstor Boscán <[EMAIL PROTECTED]> wrote: To reduce administration tasks. If you want to move your application from server to server you'll have to move the index files. I want to be able to move my application by just moving my database schema and deploying an ear. Regards, Néstor Bo

RE: Using Hibernate to store Lucene Indexes in a Database

2006-09-08 Thread Néstor Boscán
n -Mensaje original- De: Marcus Falck [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 08 de Septiembre de 2006 05:05 a.m. Para: java-user@lucene.apache.org Asunto: SV: Using Hibernate to store Lucene Indexes in a Database I cant understand why you are interested in storing the directory in a

RE: Using Hibernate to store Lucene Indexes in a Database

2006-09-08 Thread Néstor Boscán
Falck [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 08 de Septiembre de 2006 05:05 a.m. Para: java-user@lucene.apache.org Asunto: SV: Using Hibernate to store Lucene Indexes in a Database I cant understand why you are interested in storing the directory in a database using hibernate. It seems to me

RE: Using Hibernate to store Lucene Indexes in a Database

2006-09-08 Thread Ramana Jelda
HI Marcus, Somehow I like your wording.. Can't stop replying you. Jelda > -Original Message- > From: Marcus Falck [mailto:[EMAIL PROTECTED] > Sent: Friday, September 08, 2006 2:05 PM > To: java-user@lucene.apache.org > Subject: SV: Using Hibernate to store Lucene I

SV: Using Hibernate to store Lucene Indexes in a Database

2006-09-08 Thread Marcus Falck
:49 Till: java-user@lucene.apache.org Ämne: Using Hibernate to store Lucene Indexes in a Database Hi Has anybody seen a solution that will store Lucene indexes in a database using Hibernate?. Basically a HibernateDirectory so I can store and retrieve the indexes from a database? Regards

Re: Using Hibernate to store Lucene Indexes in a Database

2006-09-07 Thread Otis Gospodnetic
Just a google away: http://www.google.com/search?q=hibernate%20lucene%20spring Priceless! Otis - Original Message From: Néstor Boscán <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, September 7, 2006 7:48:52 PM Subject: Using Hibernate to store Lucene Indexe

Using Hibernate to store Lucene Indexes in a Database

2006-09-07 Thread Néstor Boscán
Hi Has anybody seen a solution that will store Lucene indexes in a database using Hibernate?. Basically a HibernateDirectory so I can store and retrieve the indexes from a database? Regards, Néstor Boscán