Re: SolrCloud - Score calculation

2013-06-20 Thread Jack Krupansky
20, 2013 11:05 AM To: solr-user@lucene.apache.org Subject: Re: SolrCloud - Score calculation Thanks for your response. So in case of SolrCloud, SOLR/zookeeper takes care of managing the indexing / searching. So in that case I assume most of the shards will be of equal size (I am just going to push

Re: SolrCloud - Score calculation

2013-06-20 Thread Learner
Thanks for your response. So in case of SolrCloud, SOLR/zookeeper takes care of managing the indexing / searching. So in that case I assume most of the shards will be of equal size (I am just going to push the data to a leader). I assume IDF wont be a big issue then since the shards size are almo

Re: SolrCloud - Score calculation

2013-06-19 Thread Upayavira
The reason for the issue you are seeing is the IDF component in te score. IDF = inverse document frequency. The document frequency is the number of times a document appears in the index. The higher the document frequency, the mre common the term and thus the less relevant it is. The document frequ