Re: Update DocValues and Query Time Join performance on DocValues

2013-03-25 Thread Pablo Guerrero
ure > AFAIK it could be available using stack update approach > > https://issues.apache.org/jira/browse/SOLR-3855 > https://issues.apache.org/jira/browse/LUCENE-4258 > > > On Sat, Mar 23, 2013 at 9:52 AM, Pablo Guerrero wrote: > > > Hello everyone, > > > > I&

Update DocValues and Query Time Join performance on DocValues

2013-03-23 Thread Pablo Guerrero
Hello everyone, I've seen in a couple of old presentations that DocValues will be updatable (without updating the whole document) but I cannot find anything recent on this. Is this currently possible on 4.2? Is there any example on how to do it? Also, I have the impression that Query Time Joins s

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 e

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