Re: Join and Sort between 2 collections in Solr 8.9.0 cloud mode

2023-08-08 Thread Alessandro Benedetti
As a community how should we behave with gentlemen that didn't pay their suppliers for their services and then come here? As an Apache Lucene/Solr committer I very commonly use the funds I receive from my clients (for my services) to sponsor my and my colleague's contributions. This company has a

RE: [EXTERNAL] Re: what is SolrAuthV2 and why does it break replication

2023-08-08 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
Yes, and indeed http://[REDACTED]/solr/sequence2_shard1_replica_n1/replication works without password. I have also tried http://[REDACTED]/solr/sequence2/replication which I remember working when I tried it in Solr8 but which does not work in Solr9.2 Have you any other recommendations? -Or

Cannot invoke "org.apache.solr.update.TransactionLog.incref()"

2023-08-08 Thread Mark Hieber
I am seeing this entry in our Solr logs: *Cannot invoke "org.apache.solr.update.TransactionLog.incref()" because "lookupLog" is null* We are running Solr 8.4. (not in Solr cloud mode) full stack trace: org.apache.solr.handler.RequestHandlerBase message java.lang.NullPointerException: Cannot invoke

Re: knn parser not working as expected

2023-08-08 Thread gnandre
Thanks! That was it! The config defType was taking the precedence. After removing that, it started working fine. Shouldn't the parser mentioned in the query take precedence over what is mentioned in the config file? And just one related question, the other config inside this request handler does