[jira] [Commented] (LUCENE-9560) Position aware TermQuery

2020-10-05 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17207906#comment-17207906 ] Alan Woodward commented on LUCENE-9560: --- Interval queries should already allow you

[GitHub] [lucene-solr] mocobeta commented on pull request #1946: LUCENE-9558: Clean up package name conflicts for analyzers-icu.

2020-10-05 Thread GitBox
mocobeta commented on pull request #1946: URL: https://github.com/apache/lucene-solr/pull/1946#issuecomment-703493569 > BTW I stumbled on this split-package javadoc issue trying to add some utilities in lucene/misc/src/java/org/apache/lucene/util/hnsw - I guess I won't do that, but I wonde

[GitHub] [lucene-solr] mocobeta edited a comment on pull request #1946: LUCENE-9558: Clean up package name conflicts for analyzers-icu.

2020-10-05 Thread GitBox
mocobeta edited a comment on pull request #1946: URL: https://github.com/apache/lucene-solr/pull/1946#issuecomment-703493569 > BTW I stumbled on this split-package javadoc issue trying to add some utilities in lucene/misc/src/java/org/apache/lucene/util/hnsw - I guess I won't do that, but

[jira] [Commented] (LUCENE-9558) Clean up package name conflicts for analyzers-icu module

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

[GitHub] [lucene-solr] mocobeta merged pull request #1946: LUCENE-9558: Clean up package name conflicts for analyzers-icu.

2020-10-05 Thread GitBox
mocobeta merged pull request #1946: URL: https://github.com/apache/lucene-solr/pull/1946 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[jira] [Resolved] (LUCENE-9558) Clean up package name conflicts for analyzers-icu module

2020-10-05 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-9558. --- Fix Version/s: master (9.0) Resolution: Fixed > Clean up package name conflicts for a

[GitHub] [lucene-solr] iverase commented on pull request #1907: LUCENE-9538: Detect polygon self-intersections in the Tessellator

2020-10-05 Thread GitBox
iverase commented on pull request #1907: URL: https://github.com/apache/lucene-solr/pull/1907#issuecomment-703526645 Performance test shows a small impact in indexing performance: ``` Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| ||Dev||Base||Diff

[jira] [Commented] (LUCENE-9560) Position aware TermQuery

2020-10-05 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17207983#comment-17207983 ] Michael McCandless commented on LUCENE-9560: +1 to make this simpler.  The c

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1937: LUCENE-9541 ConjunctionDISI sub-iterators check

2020-10-05 Thread GitBox
mayya-sharipova commented on a change in pull request #1937: URL: https://github.com/apache/lucene-solr/pull/1937#discussion_r499499532 ## File path: lucene/core/src/test/org/apache/lucene/search/TestConjunctionDISI.java ## @@ -391,4 +391,20 @@ public void testCollapseSubConju

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #1937: LUCENE-9541 ConjunctionDISI sub-iterators check

2020-10-05 Thread GitBox
mayya-sharipova commented on a change in pull request #1937: URL: https://github.com/apache/lucene-solr/pull/1937#discussion_r499499632 ## File path: lucene/core/src/test/org/apache/lucene/search/TestConjunctionDISI.java ## @@ -391,4 +391,20 @@ public void testCollapseSubConju

[jira] [Updated] (LUCENE-9541) Ensure sub-iterators of ConjunctionDISI are on the same document

