Re: Lucene reliability as primary store

2013-03-23 Thread Pablo Guerrero
Thanks Simon, I'll see if I can implement some kind of transaction log to avoid committing every change. Cheers, Pablo On Fri, Mar 22, 2013 at 8:13 PM, Simon Willnauer wrote: > On Fri, Mar 22, 2013 at 2:00 PM, Pablo Guerrero wrote: > > Hi all, > > > > I'm evaluating using Lucene for some data

Re: Lucene reliability as primary store

2013-03-22 Thread Simon Willnauer
On Fri, Mar 22, 2013 at 2:00 PM, Pablo Guerrero wrote: > Hi all, > > I'm evaluating using Lucene for some data that would not be stored anywhere > else, and I'm concerned about reliabilty. Having a database storing the > data in addition to Lucene would be a problem, and I want to know if Lucene >

Lucene reliability as primary store

2013-03-22 Thread Pablo Guerrero
Hi all, I'm evaluating using Lucene for some data that would not be stored anywhere else, and I'm concerned about reliabilty. Having a database storing the data in addition to Lucene would be a problem, and I want to know if Lucene is reliable enough. Reading this article, http://blog.mikemccandl