Upgrade from 6.2.1. to 8.4.1 HttpSolrCall

2020-03-08 Thread Sergio Bilello
Hello! I am trying to perform a library upgrade. I got the following exception. Any advice on how to fix it? I am thinking if I should investigate with an heapdump or if some expert already encountered the problem and it is an easy fix to be done. I am not using solrcloud but legacy standalone so

Changes from 6.2.1 to 8.4.1 BaseDistributedSearchTestCase test failure with group.ngroups=true

2020-03-02 Thread Sergio Bilello
Hello! I am trying to perform an upgrade from solr 6.2.1 to 8.4.1. I was able to fix 99% of the problems related to deprecated API. The only one that I need to figure out is related to BaseDistributedSearchTestCase. So I perform a test case where I group the documents with group.ngroups = true

Re: How to correctly get the value given a DocId

2020-02-28 Thread Sergio Bilello
ecause you can’t do an exact advance to a value that doesn’t > exist. > > > On 28 Feb 2020, at 01:05, Sergio Bilello wrote: > > > > I changed the code to return a default value instead of an exception. In > > case the doc will not be found. > > I would like re

Re: How to correctly get the value given a DocId

2020-02-27 Thread Sergio Bilello
I changed the code to return a default value instead of an exception. In case the doc will not be found. I would like really to understand better why we have such comment in that iterator * Returns the numeric value for the current document ID. * It is illegal > to call this method after {@link