git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-10-01 15:18:24 +00:00
parent 7f4c82c0d6
commit 86af0d2602
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ New Features
Example: q=add($v1,$v2)&v1=mul(popularity,5)&v2=20.0
(yonik)
* SOLR-2133: Function query parser can now parse multiple coma separated
* SOLR-2133: Function query parser can now parse multiple comma separated
value sources. It also now fails if there is extra unexpected text
after parsing the functions, instead of silently ignoring it.
This allows expressions like q=dist(2,vector(1,2),$pt)&pt=3,4 (yonik)