Re: [Dspace-tech] Update epersonid field in SOLR statistics

2014-04-21 Thread Terry Brady
Ivan and Hardy, thanks for the advice. I took a different approach today, and tried to code a solution in java. This code appears to do what I need on my test server. Given that these are statistics records and the structure is fairly simple, this might do what I need. The stats records did

Re: [Dspace-tech] Update epersonid field in SOLR statistics

2014-04-18 Thread helix84
Hi Terry, not a complete answer, just some relevant background to your question: http://vufind.2307425.n4.nabble.com/Delta-Import-with-partial-replacement-tp4665167p4665170.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Update epersonid field in SOLR statistics

2014-04-18 Thread Pottinger, Hardy J.
Hi, I did some searching just now, and found this... http://wiki.apache.org/solr/UpdateCSV ...might help? --Hardy Sent from my iPad On Apr 17, 2014, at 3:53 PM, Terry Brady tw...@georgetown.edumailto:tw...@georgetown.edu wrote: We would like to make our usage statistics anonymous. I would

[Dspace-tech] Update epersonid field in SOLR statistics

2014-04-17 Thread Terry Brady
We would like to make our usage statistics anonymous. I would like to update all statistics records with an epersonid value. - q=epersonid:[0 TO *] Once the records are found, I would like to set the epersonid to 0. Is there a way to do this with a single curl statement? We are running