Correct, I am using dismax by default.
I actually accomplished what I was looking for by creating a separate
request handler with a defType of "lucene" and then I used _val_ hook.
I tried using the {!func}function as you describe but couldn't get it work.
Are there any difference between the tw
: Is it possible to use boost function across the whole index/empty search
: term?
function queries by definition match all docs -- so just query for the
function your want and you'll get all documents scored according to hte
function.
based on your wordking, it sounds like you are using dism
Hi Grant,
Thanks for your help. I've just found the explanation to my problem: the
fields need to be indexed in order to be used in a bf, which was even stated
clearly in the documentation ;-) Hopefully someone will make the same
mistake at some point and find this.
I'm now using the SVN trunk ve
Hey Julien,
What's your actual query look like? The original, the parsed, etc. (I
think a bunch of the variations get output when using debugQuery=true)
There is a DoubleFieldSource in the trunk as of SOLR-324, so that
probably explains why you are seeing the FloatFieldSource (as I
recal
Have tried using
*
*
for the field domain_score but still get
0.0 = (MATCH) FunctionQuery(sfloat(domain_score)), product of:
0.0 = sfloat(domain_score)=0.0
1.0 = boost
0.07387746 = queryNorm
Thanks!
Julien
2008/6/20 Julien Nioche <[EMAIL PROTECTED]>:
> Hi guys,
>
> I am usgin SO