Hello Team,
Recently we have started upgrading our Lucene core libraries to version
8.7.0 from v2.9.4.
Some of our tests started failing which were searching on a keyword in the
format 'abc-def_1-2014'.
In v2.9.4 this was parsed into a Phrase query with 3 terms "abc", "def_1"
and "2014" respecti
Hello Team,
Recently we have started upgrading our Lucene core libraries to version
8.7.0 from v2.9.4.
Some of our tests started failing which were searching on a keyword in the
format 'abc-def_1-2014'.
In v2.9.4 this was parsed into a Phrase query with 3 terms "abc", "def_1"
and "2014" respecti
It wasn't as much of an oversight as lack of knowledge how to deal
with it. I personally think the source distribution should be
equivalent to a clean git checkout. If this works for you then things
are relatively simple and I can do it.
Dawid
On Wed, Feb 3, 2021 at 1:30 AM Chris Hostetter wrote
There’s a ton of discussion on
https://issues.apache.org/jira/browse/SOLR-15122, feel free to annotate it
if you feel that isn’t moving fast enough.
On Tue, Feb 2, 2021 at 8:35 PM David Smiley wrote:
> This test, ClusterEventProducerTest, has been failing over 20% of the
> time. Is anyone worki
This test, ClusterEventProducerTest, has been failing over 20% of the
time. Is anyone working on fixing it? Andrzej? It should be BadApple'd
ASAP if it won't be fixed soon.
http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.cluster.events.ClusterE
thinking about how we (want to) build solr docker containers moving
forward (SOLR-15102) lead me to realize that on the mster branch, there
doesn't seem to be any logic to build the "*-src.tgz" files.
On branch_8x "ant package" in both the lucene & solr directories handles
this by delegatio