Conditional atomic update

2016-05-17 Thread Chris Yee
I'm looking for a way to do an atomic update, but if a certain condition exists on the existing document, abort the update. Each document has the fields id, count, and value. The source data has just id and value. When the source data is indexed, I use atomic updates to: - Increment the count va

Re: Custom RequestHandler with the Solr api (solrj) that makes a query call back to the server

2017-05-18 Thread Chris Yee
Reformatting for readability: Hi, I'm looking for some advice on specific issue that is holding us back. I'm trying to create a custom RequestHandler with the Solr api (solrj) that makes a query call back to the server. I'm not finding any good, run-able examples of this on-line. Possibly I'm ap