mirror of https://github.com/apache/lucene.git
avoid ord() rord() in our examples
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7499c6a87a
commit
a659c981e9
|
@ -525,7 +525,7 @@
|
|||
text^0.2 features^1.1 name^1.5 manu^1.4 manu_exact^1.9
|
||||
</str>
|
||||
<str name="bf">
|
||||
ord(popularity)^0.5 recip(rord(price),1,1000,1000)^0.3
|
||||
popularity^0.5 recip(price,1,1000,1000)^0.3
|
||||
</str>
|
||||
<str name="fl">
|
||||
id,name,price,score
|
||||
|
|
Loading…
Reference in New Issue