Re: Ranking code

2014-04-09 Thread Aman Tandon
For the better analysis for ranking of documents, you should need to query the index with these extra parameters(in bold) eg...whole_query*&debug=true&wt=xml.* Copy that xml and and paste it to http://explain.solr.pl/ you can then easily find out the ranking alalysis in the forms of the pie charts

Re: Ranking code

2014-04-08 Thread Shawn Heisey
On 4/8/2014 3:55 AM, azhar2007 wrote: Im basically trying to understand how results are ranked. Whats the algorithm behind it If you add a debugQuery parameter to your request, set to true, you will see the score calculation for every document included in the response. This is the default s

Re: Ranking code

2014-04-08 Thread azhar2007
Im basically trying to understand how results are ranked. Whats the algorithm behind it --- Original Message --- From: "Shawn Heisey-4 [via Lucene]" Sent: 7 April 2014 19:24 To: "azhar2007" Subject: Re: Ranking code On 4/7/2014 10:29 AM, azhar2007 wrote: > Hi does

Re: Ranking code

2014-04-07 Thread Shawn Heisey
On 4/7/2014 10:29 AM, azhar2007 wrote: Hi does anybody know where the ranking code is held. Which file in Solr stores it the solr schema.xml or solrconfig.xml file? Your question is very generic. It needs to be more specific -- what are you actually trying to do? The generic answer is

Ranking code

2014-04-07 Thread azhar2007
Hi does anybody know where the ranking code is held. Which file in Solr stores it the solr schema.xml or solrconfig.xml file? -- View this message in context: http://lucene.472066.n3.nabble.com/Ranking-code-tp4129664.html Sent from the Solr - User mailing list archive at Nabble.com.