On Oct 22, 2009, at 2:44 PM, Chris Hostetter wrote:
: As a workaround, I can do: *:*^0 _val_:price_f, which gets rid of
the query
: norm factor.
:
: I realize I could override the similarity or use the workaround,
but I was
: just curious about what other people think of this.
Why wouldn't you just query the function directly and leave out the
*:* ?
*:* was just a quick example, I might have other constant score
queries, but I guess I probably could do a filter query plus the
function query, too.