Re: Archiving documents

2016-09-30 Thread hairymcclarey
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

Re: Archiving documents

2016-09-30 Thread Shawn Heisey
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

Re: Archiving documents

2016-09-29 Thread John Bickerstaff
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

Archiving documents

2016-09-29 Thread Vasu Y
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