Re: Proposal to pin the Lucene snapshot version on main

2021-05-06 Thread Uwe Schindler
Hi Cassandra. Sure, We can create a job on ASF Jenkins that is only manually triggered. It builds the maven artifacts into a local file system repo. As post build job we publish the output folder on nighties repo like the ref guide. The version number is passed as -DreleaseVersion system propert

Re: luceneMatchVersion and Version classes in Solr 9.0 and beyond

2021-05-06 Thread David Smiley
Thanks for raising this. I'm not aware of WIP. I think we can create a "SolrVersion" class, copying the approach Lucene has taken? The SolrVersion can have access to the Lucene Version, since Solr is dependent on Lucene. Another related issue is that I think Solr should do away with the schema

Re: Proposal to pin the Lucene snapshot version on main

2021-05-06 Thread Cassandra Targett
It could be a manual process if that’s what you think is easiest and it could still be on nightlies. It’s just a curl command to push something up:  https://nightlies.apache.org/authoring.html. If it is a manual process, I think it would be better for it to be hosted in a place any of us could ac

[Operator] [ANNOUNCE] Apache Solr Operator v0.3.0 released

2021-05-06 Thread Houston Putman
The Solr PMC is pleased to announce the release of the Apache Solr Operator v0.3.0. The Apache Solr Operator is a safe and easy way of managing a Solr ecosystem in Kubernetes. This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The relea

Re: Proposal to pin the Lucene snapshot version on main

2021-05-06 Thread David Smiley
I asked on the Lucene dev list about possible use of the Nightlies server. We don't want to pollute nightlies on a regular basis (I think); this would be an on-demand thing. As such, I'm not sure a CI server is the best way to approach this vs a manual script publishing to an ASF personal Home spa

luceneMatchVersion and Version classes in Solr 9.0 and beyond

2021-05-06 Thread Jan Høydahl
Hi, So far Solr has always had the same version as Lucene, so we have tons of places in our code that checks the org.apache.lucene.util.Version class. Going forward we'll soon end up in a situation where we e.g. release Solr x on top of Lucene y. Some places we ne need to continue checking on L