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.
://www.simpy.com/ - Tag - Search - Share
- Original Message
From: karl wettin <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Wednesday, June 27, 2007 2:16:50 AM
Subject: Lucene as primary object storage
Until recently I have only used Lucene as an index. I'm very
interes
a-user@lucene.apache.org
Subject: Lucene as primary object storage
Until recently I have only used Lucene as an index. I'm very
interested to hear what you people have to say about using Lucene as
the primary and only persistance layer in an application.
I would feel much safer if I had a
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
out a bit extra when
calling as, or something. I don't know. That is why I'm asking.
Andy
-Original Message-
From: karl wettin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 27, 2007 8:17 AM
To: java-user@lucene.apache.org
Subject: Lucene as primary object storage
Until recently
-user@lucene.apache.org
Subject: Lucene as primary object storage
Until recently I have only used Lucene as an index. I'm very
interested to hear what you people have to say about using Lucene as
the primary and only persistance layer in an application.
I would feel much safer if I had a transactionlog
Until recently I have only used Lucene as an index. I'm very
interested to hear what you people have to say about using Lucene as
the primary and only persistance layer in an application.
I would feel much safer if I had a transactionlog for crash recovery.
So I might get me one of those. A