Re: [jira] [Created] (LUCENE-9224) RAT report complains about ... rat-report.xml

2020-02-13 Thread Michael Sokolov
I love it. Who watches the watchmen? Apparently the watchmen do. On Thu, Feb 13, 2020, 5:00 PM Chris M. Hostetter (Jira) wrote: > Chris M. Hostetter created LUCENE-9224: > -- > > Summary: RAT report complains about ... rat-report.xml >

Re: Custom Solr Collector

2020-02-13 Thread Kyle Maxwell
You understand the min-visited part. I don’t think the EarlyTerminatingSortingCollector is exactly what we want because we don’t want to sort the query results, just scan the index in roughly sorted order and score normally. Thankfully, a bunch of the features I’ve written custom collectors

Re: Custom Solr Collector

2020-02-13 Thread Tomás Fernández Löbbe
Hi Kyle, For #2, I understand you need this because you want "min-visited-docs", right? Because, for max you could use EarlyTerminatingSortingCollector? (or Lucene's "HitsThresholdChecker", but I don't know if Solr has support for this yet). The "min-visited" would override the "timeAllowed", so

Re: 7.7.3 bugfix release

2020-02-13 Thread Jan Høydahl
I’m afraid I don’t have the bandwidth the next couple of weeks. Jan Høydahl > 13. feb. 2020 kl. 16:27 skrev Noble Paul : > > Do you wish to backport them? > >> On Thu, Feb 13, 2020 at 7:55 PM Jan Høydahl wrote: >> >> According to NVD, there are at least two published CVEs that affects 7.7.2

Custom Solr Collector

2020-02-13 Thread Kyle Maxwell
Hi, Looking to see if there's any appetite for either: 1. Allowing custom collectors as Solr Plugins, or 2. Taking a patch on TimeLimitedCollector to allow it to be doc-limited as well. Motivation: https://medium.com/@kyle.c.maxwell/some-lucene-tuning-t-45d82a9dfd83 TimeLimitedCollector Patch:

Re: 7.7.3 bugfix release

2020-02-13 Thread Noble Paul
Do you wish to backport them? On Thu, Feb 13, 2020 at 7:55 PM Jan Høydahl wrote: > > According to NVD, there are at least two published CVEs that affects 7.7.2 > (CVE-2019-17558 / SOLR-13971 and CVE-2019-0193 / SOLR-13669). We cannot > release 7.7.3 with these still present. > > Jan > > 13.

Re: Maintenance of Solr's official Dockerfile

2020-02-13 Thread Jan Høydahl
I propose we continue to work with the existing docker-solr repo for some time still, until we fully understand how we want to proceed with moving to ASF owned git infra and hub accounts. I feel that some work should have higher priority for now: - Document running Solr on Docker in Ref Guide -

Re: 7.7.3 bugfix release

2020-02-13 Thread Jan Høydahl
According to NVD, there are at least two published CVEs that affects 7.7.2 (CVE-2019-17558 / SOLR-13971 and CVE-2019-0193 / SOLR-13669). We cannot release 7.7.3 with these still present. Jan >