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

Re: copy data between collection

2015-11-14 Thread KNitin
Yes that is correct. https://github.com/bloomreach/solrcloud-haft helps precisely with that. You can clone an entire cluster or selective collections between clusters. It has only been tested upto solr 4.10 Let me know if you run into issues Nitin On Mon, Oct 26, 2015 at 9:46 AM, Jeff Wartes

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 -

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"

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

Re: FastVectorHighlighter problem with large fields

2015-11-14 Thread Philippe Soares
By the way, I'm using solr 4.10.2 On Sat, Nov 14, 2015 at 4:16 PM, Philippe Soares wrote: > Actually it seems the problem is related to my index (which has about 15 > million huge documents in it). > I reindexed a few of them in an empty local solr instance and the >

Re: FastVectorHighlighter problem with large fields

2015-11-14 Thread Philippe Soares
Actually it seems the problem is related to my index (which has about 15 million huge documents in it). I reindexed a few of them in an empty local solr instance and the highlighting works fine with the same parameters. Are there any known highlighting issues related to sharding/size of the index