n archive or not.
-Original Message-
From: Vasu Y [mailto:vya...@gmail.com]
Sent: 29 September 2016 14:55
To: solr-user@lucene.apache.org
Subject: Archiving documents
Hi,
We would like to archive documents based on some criteria (like those that
were not modified for more than an year OR
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
Hi,
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 main collection and optionally an archive coll