RE: IDF maxDocs / numDocs

2014-03-13 Thread Markus Jelsma
Oh yes, i see what you mean. I would try SOLR-1632 and have distributed IDF, but it seems to be broken now. -Original message- > From:Steven Bower > Sent: Wednesday 12th March 2014 21:47 > To: solr-user > Subject: Re: IDF maxDocs / numDocs > > My problem is that

Re: IDF maxDocs / numDocs

2014-03-12 Thread Steven Bower
SolrCloud ranking problems, unless > one of your replica's becomes inconsistent ;) > > > https://lucene.apache.org/core/4_7_0/core/org/apache/lucene/search/CollectionStatistics.html#docCount%28%29 > > > > -Original message- > > From:Steven Bower > > Se

RE: IDF maxDocs / numDocs

2014-03-12 Thread Markus Jelsma
stics.html#docCount%28%29 -Original message- > From:Steven Bower > Sent: Wednesday 12th March 2014 16:08 > To: solr-user > Subject: IDF maxDocs / numDocs > > I am noticing the maxDocs between replicas is consistently different and > that in the idf calculation it

IDF maxDocs / numDocs

2014-03-12 Thread Steven Bower
I am noticing the maxDocs between replicas is consistently different and that in the idf calculation it is used which causes idf scores for the same query/doc between replicas to be different. obviously an optimize can normalize the maxDocs scores, but that is only temporary.. is there a way to hav