Re: Solr Admin UI Refresh 2020

2020-04-08 Thread Marcus Eagan
Thanks again Gus. Lots of people indeed misuse REST so we could go on and on about whether requests are stateless or not in another thread. Let's spare the group. I think most everyone on this channel would be in agreement with you on separate app. I'll be opening a new ticket and a PR that will

Re: Contribution

2020-04-08 Thread Erick Erickson
Thanks! Certainly create a fork, raise a JIRA, and create a pull request linked to that JIRA. Don’t worry too much about getting it all right the first time, we’ll help. From there, tests are the first priority. As far as docs are concerned, Java docs are first priority and adding a brief

Re: Contribution

2020-04-08 Thread yeikel valdes
You can start by reading the current guide and email us back if you have questions: https://cwiki.apache.org/confluence/display/LUCENE/HowToContribute On Wed, 08 Apr 2020 16:57:18 -0400 dragan.ivano...@uns.ac.rs wrote Dear all, My colleague and myself developed snowball stemmer

Contribution

2020-04-08 Thread Dragan Ivanovic
Dear all, My colleague and myself developed snowball stemmer for Serbian language recently: https://github.com/snowballstem/snowball/blob/master/algorithms/serbian.sb https://snowballstem.org/algorithms/serbian/stemmer.html We have a Serbian Lucene analyzer developed on top of that stemmer,

Re: [VOTE] Release Lucene/Solr 8.5.1 RC1

2020-04-08 Thread Nhat Nguyen
+1 SUCCESS! [0:52:20.920081] On Wed, Apr 8, 2020 at 6:31 AM Ignacio Vera wrote: > > Please vote for release candidate 1 for Lucene/Solr 8.5.1 > > > The artifacts can be downloaded from: > > >

Re: Solr Admin UI Refresh 2020

2020-04-08 Thread Gus Heck
While running it in an external node does ensure separability, I don't think it does a good job of addressing my other point of not needing to manage a 3rd server. It's still a server if it's started by java, and one still has to ensure it exists, and it will be extra hard to figure out how to

Re: Welcome Eric Pugh as a Lucene/Solr committer

2020-04-08 Thread Namgyu Kim
Congrats and welcome, Eric! :D On Wed, Apr 8, 2020 at 9:44 AM Gus Heck wrote: > Congratulations! :) Welcome > > On Tue, Apr 7, 2020 at 5:03 PM Doug Turnbull < > dturnb...@opensourceconnections.com> wrote: > >> Eric, great work! Congrats! >> >> Yes we need to see a pic of that quilt... ;) >> >>

[VOTE] Release Lucene/Solr 8.5.1 RC1

2020-04-08 Thread Ignacio Vera
Please vote for release candidate 1 for Lucene/Solr 8.5.1 The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.5.1-RC1-revedb9fc409398f2c3446883f9f80595c884d245d0 You can run the smoke tester directly with this command: python3 -u

Re: Solr Admin UI Refresh 2020

2020-04-08 Thread Ishan Chattopadhyaya
I don't think *we* should build a UI. Moreover, I think we shouldn't keep the current UI. The reason I say this is because as a community we don't have UI expertise. Hence, I don't want us to support a UI that can break over time as we add/deprecate/update our features without being able to fix

Re: Solr Admin UI Refresh 2020

2020-04-08 Thread Marcus Eagan
wrote: > > At the risk of displaying my ignorance for the current state of the art in > front-end dev/tech: > Why would we need a Node.js backend or any backend for that matter if this > is purely a browser front-end based UI that will be deployed? I'm aware > there needs to be a webserver of