Hi, I'm using payloads to tie a value to an attribute for a document -- eg a user's rating for a document. I do not store this data, but I index it and access the value through function queries.
I was really excited about atomic updates, but they do not work for me because they are blowing out all of my non-stored payload data. I can make the fields stored, but that is not desirable as in some cases there's a lot of data. I was wondering how feasible it would be for me to modify the DistributedUpdateProcessor so that it preserves my non-stored payloads while performing the atomic updates. Thanks! Jim -- View this message in context: http://lucene.472066.n3.nabble.com/Atomic-Updates-Payloads-Non-stored-data-tp4006678.html Sent from the Solr - User mailing list archive at Nabble.com.