2020-10-05 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mayya Sharipova updated LUCENE-9541: Summary: Ensure sub-iterators of ConjunctionDISI are on the same document (was: BitSetCon

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
mikemccand commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r499232347 ## File path: .dir-locals.el ## @@ -0,0 +1,3 @@ +;; set up Lucene style for emacs +((java-mode . ((c-basic-offset . 2 Review comment: W

[jira] [Commented] (LUCENE-9541) Ensure sub-iterators of ConjunctionDISI are on the same document

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

[jira] [Commented] (LUCENE-9541) Ensure sub-iterators of ConjunctionDISI are on the same document

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

[GitHub] [lucene-solr] mayya-sharipova merged pull request #1937: LUCENE-9541 ConjunctionDISI sub-iterators check

2020-10-05 Thread GitBox
mayya-sharipova merged pull request #1937: URL: https://github.com/apache/lucene-solr/pull/1937 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [lucene-solr] gezapeti opened a new pull request #1947: SOLR-14887 Upgrade JQuery to 3.5.1

2020-10-05 Thread GitBox
gezapeti opened a new pull request #1947: URL: https://github.com/apache/lucene-solr/pull/1947 # Description The Solr admin UI currently uses JQuery 3.4.1 (SOLR-14209). JQuery 3.5.1 is out and addresses some security vulnerabilities. It would be good to upgrade. # Solution

[jira] [Commented] (SOLR-14887) Upgrade JQuery to 3.5.1

2020-10-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208102#comment-17208102 ] Gézapeti commented on SOLR-14887: - I've found a reference to jquery 2.1.3 in our owasp ch

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1921: SOLR-14829: Improve documentation for Request Handlers in RefGuide and solrconfig.xml

2020-10-05 Thread GitBox
dsmiley commented on a change in pull request #1921: URL: https://github.com/apache/lucene-solr/pull/1921#discussion_r499647440 ## File path: solr/solr-ref-guide/src/common-query-parameters.adoc ## @@ -307,11 +307,13 @@ The `echoParams` parameter controls what information abou

[GitHub] [lucene-solr] arafalov commented on a change in pull request #1921: SOLR-14829: Improve documentation for Request Handlers in RefGuide and solrconfig.xml

2020-10-05 Thread GitBox
arafalov commented on a change in pull request #1921: URL: https://github.com/apache/lucene-solr/pull/1921#discussion_r499658300 ## File path: solr/solr-ref-guide/src/common-query-parameters.adoc ## @@ -307,11 +307,13 @@ The `echoParams` parameter controls what information abo

[jira] [Commented] (LUCENE-9541) Ensure sub-iterators of ConjunctionDISI are on the same document

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

[GitHub] [lucene-solr] madrob edited a comment on pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
madrob edited a comment on pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-703715598 > Are we sure we need dependency at all. I would have assumed that Gradle has it already. Gradle has a shaded commons codec that we can use - `org.gradle.intern

[GitHub] [lucene-solr] madrob commented on pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
madrob commented on pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-703715598 > Are we sure we need dependency at all. I would have assumed that Gradle has it already. Gradle has a shaded commons codec that we can use - `org.gradle.internal.impl

[GitHub] [lucene-solr] dweiss commented on pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
dweiss commented on pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-703718577 Yup, don't use internal* - not a good idea. As for gradle API - I don't think it'll be easy to apply forbidden APIs here? ---

[GitHub] [lucene-solr] uschindler commented on pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-703723514 You can apply forbiddenapis to groovy or gradle code. But for that you need to have everything compiled to build-src./build/classes With adhoc scripts it wont work. ---

[jira] [Created] (SOLR-14913) Including non-existing field in edismax field alias breaks parsing of boolean query

2020-10-05 Thread Johannes Baiter (Jira)
Johannes Baiter created SOLR-14913: -- Summary: Including non-existing field in edismax field alias breaks parsing of boolean query Key: SOLR-14913 URL: https://issues.apache.org/jira/browse/SOLR-14913

[jira] [Updated] (SOLR-14913) Including non-existing field in edismax field alias breaks parsing of boolean query

2020-10-05 Thread Johannes Baiter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Baiter updated SOLR-14913: --- Description: When including a non-existing field in a {{f..qf}} field alias, boolean queries

[GitHub] [lucene-solr] dweiss commented on pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
dweiss commented on pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-703725625 That's what I though. On Mon, Oct 5, 2020 at 5:55 PM Uwe Schindler wrote: > You can apply forbiddenapis to groovy or gradle code. But for that you > need t

[jira] [Updated] (SOLR-14913) Including non-existing field in edismax field alias breaks parsing of boolean query

2020-10-05 Thread Johannes Baiter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Baiter updated SOLR-14913: --- Description: When including a non-existing field in a {{f..qf}} field alias, boolean queries

[GitHub] [lucene-solr] uschindler commented on pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-703727019 Nevertheless, there's still a forbiddenapis issue: When writing the SHA512 file, we don't apply charset, it's platform dependent. ---

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499709502 ## File path: gradle/releasing.gradle ## @@ -0,0 +1,58 @@ + +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribu

[GitHub] [lucene-solr] iverase commented on pull request #1940: LUCENE-9552: Adds a LatLonPoint query that accepts an array of LatLonGeometries

2020-10-05 Thread GitBox
iverase commented on pull request #1940: URL: https://github.com/apache/lucene-solr/pull/1940#issuecomment-703744381 @rmuir, I am trying to understand why adding this new API seems so problematic, I would be more incline to deprecate `newPolygonQuery` in favour of this new one. My feeling

[GitHub] [lucene-solr] danmuzi commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
danmuzi commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499759537 ## File path: gradle/releasing.gradle ## @@ -0,0 +1,58 @@ + Review comment: minor comment but unnecessary blank line :) --

[GitHub] [lucene-solr] danmuzi commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
danmuzi commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499759537 ## File path: gradle/releasing.gradle ## @@ -0,0 +1,58 @@ + Review comment: minor comment but there is an unnecessary blank line :) --

[GitHub] [lucene-solr] msokolov commented on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-703831393 Thanks for the extensive comments, @mikemccand - I'll address soon with an updated PR. I also found some bugs in implementations of the random access interface, and

[GitHub] [lucene-solr] jtibshirani opened a new pull request #1948: LUCENE-9536: Optimize OrdinalMap when one segment contains all distinct values.

2020-10-05 Thread GitBox
jtibshirani opened a new pull request #1948: URL: https://github.com/apache/lucene-solr/pull/1948 For doc values that are not too high cardinality, it is common for some large segments to contain all distinct values. In this case, we can check if the first segment ords map perfectly t

[GitHub] [lucene-solr] jtibshirani commented on pull request #1948: LUCENE-9536: Optimize OrdinalMap when one segment contains all distinct values.

2020-10-05 Thread GitBox
jtibshirani commented on pull request #1948: URL: https://github.com/apache/lucene-solr/pull/1948#issuecomment-703871852 I used `TestOrdinalMap` to test a map with 10,000 terms in a scenario and ~10 segments. In the scenario where one segment contains all ordinal values, it shows a small i

[GitHub] [lucene-solr] msokolov edited a comment on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov edited a comment on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-703872279 > Thank you for ... the tests catching mis-use where user tries to change dimension or scoring function in an existing field. Thanks to @mocobeta for those; I

[GitHub] [lucene-solr] msokolov commented on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-703872279 > Thank you for ... the tests catching mis-use where user tries to change dimension or scoring function in an existing field. Thanks to @mocobeta for those; I was able to

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r499858704 ## File path: lucene/core/src/java/org/apache/lucene/codecs/VectorWriter.java ## @@ -0,0 +1,253 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r499858704 ## File path: lucene/core/src/java/org/apache/lucene/codecs/VectorWriter.java ## @@ -0,0 +1,253 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [lucene-solr] jtibshirani edited a comment on pull request #1948: LUCENE-9536: Optimize OrdinalMap when one segment contains all distinct values.

2020-10-05 Thread GitBox
jtibshirani edited a comment on pull request #1948: URL: https://github.com/apache/lucene-solr/pull/1948#issuecomment-703871852 I used `TestOrdinalMap` to test a map with 10,000 terms and ~10 segments. In the scenario where one segment contains all ordinal values, it shows a small improvem

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r499862666 ## File path: lucene/core/src/java/org/apache/lucene/document/FieldType.java ## @@ -351,6 +356,27 @@ public int pointNumBytes() { return dimensi

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r499863809 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -374,7 +377,25 @@ private FieldNormStatus() { /** Total numbe

[GitHub] [lucene-solr] mayya-sharipova commented on pull request #1943: LUCENE-9555 Advance conjuction Iterator for two phase iteration

2020-10-05 Thread GitBox
mayya-sharipova commented on pull request #1943: URL: https://github.com/apache/lucene-solr/pull/1943#issuecomment-703885914 @jpountz Sorry for the noise, I have found the cause of this error, and the latest commit addresses it.

[jira] [Commented] (SOLR-14802) Sorting by min of two geodist functions

2020-10-05 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208315#comment-17208315 ] Cassandra Targett commented on SOLR-14802: -- [~dsmiley], [~spstorey] - I noticed

[jira] [Commented] (SOLR-13438) DELETE collection should remove AUTOCREATED configsets

2020-10-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208321#comment-17208321 ] ASF subversion and git services commented on SOLR-13438: Commit b

[jira] [Commented] (SOLR-13438) DELETE collection should remove AUTOCREATED configsets

2020-10-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208323#comment-17208323 ] ASF subversion and git services commented on SOLR-13438: Commit 4

[jira] [Commented] (SOLR-14802) Sorting by min of two geodist functions

2020-10-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208332#comment-17208332 ] David Smiley commented on SOLR-14802: - the spatial-search.adoc page already documents

[jira] [Commented] (SOLR-14802) Sorting by min of two geodist functions

2020-10-05 Thread Shaun Storey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208333#comment-17208333 ] Shaun Storey commented on SOLR-14802: - Hi, [~ctargett] the change has just restored p

[GitHub] [lucene-solr] JohnHillegass opened a new pull request #1949: Jinja2_autoescape_false set to True

2020-10-05 Thread GitBox
JohnHillegass opened a new pull request #1949: URL: https://github.com/apache/lucene-solr/pull/1949 By default, jinja2 sets autoescape to False. Consider using autoescape=True to mitigate XSS vulnerabilities. # Description Please provide a short description of the

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r499891879 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90VectorReader.java ## @@ -0,0 +1,326 @@ +/* + * Licensed to the Apache S

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r499893497 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextVectorReader.java ## @@ -0,0 +1,304 @@ +/* + * Licensed to the Ap

[GitHub] [lucene-solr] mayya-sharipova edited a comment on pull request #1943: LUCENE-9555 Advance conjuction Iterator for two phase iteration

2020-10-05 Thread GitBox
mayya-sharipova edited a comment on pull request #1943: URL: https://github.com/apache/lucene-solr/pull/1943#issuecomment-703885914 @jpountz Sorry for the noise, I have found the cause of this error, and the latest commit addresses it. Basically this PR will just address the failing test

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-05 Thread GitBox
msokolov commented on a change in pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r499898687 ## File path: lucene/core/src/java/org/apache/lucene/index/VectorValuesWriter.java ## @@ -0,0 +1,272 @@ +/* + * Licensed to the Apache Software Found

[jira] [Commented] (SOLR-14802) Sorting by min of two geodist functions

2020-10-05 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208366#comment-17208366 ] Cassandra Targett commented on SOLR-14802: -- Thanks to you both, that clears up m

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499901026 ## File path: solr/packaging/build.gradle ## @@ -115,15 +121,15 @@ distributions { into "server" }) + from(configurations.do

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499902511 ## File path: solr/packaging/build.gradle ## @@ -115,15 +121,15 @@ distributions { into "server" }) + from(configurations.do

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499903030 ## File path: solr/packaging/build.gradle ## @@ -115,15 +121,15 @@ distributions { into "server" }) + from(configurations.do

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499902932 ## File path: lucene/packaging/build.gradle ## @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499904208 ## File path: solr/packaging/build.gradle ## @@ -62,12 +63,17 @@ dependencies { example project(path: ":solr:example", configuration: "packagi

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499905487 ## File path: solr/packaging/build.gradle ## @@ -62,12 +63,17 @@ dependencies { example project(path: ":solr:example", configuration: "packagi

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
uschindler commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r499905829 ## File path: solr/packaging/build.gradle ## @@ -115,15 +121,15 @@ distributions { into "server" }) + from(configurations.do

[jira] [Commented] (LUCENE-9540) Investigate double indexing of the fullPathField in the DirectoryTaxonomyWriter

2020-10-05 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208416#comment-17208416 ] Gautam Worah commented on LUCENE-9540: -- It turns out that we are not double indexin

[jira] [Resolved] (LUCENE-9476) Add a bulk ordinal->FacetLabel API

2020-10-05 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautam Worah resolved LUCENE-9476. -- Resolution: Not A Problem > Add a bulk ordinal->FacetLabel API > -

[jira] [Reopened] (LUCENE-9476) Add a bulk ordinal->FacetLabel API

2020-10-05 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautam Worah reopened LUCENE-9476: -- > Add a bulk ordinal->FacetLabel API > -- > > Key:

[jira] [Resolved] (LUCENE-9540) Investigate double indexing of the fullPathField in the DirectoryTaxonomyWriter

2020-10-05 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautam Worah resolved LUCENE-9540. -- Resolution: Not A Problem > Investigate double indexing of the fullPathField in the > Directo

[jira] [Created] (LUCENE-9563) Add .editorConfig

2020-10-05 Thread David Smiley (Jira)
David Smiley created LUCENE-9563: Summary: Add .editorConfig Key: LUCENE-9563 URL: https://issues.apache.org/jira/browse/LUCENE-9563 Project: Lucene - Core Issue Type: Task Report

[jira] [Commented] (LUCENE-9493) Remove obsolete dev-tools/{idea,netbeans,maven} folders

2020-10-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208424#comment-17208424 ] David Smiley commented on LUCENE-9493: -- I filed LUCENE-9563 for a ".editorConfig" w

[jira] [Updated] (SOLR-14870) gradle build does not validate ref-guide -> javadoc links

2020-10-05 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-14870: -- Attachment: SOLR-14870.patch Assignee: Chris M. Hostetter Status: Open (w

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
dweiss commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r500041550 ## File path: lucene/packaging/build.gradle ## @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contrib

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
dweiss commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r500041959 ## File path: solr/packaging/build.gradle ## @@ -62,12 +63,17 @@ dependencies { example project(path: ":solr:example", configuration: "packaging")

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1905: LUCENE-9488 Release with Gradle Part 2

2020-10-05 Thread GitBox
dweiss commented on a change in pull request #1905: URL: https://github.com/apache/lucene-solr/pull/1905#discussion_r500042473 ## File path: solr/packaging/build.gradle ## @@ -115,15 +121,15 @@ distributions { into "server" }) + from(configurations.docs,