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=47&rev2=48

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

  max(x,c) returns the max of another function and a constant.  Useful for 
"bottoming out" another function at some constant.
  
   . Example Syntax: '''max(myfield,0)'''
+ 
+ == point ==
+ <!> [[Solr1.5]]
+ Create a !MultiValueSource out of one or more ValueSources to represent a 
Point, which can then be used with the distance methods.
+ 
+  . Example: '''point(x,y,z)'''
  
  == ms ==
  <!> [[Solr1.4]]

Reply via email to