Dear Wiki user,

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

The "FunctionQuery" page has been changed by GrantIngersoll.
http://wiki.apache.org/solr/FunctionQuery?action=diff&rev1=32&rev2=33

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

  
  Example: hsin(x, y, 0, 0, 1) - Calculate the haversin distance between the 
lat/lon 0, 0 and the values in field x,y with a radius of 1.
  
+ == Deg/Rad - Convert to Degrees/Radians ==
+ [[Solr1.5]] This is uncommitted code.  See: 
https://issues.apache.org/jira/browse/SOLR-1302
  
+ Given a value in degrees, convert it to radians and vise-versa.
+ 
+ Signature: deg(!ValueSource), rad(!ValueSource)
  
  === Date Boosting ===
  Boosting more recent content is a common use case.  One way is to use a 
{{{recip}}} function in conjunction with {{{ms}}}.

Reply via email to