[GitHub] [lucene-solr] dweiss commented on issue #1164: SOLR-12930: Create developer docs in source repo

2020-01-14 Thread GitBox
dweiss commented on issue #1164: SOLR-12930: Create developer docs in source repo URL: https://github.com/apache/lucene-solr/pull/1164#issuecomment-574072794 The gradle branch has a number of guide-style txt files under top-level help/ folder. I don't know how this fits with this proposal?

[GitHub] [lucene-solr] dweiss commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes

2020-01-14 Thread GitBox
dweiss commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes URL: https://github.com/apache/lucene-solr/pull/1163#issuecomment-574074888 You assume a single "git" but there are multiple versions of the tool and even multiple implementations (jgit, for exam

[GitHub] [lucene-solr] dweiss commented on issue #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
dweiss commented on issue #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#issuecomment-574079514 To be honest I would prefer not to add those license headers to build files, unless it's a requirement of apache legal -- this would have to be verified.

[GitHub] [lucene-solr] dweiss commented on issue #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
dweiss commented on issue #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#issuecomment-574082560 bq. One other question of best practices - do we want all the project exclusions in a central rat.gradle file, or spread out and local to each project?

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
dweiss commented on a change in pull request #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r366229880 ## File path: gradle/validation/rat-sources.gradle ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Software Foundati

[jira] [Updated] (LUCENE-8615) Can LatLonShape's tessellator create more search-efficient triangles?

2020-01-14 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-8615: - Attachment: screenshot-1.png > Can LatLonShape's tessellator create more search-efficient triang

[jira] [Commented] (LUCENE-8615) Can LatLonShape's tessellator create more search-efficient triangles?

2020-01-14 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014971#comment-17014971 ] Ignacio Vera commented on LUCENE-8615: -- Here is an idea. We currently have the foll

[GitHub] [lucene-solr] sarkaramrit2 opened a new pull request #1167: SOLR-13845: DELETEREPLICA API by count and type

2020-01-14 Thread GitBox
sarkaramrit2 opened a new pull request #1167: SOLR-13845: DELETEREPLICA API by count and type URL: https://github.com/apache/lucene-solr/pull/1167 # Description Please provide a short description of the changes you're making with this pull request. # Solution

[jira] [Commented] (SOLR-13845) DELETEREPLICA API by "count" and "type"

2020-01-14 Thread Amrit Sarkar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014987#comment-17014987 ] Amrit Sarkar commented on SOLR-13845: - Generated PR request with the latest code, and

[jira] [Updated] (LUCENE-9117) RamUsageEstimator hangs with AOT compilation

2020-01-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9117: Attachment: LUCENE-9117.patch > RamUsageEstimator hangs with AOT compilation > ---

[jira] [Commented] (LUCENE-9117) RamUsageEstimator hangs with AOT compilation

2020-01-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015019#comment-17015019 ] Dawid Weiss commented on LUCENE-9117: - The AOT compiler is indeed pretty clever at o

[GitHub] [lucene-solr] gerlowskija commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes

2020-01-14 Thread GitBox
gerlowskija commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes URL: https://github.com/apache/lucene-solr/pull/1163#issuecomment-574142361 > I thought it was git itself that enforces gitattributes, not 3rd party tools. That's what I thought too. Wha

[GitHub] [lucene-solr] gerlowskija edited a comment on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes

2020-01-14 Thread GitBox
gerlowskija edited a comment on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes URL: https://github.com/apache/lucene-solr/pull/1163#issuecomment-574142361 > I thought it was git itself that enforces gitattributes, not 3rd party tools. That's what I though

[GitHub] [lucene-solr] a-siuniaev commented on a change in pull request #1161: SOLR-12325 Added uniqueBlockQuery(parent:true) aggregation for JSON Facet

2020-01-14 Thread GitBox
a-siuniaev commented on a change in pull request #1161: SOLR-12325 Added uniqueBlockQuery(parent:true) aggregation for JSON Facet URL: https://github.com/apache/lucene-solr/pull/1161#discussion_r366312200 ## File path: solr/core/src/java/org/apache/solr/search/ValueSourceParser.java

