Re: [VOTE] Lucene logo contest, third time's a charm

2020-09-07 Thread Marcus Eagan
(non-binding) B5d, A2 On Mon, Sep 7, 2020 at 8:45 PM Ryan Ernst wrote: > I forgot to vote myself. :) > > (binding) > A1, A2, D > > On Tue, Sep 1, 2020 at 1:21 PM Ryan Ernst wrote: > >> Dear Lucene and Solr developers! >> >> Sorry for the multiple threads. This should be the last one. >> >> In F

Re: [VOTE] Lucene logo contest, third time's a charm

2020-09-07 Thread Ryan Ernst
I forgot to vote myself. :) (binding) A1, A2, D On Tue, Sep 1, 2020 at 1:21 PM Ryan Ernst wrote: > Dear Lucene and Solr developers! > > Sorry for the multiple threads. This should be the last one. > > In February a contest was started to design a new logo for Lucene > [jira-issue]. The initial

Re: Atomic updates, copyField and stored=true

2020-09-07 Thread Erick Erickson
see: SOLR-14838 > On Sep 4, 2020, at 12:49 AM, David Smiley wrote: > > Sounds reasonable to me. I suggest that you try to find which people worked > specifically on the existing restriction at the time RTG came about and ask > them. > > ~ David Smiley > Apache Lucene/Solr Search Developer >

Re: The "supported" way to run gradle -- was: Re: [jira] [Commented] (LUCENE-9495) Ref Guide gradle buildSite ignores version parameter

2020-09-07 Thread Erick Erickson
bq. Yes it's an obvious thing and may be a tedious explanation for experienced Java developers... The tradeoff, though, is that the experienced Java developers then don’t have to answer as many questions on the dev list from people new to the ecosystem. I’ll gladly trade some wordiness in a tex

Fw: Inverse English an digits in Arabic Text

2020-09-07 Thread adeq8
Hi, Could please help to resolve an issue. I upload/index several documents in English and in Arabic languages to SOLR, in addition I use handler for Arabic language:                                             

RE: Tests that use bin/solr?

2020-09-07 Thread Uwe Schindler
It should be part of an integration test suite, only on module "package" after assembly. That's something to setup. Please make sure that it works with any operating system, because we are leaving Java world here (and because of this, don't mix that into default unit tests). Currently we have a

Re: Tests that use bin/solr?

2020-09-07 Thread Ishan Chattopadhyaya
+1 This should be used to write tests for rolling upgrades across different versions. On Mon, 7 Sep, 2020, 12:30 pm Dawid Weiss, wrote: > Just a note - such integration tests should depend on (and consume) > the output of solr/packaging (a ZIP file with fully assembled > package). Then you're re

Re: Tests that use bin/solr?

2020-09-07 Thread Dawid Weiss
Just a note - such integration tests should depend on (and consume) the output of solr/packaging (a ZIP file with fully assembled package). Then you're really sure you're testing the final artifact. Dawid On Mon, Sep 7, 2020 at 7:51 AM David Smiley wrote: > > Do we have any tests that operate on