hi all,
thanks very much for any tip!!
SolrCloud 4.10.2:
3 solr instances in tomcat 7,
3 zookeepers to manage solr config set,
solr index data is stored on HDFS
I have a web app, need to build solr index when one user adds
On 01/04/2015 02:22 AM, Jack Krupansky wrote:
The reality doesn't seem to
be there today. 50 to 100 million documents, yes, but beyond that takes
some kind of "heroic" effort, whether a much beefier box, very careful and
limited data modeling or limiting of query capabilities or tolerance of
high
Hi,
I was wondering what is the hardware requirement for indexing 500 million
documents in Solr? Suppose maximum number of concurrent users in peak time
would be 20.
Thank you very much.
--
A.Nazemian
Ali Nazemian [alinazem...@gmail.com] wrote:
> I was wondering what is the hardware requirement for indexing 500 million
> documents in Solr? Suppose maximum number of concurrent users in peak time
> would be 20.
The thread "How large is your solr index" might help, as might
https://lucidworks.com
Hi Ali,
the sizing is not just determined by the number of indexed documents
(and even less by the number of concurrent users).
- Document volume (number of documents, amount of text data to be
indexed with each document, number and types of fields, the cardinality
of fields) guide you to the n
On 1/4/2015 2:55 AM, zhangjia...@dcits.com wrote:
> SolrCloud 4.10.2:
> 3 solr instances in tomcat 7,
> 3 zookeepers to manage solr config set,
> solr index data is stored on HDFS
>
> I have a web app, need to build solr index when one user ad