> I am indexing more than 300 million records, it takes less than 7 hours to
> index all the records..
>
> Send the documents in batches and also use CUSS
> (ConcurrentUpdateSolrServer)
> for multi threading support.
>
> Ex:
>
> ConcurrentUpdateSolrServer server= new
> ConcurrentUpdateSolrServer(s
I am indexing more than 300 million records, it takes less than 7 hours to
index all the records..
Send the documents in batches and also use CUSS (ConcurrentUpdateSolrServer)
for multi threading support.
Ex:
ConcurrentUpdateSolrServer server= new
ConcurrentUpdateSolrServer(solrServer, queueSi