Thanks, that helped!
Am Sep 14, 2011 um 4:56 PM schrieb Chris Hostetter:
>
>
> fieldNorms are very corse. In my opinion, if you have a
> "weighting" you want to use to affect score sort, it's better to index
> that weight as a numeric field, and explicitly factor it into the score
> using a function query...
>
> q={!boost b=yourWeightField v=$qq}&qq=doctype:music
>
> More info...
>
> https://lucene.apache.org/solr/api/org/apache/solr/search/BoostQParserPlugin.html
> http://www.lucidimagination.com/blog/2011/06/20/solr-powered-isfdb-part-10/
> https://github.com/lucidimagination/isfdb-solr/commit/75f830caa1a11fd97ab48d6428096cf63f53cb3b
>
> -Hoss