Hi, Just wanted to check if there is more documentation about function queries besides the java doc at http://lucene.apache.org/solr/api/org/apache/solr/search/QueryParsing.html#parseFunction(java.lang.String,%20org.apache.solr.schema.IndexSchema)
Starting with what the fields for all the functions mean: eg. recip(myfield,1,2,3) and people's experience about combining the functions. I am working towards getting to a function which combines a document's popularity, recency & relevance. And to me it seems like a standard problem that most people would have faced. And while the exact boost values that you use for each of the fields (functions for the field) might be different, the idea would be the same. Thanks, mekin --