I'm using Lucene/solr for searching and navigation in file upload application i need to update the indexed value 'downloaded' for each document for each download.
the same case happed in digg.com , they have how many "diggs" for each link while u searching
does i have to delete/insert new document for each download. or there something which is better?