Uwe: Any idea what might have changed on your jenkins box ~2 weeks ago
that start causing so many failures from TestRecovery & TestRecoveryHdfs ?
We don't seem to be getting any failures from the ASF jenkins box on these
tests, and (some of) the seeds ('ve tried) don't reproduce for me locally
The use cases that are important to me for my specific needs.
Generate a query string that can be passed to SolrJ's SolrQuery(String q).
During query generation the properties of the query can be manipulated.
For example:
title:"pink panther"^2 could be manipulated to be something different suc
For those trying Java 21 with Solr, if you find the performance to be
bad then try setting
-Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false
This made a huge difference for me on our Solr nodes at work.
I filed the following ticket to Solr that ought to avoid the JDK
performance r
> What palantir-consistent-versions did (always taking the ceiling) is
easier but less transparent,
I am for transparency too, I had enough troubleshooting sessions for fixing
something that I couldn't see.
What I also found is that there are some difficulties in keeping the
constraints clean the
I'm not sure I understand what it means to "support" the JSON request API
in solrj. Solrj is a Java interface. It should represent things in a manner
natural for java, and not tightly bound to any format. Solrj probably
should be better documented in the ref guide (solrj examples alongside the
v1 a
Thanks; I filed https://issues.apache.org/jira/browse/SOLR-17414
On Tue, Aug 20, 2024 at 2:56 PM Ishan Chattopadhyaya
wrote:
>
> Thanks, I'll take a look.
>
> On Tue, 20 Aug, 2024, 11:22 pm David Smiley, wrote:
>
> > Since the new multiThreaded search feature landed, I see a new test
> > failure
I did not use the term "legacy" to suggest we remove it. No no. Just in lack of
better name. Guess it could also be called http-parameter-request-api/dsl or
localparam-dsl, as opposed to JSON-request-api/dsl. "Lucene query string" is in
my mind the "+foo -(bar baz)~2" string, while our Solr quer