Hi I have the following questions
1. I have a job that runs for 3-4 hours continuously committing data to a collection with auto commit of 30 seconds. Does it mean that every 30 seconds I would get a new solr segment ? 2. My current segment merge policy is set to 10. Will merger always continue running in the background to reduce the segments ? Is there a way to see metrics regarding segment merging from solr (mbeans or any other way)? 3. A few of my collections are very large with around 24-28 segments per shard and around 16 shards. Is it bad to have this many segments for a shard for a collection? Is it a good practice to optimize the index very often or just rely on segment merges alone? Thanks for the help in advance Nitin