Re: Dynamic rating based on "Like" feature

2011-11-05 Thread Erick Erickson
You might find some joy in ExternalFileFields. It's still a pain to update, but at least you wouldn't be re-indexing your documents all that often. You'd have to maintain the age somewhere else though I think. Perhaps a database with and datestamp for each like and then just do a count-type query

Re: Dynamic rating based on "Like" feature

2011-11-05 Thread Sujit Pal
Hi Eugene, I proposed a solution for something similar, maybe it will help you. http://sujitpal.blogspot.com/2011/05/custom-sorting-in-solr-using-external.html -sujit On Sat, 2011-11-05 at 16:43 -0400, Eugene Strokin wrote: > Hello, > I have a task which seems trivial, but I couldn't find any

Dynamic rating based on "Like" feature

2011-11-05 Thread Eugene Strokin
Hello, I have a task which seems trivial, but I couldn't find any related information from Solr documentation. So I'm asking the community for an advice. I have relatively big amount (about 25 Millions) of documents which are describing products. Those products could be rated by humans and/or machi