#%env/templates/metas.template%# #%env/templates/header.template%# #%env/templates/submenuSearchConfiguration.template%#

Solr Ranking Configuration

These are ranking attributes for Solr. This ranking applies for internal and remote (P2P or shard) Solr access.

Select a profile:
Boost Function 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. Example: to order by date, use "recip(rord(last_modified),1,1000,1000)", to order by clickdepth, use "div(100,add(clickdepth_i,1))".
Boost Query The Boost Query is attached to every query. Use this to statically boost specific content in the index. Example: "fuzzy_signature_unique_b:true^100000.0f" means that documents, identified as 'double' are ranked very bad and appended to the end of all results (because the unique are ranked high). To find appropriate fields for this query, see the YaCy Solr Schema and look for boolean values (with suffix '_b') or tags inside string fields (with suffix '_s' or '_sxt').
Solr Boosts This is the set of searchable fields. Entries without a boost value are not searched. Boost values make hits inside the corresponding field more important.
#{boosts}#
#(notinindexwarning)#::field not in local index (boost has no effect)#(/notinindexwarning)#
#{/boosts}#
#%env/templates/footer.template%#