You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/10/18 23:00:09 UTC

svn commit: r826526 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

Author: yonik
Date: Sun Oct 18 21:00:09 2009
New Revision: 826526

URL: http://svn.apache.org/viewvc?rev=826526&view=rev
Log:
avoid ord() rord() in our examples

Modified:
    lucene/solr/trunk/example/solr/conf/solrconfig.xml

Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=826526&r1=826525&r2=826526&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Sun Oct 18 21:00:09 2009
@@ -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