While not everything in the following post apply to Lucene as a
storage solution, it has some interesting points
http://blog.hibernate.org/cgi-bin/blosxom.cgi/2007/05/23#in-defence
I need to trust my data storage for its good support for:
- transaction
- reliability
- scalability
- readabil
28 jun 2007 kl. 15.37 skrev Emmanuel Bernard:
I don't really like the idea actually: I'm much comfortable with
having my data in a relational DB :)
If you don't mind, please develop that a bit further.
I think Lucene is suited pretty well for object storage if you also
need it as an index.
Karl, you might want to have a look at Zoe (the email app from several years
ago that uses Lucene as its storage).
Also, there is DbDirectory for Lucene, which should have XA support. Andi will
know.
Otis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com
Hibernate Search (formerly known as Hibernate Lucene) is not designed
to use Lucene as the primary and only backend. It is designed to
complement a database.
I don't really like the idea actually: I'm much comfortable with
having my data in a relational DB :)
So this product will not help f
Hi karl,
we did something like hibernate to map an object (Entity) with lucene by
defining a bunch of annotations just like the Limax project (as far as I
know it is led by you),
the only problem we had was how to make relationship between two or more
separate indexes. I managed to resolve it but
27 jun 2007 kl. 03.19 skrev [EMAIL PROTECTED]:
Perhaps this reference
http://www.mail-archive.com/[EMAIL PROTECTED]/
msg062
60.html will give you some help. It's about Hibernate Lucene
integration.
Thanks, interesting. Do you know more about this? Was the ORM
implemented? Does Hibernate ha
Perhaps this reference
http://www.mail-archive.com/[EMAIL PROTECTED]/msg062
60.html will give you some help. It's about Hibernate Lucene
integration.
Andy
-Original Message-
From: karl wettin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 27, 2007 8:17 AM
To: java-user@lucene.apache.org