[GitHub] [lucene-solr] a-siuniaev commented on a change in pull request #1161: SOLR-12325 Added uniqueBlockQuery(parent:true) aggregation for JSON Facet

2020-01-14 Thread GitBox
a-siuniaev commented on a change in pull request #1161: SOLR-12325 Added uniqueBlockQuery(parent:true) aggregation for JSON Facet URL: https://github.com/apache/lucene-solr/pull/1161#discussion_r366312261 ## File path: solr/core/src/java/org/apache/solr/search/facet/UniqueBlockQuer

[jira] [Commented] (SOLR-14184) replace DirectUpdateHandler2.commitOnClose with something in TestInjection

2020-01-14 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015060#comment-17015060 ] Lucene/Solr QA commented on SOLR-14184: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Commented] (LUCENE-9117) RamUsageEstimator hangs with AOT compilation

2020-01-14 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015082#comment-17015082 ] Adrien Grand commented on LUCENE-9117: -- +1 > RamUsageEstimator hangs with AOT comp

[GitHub] [lucene-solr] ctargett commented on issue #1164: SOLR-12930: Create developer docs in source repo

2020-01-14 Thread GitBox
ctargett commented on issue #1164: SOLR-12930: Create developer docs in source repo URL: https://github.com/apache/lucene-solr/pull/1164#issuecomment-574181698 > The gradle branch has a number of guide-style txt files under top-level help/ folder. I don't know how this fits with this propo

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-01-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015114#comment-17015114 ] David Smiley commented on SOLR-14040: - Added PR with details. > solr.xml shareSchema

[jira] [Assigned] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-01-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-14040: --- Assignee: David Smiley > solr.xml shareSchema does not work in SolrCloud > -

[jira] [Commented] (LUCENE-9117) RamUsageEstimator hangs with AOT compilation

2020-01-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015142#comment-17015142 ] Dawid Weiss commented on LUCENE-9117: - Thanks. I'll prepare a pull request, test and

[jira] [Commented] (LUCENE-9117) RamUsageEstimator hangs with AOT compilation

2020-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015146#comment-17015146 ] ASF subversion and git services commented on LUCENE-9117: - Commi

[jira] [Commented] (LUCENE-9117) RamUsageEstimator hangs with AOT compilation

2020-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015152#comment-17015152 ] ASF subversion and git services commented on LUCENE-9117: - Commi

[GitHub] [lucene-solr] risdenk commented on a change in pull request #1152: SOLR-14172: Collection metadata remains in zookeeper if too many shards requested

2020-01-14 Thread GitBox
risdenk commented on a change in pull request #1152: SOLR-14172: Collection metadata remains in zookeeper if too many shards requested URL: https://github.com/apache/lucene-solr/pull/1152#discussion_r366413865 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/C

[jira] [Created] (LUCENE-9135) UniformSplit FieldMetadata counters should all be long

2020-01-14 Thread Bruno Roustant (Jira)
Bruno Roustant created LUCENE-9135: -- Summary: UniformSplit FieldMetadata counters should all be long Key: LUCENE-9135 URL: https://issues.apache.org/jira/browse/LUCENE-9135 Project: Lucene - Core

[GitHub] [lucene-solr] bruno-roustant opened a new pull request #1168: LUCENE-9135: Make uniformsplit.FieldMetadata counters long.

2020-01-14 Thread GitBox
bruno-roustant opened a new pull request #1168: LUCENE-9135: Make uniformsplit.FieldMetadata counters long. URL: https://github.com/apache/lucene-solr/pull/1168 This is an automated message from the Apache Git Service. To re

[jira] [Assigned] (LUCENE-9134) Port ant-regenerate tasks to Gradle build

2020-01-14 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson reassigned LUCENE-9134: -- Assignee: Erick Erickson > Port ant-regenerate tasks to Gradle build > --

[jira] [Created] (LUCENE-9136) Add delete action for HNSW and fix merger when segments contain deleted vectors

