Hi, I'm new to Solr. I've just started playing around with it and learning what it can do.
I'd like to include a vote field on all of my indexed documents. Users vote on the content they like. A vote tally is displayed along with the each document returned in the results of a search. Let's say I create a vote field of type SortableIntField. Users vote relatively frequently. Assume I send update commands to solr which change only the vote field approximately 1 time for every 50 searches a user performs. What effects will this have on my index? Will search performance degrade. Thanks, Tait