@Walter,
Just curious for 320 shards and 2.5 billion docs, how is the query
throughput? The internal distributed traffic would be huge due to the fan
out.
Regards,
Wei
On Thu, Sep 14, 2023 at 7:36 AM Walter Underwood
wrote:
> I would have thought it would be a huge hassle, but it isn’t. We b
Hi.
Just a thought, should you be calling IndexReader#decref in your code once
you are done working with the directory?
I see it happening in Solr on close
https://github.com/apache/solr/blob/ec8f23622b04de80c1dcb85638a73f9d9566d1bf/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java#
Hi Chris,
I'm not all that familiar with the "json.wrf" functionality, so I
could be off here. But starting in 9.3, Solr switched to using
Jackson for serialization and away from the homegrown code it's used
up to this point. I wonder whether that switch might've broken
"json.wrf" in 9.3? I tri
Hi Solr Users,
Have you tried to restore indexes from aws ebs volumes snapshots and does
that work? I am aware of the s3 backup and restore api but thinking if this
option of taking the volume snapshot and restoring indexes from the
snapshot works? All the replicas are nrt type.
Thanks,
Rajani