Re: Data Changes Logging

2017-04-22 Thread Walter Underwood
Do a range search on that field with the desired date range. Request rows=0. Compare the numFound to the total docs. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Apr 22, 2017, at 8:40 AM, Rick Leir wrote: > > Preeti, > Suppose you have a field

Re: Data Changes Logging

2017-04-22 Thread Rick Leir
Preeti, Suppose you have a field named 'modifiedDate' and you update it when you change the 'column' (i assume you mean some field in your document). Then you need to decide how often to check for alerts. When you check for an alert you would do a select with a bit of date math to see how many o

Data Changes Logging

2017-04-20 Thread Preeti Bhat
Hi All, We got a peculiar requirement from client, not sure whether the SOLR supports it or not. We would like to have alerts in place if we have the changes on the particular column for more than specific threshold on said day. For example: Say, we have column say "Name" on which we have say ar