Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-20 Thread Mike Drob
That was a bad backport from main, and I was mainly paying attention to the main jenkins tests. Apologies about that oversight. Please see PR https://github.com/apache/lucene-solr/pull/2578 On Mon, Sep 20, 2021 at 2:21 PM Uwe Schindler wrote: > Hi, > > This test also fails on Jenkins all the

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-20 Thread Uwe Schindler
Hi, This test also fails on Jenkins all the time. In all branches and on all platforms. All the time, it's definitely a regression. Uwe Am 20. September 2021 19:13:56 UTC schrieb Timothy Potter : >Started building the RC1 again today and the smoke tester failed. The >culprit was:

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-20 Thread Timothy Potter
Started building the RC1 again today and the smoke tester failed. The culprit was: org.apache.solr.search.TestFiltering.testRandomFiltering Re-ran that test from the RC checkout and it failed again: [junit4] 2> 5490 ERROR (TEST-TestFiltering.testRandomFiltering-seed#[9A85A1D74D8AACF9]) [ ]

Re: Accessibility of QueryParserBase::handleBareFuzzy

2021-09-20 Thread Alan Woodward
Hi Chris, The difference between the elasticsearch query parser and the built-in lucene one appears to be based around how they parse fuzziness, so I think the best solution here is to add another protected method, something like this: protected float parseFuzzyDistance(String input, float

Accessibility of QueryParserBase::handleBareFuzzy

2021-09-20 Thread Chris Hegarty
Hi, In an effort to prepare Elasticsearch for modularization, we are investigating and eliminating split packages. The situation has improved through recent refactoring in Lucene 9.0 [1], but a number of split packages still remain. This message identifies one such so that it can be discussed in

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Nhat Nguyen
+1 On Mon, Sep 20, 2021 at 8:41 AM Michael Sokolov wrote: > I agree, it's friendlier with the same basic message. > > On Mon, Sep 20, 2021 at 8:25 AM Jan Høydahl wrote: > > > > +1 > > > > Jan > > > > > 20. sep. 2021 kl. 10:32 skrev Adrien Grand : > > > > > > Hello, > > > > > > Jira gives the

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Michael Sokolov
I agree, it's friendlier with the same basic message. On Mon, Sep 20, 2021 at 8:25 AM Jan Høydahl wrote: > > +1 > > Jan > > > 20. sep. 2021 kl. 10:32 skrev Adrien Grand : > > > > Hello, > > > > Jira gives the following note when opening an issue: > > > > ``` > > This project has a user mailing

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Jan Høydahl
+1 Jan > 20. sep. 2021 kl. 10:32 skrev Adrien Grand : > > Hello, > > Jira gives the following note when opening an issue: > > ``` > This project has a user mailing list and an IRC channel for support. Please > ensure that you have discussed your problem using one of those resources > BEFORE

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Alexandre Rafalovitch
+1. Ideally, the final version could still be several shorter sentences. To avoid needing to be a programmer to parse the deeply nested, if totally logical, structure. On Mon., Sep. 20, 2021, 4:33 a.m. Adrien Grand, wrote: > Hello, > > Jira gives the following note when opening an issue: > >

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Michael McCandless
+1 Mike On Mon, Sep 20, 2021 at 4:59 AM Uwe Schindler wrote: > This is a good idea! > > Uwe > > > Am 20. September 2021 08:51:16 UTC schrieb Ignacio Vera >: >> >> +1 >> >> On Mon, Sep 20, 2021 at 10:47 AM Ishan Chattopadhyaya < >> ichattopadhy...@gmail.com> wrote: >> >>> +1 >>> >>> On Mon, 20

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Uwe Schindler
This is a good idea! Uwe Am 20. September 2021 08:51:16 UTC schrieb Ignacio Vera : >+1 > >On Mon, Sep 20, 2021 at 10:47 AM Ishan Chattopadhyaya < >ichattopadhy...@gmail.com> wrote: > >> +1 >> >> On Mon, 20 Sep, 2021, 12:33 pm Adrien Grand, wrote: >> >>> Hello, >>> >>> Jira gives the following

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Ignacio Vera
+1 On Mon, Sep 20, 2021 at 10:47 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > +1 > > On Mon, 20 Sep, 2021, 12:33 pm Adrien Grand, wrote: > >> Hello, >> >> Jira gives the following note when opening an issue: >> >> ``` >> This project has a user mailing list and an IRC channel

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Ishan Chattopadhyaya
+1 On Mon, 20 Sep, 2021, 12:33 pm Adrien Grand, wrote: > Hello, > > Jira gives the following note when opening an issue: > > ``` > This project has a user mailing list and an IRC channel for support. > Please ensure that you have discussed your problem using one of those > resources BEFORE

Soften Jira's note when opening new issues?

2021-09-20 Thread Adrien Grand
Hello, Jira gives the following note when opening an issue: ``` This project has a user mailing list and an IRC channel for support. Please ensure that you have discussed your problem using one of those resources BEFORE creating this ticket. ``` This can be quite intimidating for someone who