diff --git a/htroot/RankingSolr_p.html b/htroot/RankingSolr_p.html index 0f34e98b9..31ef1df87 100644 --- a/htroot/RankingSolr_p.html +++ b/htroot/RankingSolr_p.html @@ -24,7 +24,7 @@ A Boost Function can combine numeric values from the result document to produce a number which is multiplied with the score value from the query result. To see all available fields, see the YaCy Solr Schema and look for numeric values (these are names with suffix '_i'). - To find out which kind of operations are possible, see the Solr Function Query documentation. + To find out which kind of operations are possible, see the Solr Function Query documentation. Example: to order by date, use "recip(ms(NOW,last_modified),3.16e-11,1,1)", to order by crawldepth, use "div(100,add(crawldepth_i,1))".