: The function query field is -
:      <str name="bf">
:         recip(popularityRank, 1, 1000,
: 1000)^0.5recip(rord(creationDate),1,1000,1000)^
: 0.3
:      </str>

off the top of my head, i'd suggest you:
  1) verify there is some whitespace between the boost of the
popularity recip function and the date recip function
  2) eliminate the space inside the recip functions
  3) verify that there isno psace between eitehr recp function and it's
boost

...and see if that works...

      <str name="bf">
         recip(popularityRank,1,1000,1000)^0.5
         recip(rord(creationDate),1,1000,1000)^0.3
      </str>



-Hoss

Reply via email to