You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/11/16 22:11:34 UTC

[Solr Wiki] Update of "FunctionsAsRangeFilters" by GrantIngersoll

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))