Re: Reference Guide has DRAFT watermark

2021-11-09 Thread Houston Putman
I see it too. Old ref guides can be updated though, it happens every time a patch release is made. On Tue, Nov 9, 2021 at 5:18 PM Mike Drob wrote: > When looking at an 8_10 reference guide, many pages have the DRAFT > watermark on them - e.g. > https://solr.apache.org/guide/8_10/solr-upgrade-no

Reference Guide has DRAFT watermark

2021-11-09 Thread Mike Drob
When looking at an 8_10 reference guide, many pages have the DRAFT watermark on them - e.g. https://solr.apache.org/guide/8_10/solr-upgrade-notes.html Is this my browser caching something or do other people see it too? If this is on the server side, can we update these? We'll have to do this again

Re: SolrJ Tests Failing?

2021-11-09 Thread Jan Høydahl
The ping handler with healthcheckFile was not required for the fix, just convenient to test it manually. So I 'think we're good. Jan > 9. nov. 2021 kl. 17:08 skrev Eric Pugh : > > Would you want to keep that in the tech products, and instead migrate the > test to not use sample_techproducts_co

Re: SolrJ Tests Failing?

2021-11-09 Thread Eric Pugh
Would you want to keep that in the tech products, and instead migrate the test to not use sample_techproducts_config? > On Nov 9, 2021, at 10:58 AM, Jan Høydahl wrote: > > Ah, that's on me. I committed a fix, see > https://issues.apache.org/jira/browse/SOLR-10529 >

Re: SolrJ Tests Failing?

2021-11-09 Thread Jan Høydahl
Ah, that's on me. I committed a fix, see https://issues.apache.org/jira/browse/SOLR-10529 Jan > 9. nov. 2021 kl. 14:54 skrev Eric Pugh : > > I picked one of the hopefully simpler failures: > org.apache.solr.client.solrj.SolrExampleXMLTest.testPingHandler > > I then went back in time by git ch

Re: SolrJ Tests Failing?

2021-11-09 Thread Eric Pugh
I picked one of the hopefully simpler failures: org.apache.solr.client.solrj.SolrExampleXMLTest.testPingHandler I then went back in time by git checkout and I believe it was introduced by df70f902fb9a1fd2d2069641611efcdf353dc7c4, which is SOLR-10529: Solr UI Health Check enable/disable ping Bu

SolrJ Tests Failing?

2021-11-09 Thread Eric Pugh
Hi all…. Last night I merged some code (f589607e700a94544fc546f5d641b5bfd695f32b) , and then received a message from Github that the SolrJ tests had failed: https://github.com/apache/solr/actions/runs/1436978925 This morning I went to the previous commit point from f589607e700a94544fc546f5d6

Re: Boost query with phrase slop

2021-11-09 Thread Alessandro Benedetti
You could use the dismax (or edismax) query parser along with the phrase boosting parameters: 1) https://solr.apache.org/guide/8_10/the-dismax-query-parser.html#pf-phrase-fields-parameter 2) https://solr.apache.org/guide/8_10/the-dismax-query-parser.html#ps-phrase-slop-parameter Using the defaul

Re: 8.11 release candidate

2021-11-09 Thread Adrien Grand
The Solr change has been merged. There's a good bugfix for concurrent search that has been approved: https://github.com/apache/lucene/pull/431, so I'll wait for this one to be merged to branch_8_11 and I'll resume building a release candidate. On Fri, Nov 5, 2021 at 2:35 PM Adrien Grand wrote: >