nce between the two?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Boost-function-on-tp747131p757817.html
Sent from the Solr - User mailing list archive at Nabble.com.
: 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
y show the best products (based on
our metrics and some boost functions) in absence of a search term.
Is this possible?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Boost-function-on-tp747131p747131.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
Hi guys,
I am usgin SOLR 2.2. I am trying to boost documents such as this one
9.600311
1.8212872
content
d340da6d1483f028110b0ffc2402c417
*14730*
http://www.bebo.com/Video.jsp
20080529185637
www.bebo.com
Video
20080529195525711
http://www.bebo.com/Video.jsp
6
using the *domain_score *field
th