Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "FunctionsAsRangeFilters" page has been changed by GrantIngersoll.
http://wiki.apache.org/solr/FunctionsAsRangeFilters

--------------------------------------------------

New page:
= Introduction =

See 
http://www.lucidimagination.com/blog/2009/07/06/ranges-over-functions-in-solr-14/
 and 
http://www.lucidimagination.com/search/document/59c6241e7bd24adb/functions_as_filters

= Params =

 * v - The value of the query.  In the example below it is equal to 
log(sum(...))
 * l - Lower bound
 * u - Upper bound

= Example =

fq={!frange l=0 u=2.2}log(sum(user_ranking,editor_ranking))

Reply via email to