Re: Document boost in Solr

2015-11-15 Thread Andrea Open Source
Hi Aditya, Looking at the explanation seems that you have a 50.0 boost applied on your PRODUCT_TITLE field, 1.5 applied to your PRODUCT_CONTENT field and then you have a phrase query with slop 10 and boost 50 on title and boost 1.5 on content. In your question you talk about using "rank" as docu

Re: Document boost in Solr

2015-11-14 Thread Aditya
Hi I am able to analyse the score using http://explain.solr.pl/ Score of 1st record: 100% 27.12627 sum of the following: 33.47% 9.078974 sum of the following: 19.34% 5.2460585 (MATCH) max of: 19.34% 5.2460585 PRODUCT_TITLE:machin^50.0 - 0.37

Re: Document boost in Solr

2015-11-14 Thread Aditya
I am not able to understand the debug information. Any specific parameter to look for? Regards Aditya On Sat, Nov 14, 2015 at 6:42 PM, Alexandre Rafalovitch wrote: > Did you try using debug.explain.other and seeing how it is ranked? > On 14 Nov 2015 6:28 am, "Aditya" wrote: > > > Hi > > > > M

Re: Document boost in Solr

2015-11-14 Thread Alexandre Rafalovitch
Did you try using debug.explain.other and seeing how it is ranked? On 14 Nov 2015 6:28 am, "Aditya" wrote: > Hi > > My website www.findbestopensource.com provides search over millions of > open > source projects. > > I recently found this issue in my website. Each project will have its > descript

Document boost in Solr

2015-11-14 Thread Aditya
Hi My website www.findbestopensource.com provides search over millions of open source projects. I recently found this issue in my website. Each project will have its description and rank and other set of fields. Rank is set as document boost, so that when user performs a search, high ranked proje