2012 23:18
To: java-user@lucene.apache.org
Subject: Re: Indexing 100Gb of readonly numeric data
Thanks Eric,
Yes, the limitations you pointed confirm my first feeling on it. Even if it
is doable with Solr or Lucene, I would have to go deep inside of it to get
the most out of it.
About my RD
Thanks Eric,
Yes, the limitations you pointed confirm my first feeling on it. Even
if it is doable with Solr or Lucene, I would have to go deep inside of
it to get the most out of it.
About my RDBMS issues... there are 2 reasons:
First, Im interested in this whole cloud crazyness. I love to work
Actually, you might well have your index be larger than your source, assuming
you're going to be both storing and indexing everything.
There's also the "deep paging" issue, see:
https://issues.apache.org/jira/browse/SOLR-1726
which comes into play if you expect to return a lot of rows.
Solr really