2020-01-14 Thread Xin-Chun Zhang (Jira)
Xin-Chun Zhang created LUCENE-9136: -- Summary: Add delete action for HNSW and fix merger when segments contain deleted vectors Key: LUCENE-9136 URL: https://issues.apache.org/jira/browse/LUCENE-9136 P

[jira] [Updated] (LUCENE-9136) Add delete action for HNSW and fix merger when segments contain deleted vectors

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: This issue is  > Add delete action for HNSW and fix merger when segments contai

[jira] [Created] (LUCENE-9137) Broken link 'Change log' for 8.4.1 on https://lucene.apache.org/core/downloads.html

2020-01-14 Thread Sebb (Jira)
Sebb created LUCENE-9137: Summary: Broken link 'Change log' for 8.4.1 on https://lucene.apache.org/core/downloads.html Key: LUCENE-9137 URL: https://issues.apache.org/jira/browse/LUCENE-9137 Project: Lucene -

[GitHub] [lucene-solr] irvingzhang opened a new pull request #1169: LUCENE-9004: A minor feature and patch -- support deleting vector values and fix segments merging

2020-01-14 Thread GitBox
irvingzhang opened a new pull request #1169: LUCENE-9004: A minor feature and patch -- support deleting vector values and fix segments merging URL: https://github.com/apache/lucene-solr/pull/1169 I think this commit belongs to this issue (https://issues.apache.org/jira/browse/LUCENE-9004).

[GitHub] [lucene-solr] nknize commented on a change in pull request #762: LUCENE-8903: Add LatLonShape point query

2020-01-14 Thread GitBox
nknize commented on a change in pull request #762: LUCENE-8903: Add LatLonShape point query URL: https://github.com/apache/lucene-solr/pull/762#discussion_r301264563 ## File path: lucene/sandbox/src/java/org/apache/lucene/document/LatLonShapePointQuery.java ## @@ -0,0 +1,

[GitHub] [lucene-solr] madrob commented on a change in pull request #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
madrob commented on a change in pull request #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r366524386 ## File path: gradle/validation/rat-sources.gradle ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Software Foundati

[jira] [Commented] (LUCENE-9125) Improve Automaton.step() with binary search and introduce Automaton.next()

2020-01-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015341#comment-17015341 ] David Smiley commented on LUCENE-9125: -- [~broustant] could you please post lucene-u

[jira] [Created] (SOLR-14187) SolrJ async admin request helpers don't work with per-request based authentication

2020-01-14 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-14187: - Summary: SolrJ async admin request helpers don't work with per-request based authentication Key: SOLR-14187 URL: https://issues.apache.org/jira/browse/SOLR-14187

[GitHub] [lucene-solr] madrob commented on issue #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
madrob commented on issue #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#issuecomment-574409798 One final round of updates: * I moved the java plugin check to inside of the task and verified that the other projects would actually get called/fail wi

[GitHub] [lucene-solr] madrob commented on issue #1042: LUCENE-9068: Build FuzzyQuery automata up-front

