You can also look at sharding options for SolrCloud, e.g. with implicit
sharding you can choose a sharding field and SolrCloud will index your docs
into shards based on this field. You could have two shards (and also replicate
your main shard if you want for distributed searches and fault toler
On 9/29/2016 6:55 AM, Vasu Y wrote:
> We would like to archive documents based on some criteria (like those that
> were not modified for more than an year OR are least used) in order to
> reduce storage requirements.
> I would like hear some of the best practices followed.
>
> How about having mai
I'm not the expert, but I'm thinking you would need an external process to
handle this. SOLR itself doesn't seem built to use it's own collection
data to act on collection data (I'd love to be wrong about that).
So - barring any corrections from the committers, I'm imagining you'd need
to write s