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/
>
>

Reply via email to