mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f4c82c0d6
commit
86af0d2602
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue