What have you tried? The first thing I'd try is using just 1 or 2 shards. My first guess is that you're doing a lot of GC because you have 50 shards in a single JVM (1 replica/shard?).
I regularly get several thousand Wikipedia docs/second on my macbook pro, so your numbers are way out of the norm. Best, Erick On Tue, Jan 1, 2019 at 9:05 AM John Milton <johnmilton....@gmail.com> wrote: > > Hi to all, > > 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. > It's running on Windows OS and it has 32 GB RAM. Java heap space 15 GB. > How to improve indexing speed? > Note : > All the fields contains maximum 20 characters only. Field type is text > general with case insensitive. > > Thanks, > John Milton