Hi ERick,
Version of SOLR 3.0
We are indexing the data using CURL call from C interface to SOLR server
using REST.
We are merging 15,000 docs in a single XML doc and directly using CURL to
index the data and then calling commit. (update)
For each of the client, we are creating a new connection
Hi Erick,
We are having a requirement where we are having almost 100,000 documents to
be indexed (atleast 20 fields). These fields are not having length greater
than 10 KB.
Also we are running parallel search for the same index.
We found that it is taking almost 3 min to index the entire documen
What version of Solr are you using? If it's a recent version, then
optimizing is not that essential, you can do it during off hours, perhaps
nightly or weekly.
As far as indexing speed, have you profiled your application to see whether
it's Solr or your indexing process that's the bottleneck? A q