Definitely worked for me, with a classic full text search on "ipod" and such.
Changing the lower bound changed the number of results.

Follow Chris advice, and give more details.


John wrote:
Doesn't seem to work.
I though that FilterQueries work before the search is performed and not
after... no?

Debug doesn't include filter query only the below (changed a bit):

BoostedQuery(boost(+fieldName:"....",boostedFunction(ord(fieldName),query)))


On Thu, Nov 17, 2011 at 5:04 PM, Andre Bois-Crettez
<andre.b...@kelkoo.com>wrote:

John wrote:

Some of the results are receiving score=0 in my function and I would like
them not to appear in the search results.


you can use frange, and filter by score:

q=ipod&fq={!frange l=0 incl=false}query($q)

--
André Bois-Crettez

Search technology, Kelkoo
http://www.kelkoo.com/




--
André Bois-Crettez

Search technology, Kelkoo
http://www.kelkoo.com/

Reply via email to