On 1/1/2019 8:59 AM, John Milton wrote:
My document contains 65 fields. All the fields needs to be indexed. But for
the 100 documents takes 10 seconds for indexing.
I am using Solr 7.5 (2 cloud instance), with 50 shards.

The best way to achieve fast indexing in Solr is to index multiple items in parallel.  That is, make your indexing system multi-threaded or multi-process.

As Erick also asked ... why do you have so many shards?  The only good reason I can imagine for so many shards is a need to handle billions of documents.

Thanks,
Shawn

Reply via email to