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 ChrisHarris.
The comment on this change is: Clarify what cannot be arguments to "ms".
http://wiki.apache.org/solr/FunctionQuery?action=diff&rev1=59&rev2=60

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

  Dates are relative to the Unix or POSIX time epoch, midnight, January 1, 1970 
UTC.
  
  Arguments may be numerically indexed date fields such as !TrieDate (the 
default in 1.4), or date math (examples in SolrQuerySyntax) based on a constant 
date or '''NOW'''.
+ 
+ Things other than these will _not_ work as arguments. For example, you cannot 
currently use:
+  * "classic", non-numerically indexed date fields (i.e. fields backed by 
DateField or LegacyDateField classes)
+  * other functions (e.g. map, sum, etc.)
+ 
+ Arguments may _not_ be "classic" date fields
  
  '''ms()'''
  

Reply via email to