: bq: I am also trying to figure out if I can place : extra dimensions to the solr score which takes other attributes into : consideration
To re-iterate erick's point, you should definitely look at using things like the {!boost} qparser combined with funciton queries that take into account pre-comuted numeric data bsaed on your domain knowledge to *augment* the scoring you get from text relevancy -- that is likeley to prove far superior to taking some arbitrary cut-off of the top N documents and then sorting based on your domain knowledge... https://people.apache.org/~hossman/ac2012eu/ https://www.youtube.com/watch?v=AosaVoBk8ok&list=PLsj1Ri57ZE94lISrJuy7W8COc2RNFC1Fl&index=2 -Hoss