Re: Ranking

2019-07-27 Thread Erik Hatcher
The details of the scoring can be seen by setting &debug=true Erik > On Jul 27, 2019, at 15:40, Steven White wrote: > > Hi everyone, > > I have 2 files like so: > > FA has the letter "i" only 2 times, and the file size is 54,246 bytes > FB has the letter "i" 362 times and the file size

Re: Ranking

2019-07-27 Thread David Hastings
I can’t imagine this is actually true unless you have a default copy field and I is in one of them. Also the letter “I” is a bizarre test case > On Jul 27, 2019, at 3:40 PM, Steven White wrote: > > Hi everyone, > > I have 2 files like so: > > FA has the letter "i" only 2 times, and the file s

Ranking

2019-07-27 Thread Steven White
Hi everyone, I have 2 files like so: FA has the letter "i" only 2 times, and the file size is 54,246 bytes FB has the letter "i" 362 times and the file size is 9,953 When I search on the letter "i" FB is ranked lower which confuses me because I was under the impression the occurrences of the ter

Solr Core initialization failure while writing junit test cases

2019-07-27 Thread Bharath Kumar
Hi All, I am getting the below exception when trying to use EmbeddedServer for my junit test cases. I have given the correct path to the config files. I get the core failure even when using MiniSolrCloudCluster. The collection is created and then deleted because core is not there. Can you please h