2020-01-14 Thread GitBox
madrob commented on issue #1042: LUCENE-9068: Build FuzzyQuery automata up-front URL: https://github.com/apache/lucene-solr/pull/1042#issuecomment-574415386 LGTM after precommit comes back happy. This is an automated message f

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat for ANN similarity search

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Summary: Introduce IVFFlat for ANN similarity search (was: Add delete action for HNSW and f

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat for ANN similarity search

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: (was: This issue is ) Issue Type: New Feature (was: Bug) > Introduce

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat for ANN similarity search

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: Representation learning (RL) has been an established discipline in the machine

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat for ANN similarity search

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: Representation learning (RL) has been an established discipline in the machine

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat for ANN similarity search

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: Representation learning (RL) has been an established discipline in the machine

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat for ANN similarity search

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: Representation learning (RL) has been an established discipline in the machine

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat for ANN similarity search

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: Representation learning (RL) has been an established discipline in the machine

[jira] [Updated] (LUCENE-9136) Introduce IVFFlat for ANN similarity search

2020-01-14 Thread Xin-Chun Zhang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin-Chun Zhang updated LUCENE-9136: --- Description: Representation learning (RL) has been an established discipline in the machine

[jira] [Commented] (LUCENE-9134) Port ant-regenerate tasks to Gradle build

2020-01-14 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015608#comment-17015608 ] Erick Erickson commented on LUCENE-9134: OK, bear with me, I'm finally getting m

[jira] [Updated] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-14 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuaki Hiraga updated LUCENE-9123: --- Attachment: LUCENE-9123_revised.patch > JapaneseTokenizer with search mode doesn't work with

[jira] [Commented] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-01-14 Thread Kazuaki Hiraga (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015612#comment-17015612 ] Kazuaki Hiraga commented on LUCENE-9123: Hello [~tomoko], Please find an attache

[jira] [Commented] (SOLR-12490) Introducing json.queries was:Query DSL supports for further referring and exclusion in JSON facets

2020-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015650#comment-17015650 ] ASF subversion and git services commented on SOLR-12490: Commit 5

[jira] [Commented] (SOLR-12490) Introducing json.queries was:Query DSL supports for further referring and exclusion in JSON facets

2020-01-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015659#comment-17015659 ] ASF subversion and git services commented on SOLR-12490: Commit c

[jira] [Resolved] (SOLR-12490) Introducing json.queries was:Query DSL supports for further referring and exclusion in JSON facets

2020-01-14 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-12490. - Resolution: Fixed > Introducing json.queries was:Query DSL supports for further referring

[jira] [Commented] (SOLR-9683) include/exclude filters by tag

2020-01-14 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015663#comment-17015663 ] Mikhail Khludnev commented on SOLR-9683: Ok. We had an filter exclusion before. No

[GitHub] [lucene-solr] mkhludnev commented on a change in pull request #1161: SOLR-12325 Added uniqueBlockQuery(parent:true) aggregation for JSON Facet

2020-01-14 Thread GitBox
mkhludnev commented on a change in pull request #1161: SOLR-12325 Added uniqueBlockQuery(parent:true) aggregation for JSON Facet URL: https://github.com/apache/lucene-solr/pull/1161#discussion_r366721270 ## File path: solr/core/src/java/org/apache/solr/search/FunctionQParser.java #

[GitHub] [lucene-solr] mkhludnev commented on a change in pull request #1161: SOLR-12325 Added uniqueBlockQuery(parent:true) aggregation for JSON Facet

2020-01-14 Thread GitBox
mkhludnev commented on a change in pull request #1161: SOLR-12325 Added uniqueBlockQuery(parent:true) aggregation for JSON Facet URL: https://github.com/apache/lucene-solr/pull/1161#discussion_r366721693 ## File path: solr/core/src/java/org/apache/solr/search/facet/UniqueBlockField

[GitHub] [lucene-solr] dweiss commented on issue #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
dweiss commented on issue #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#issuecomment-574539229 Thanks Mike. I'll merge it in today. I actually looked at apache rat sources yesterday -- they are indeed riddled with encoding issues (writer on top of p

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
dweiss commented on a change in pull request #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r366733855 ## File path: gradle/validation/rat-sources.gradle ## @@ -0,0 +1,266 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
dweiss commented on a change in pull request #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r366734202 ## File path: gradle/validation/rat-sources.gradle ## @@ -0,0 +1,266 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
dweiss commented on a change in pull request #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r366734419 ## File path: gradle/validation/rat-sources.gradle ## @@ -0,0 +1,266 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1157: Add RAT check using Gradle

2020-01-14 Thread GitBox
dweiss commented on a change in pull request #1157: Add RAT check using Gradle URL: https://github.com/apache/lucene-solr/pull/1157#discussion_r366734889 ## File path: versions.props ## @@ -72,6 +72,7 @@ org.apache.opennlp:opennlp-tools=1.9.1 org.apache.pdfbox:*=2.0.17 or