[jira] [Commented] (SOLR-12930) Add developer documentation to source repo

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

[jira] [Commented] (SOLR-12930) Add developer documentation to source repo

2020-02-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032250#comment-17032250 ] ASF subversion and git services commented on SOLR-12930: Commit d

[GitHub] [lucene-solr] markharwood commented on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
markharwood commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583313015 I've reclaimed my Jira log-in and opened https://issues.apache.org/jira/browse/LUCENE-9211

[jira] [Created] (LUCENE-9211) Adding compression to BinaryDocValues storage

2020-02-07 Thread Mark Harwood (Jira)
Mark Harwood created LUCENE-9211: Summary: Adding compression to BinaryDocValues storage Key: LUCENE-9211 URL: https://issues.apache.org/jira/browse/LUCENE-9211 Project: Lucene - Core Issue T

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

2020-02-07 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] [Created] (LUCENE-9212) Intervals.multiterm() should take a CompiledAutomaton

2020-02-07 Thread Alan Woodward (Jira)
Alan Woodward created LUCENE-9212: - Summary: Intervals.multiterm() should take a CompiledAutomaton Key: LUCENE-9212 URL: https://issues.apache.org/jira/browse/LUCENE-9212 Project: Lucene - Core

[GitHub] [lucene-solr] romseygeek opened a new pull request #1243: LUCENE-9212: Intervals.multiterm() should take CompiledAutomaton

2020-02-07 Thread GitBox
romseygeek opened a new pull request #1243: LUCENE-9212: Intervals.multiterm() should take CompiledAutomaton URL: https://github.com/apache/lucene-solr/pull/1243 Currently it takes `Automaton` and then compiles it internally, but we need to do things like check for binary-vs-unicode sta

[jira] [Created] (SOLR-14248) Improve ClusterStateMockUtil and make its methods public

2020-02-07 Thread Shalin Shekhar Mangar (Jira)
Shalin Shekhar Mangar created SOLR-14248: Summary: Improve ClusterStateMockUtil and make its methods public Key: SOLR-14248 URL: https://issues.apache.org/jira/browse/SOLR-14248 Project: Solr

[jira] [Updated] (SOLR-14248) Improve ClusterStateMockUtil and make its methods public

2020-02-07 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-14248: - Attachment: SOLR-14248.patch > Improve ClusterStateMockUtil and make its methods

[jira] [Commented] (SOLR-14248) Improve ClusterStateMockUtil and make its methods public

2020-02-07 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032431#comment-17032431 ] Shalin Shekhar Mangar commented on SOLR-14248: -- This patch fixes all the pro

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032436#comment-17032436 ] Robert Muir commented on LUCENE-9201: - now that overview.html works, i tried investi

[GitHub] [lucene-solr] markharwood commented on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
markharwood commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583449275 There was a suggestion from @jimczi that we fall back to writing raw data if content doesn't compress well. I'm not sure this logic

[jira] [Commented] (LUCENE-9171) Synonyms Boost by Payload

2020-02-07 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032462#comment-17032462 ] Alessandro Benedetti commented on LUCENE-9171: -- hi [~romseygeek], first of

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
dsmiley commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376459427 ## File path: solr/core/src/java/org/apache/solr/schema/TextField.java ## @@ -43,6 +43,7 @@ public

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
dsmiley commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376455962 ## File path: lucene/core/src/java/org/apache/lucene/util/QueryBuilder.java ## @@ -509,33 +549,40 @@

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
dsmiley commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376450137 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/boost/DelimitedBoostTokenFilter.java

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
dsmiley commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376460611 ## File path: solr/core/src/test-files/solr/collection1/conf/schema12.xml ## @@ -238,6 +227,18 @@

[jira] [Commented] (SOLR-12238) Synonym Query Style Boost By Payload

2020-02-07 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032489#comment-17032489 ] Alessandro Benedetti commented on SOLR-12238: - hi [~dsmiley], [~romseygeek],

[GitHub] [lucene-solr] alessandrobenedetti commented on issue #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
alessandrobenedetti commented on issue #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#issuecomment-583474019 hi @romseygeek , @dsmiley , first of all, thank you again for your patience and very useful insights. I have incorpora

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
romseygeek commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376474333 ## File path: lucene/core/src/java/org/apache/lucene/util/QueryBuilder.java ## @@ -509,33 +549,40

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
romseygeek commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376473778 ## File path: lucene/core/src/java/org/apache/lucene/util/QueryBuilder.java ## @@ -450,9 +485,13

[GitHub] [lucene-solr] alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376476198 ## File path: solr/core/src/java/org/apache/solr/schema/TextField.java ## @@ -43,6 +43,7

[GitHub] [lucene-solr] alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376476976 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/boost/DelimitedBoostToke

[GitHub] [lucene-solr] alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376478661 ## File path: solr/core/src/test-files/solr/collection1/conf/schema12.xml ## @@ -238,6 +

[jira] [Commented] (SOLR-14245) Validate Replica / ReplicaInfo on creation

2020-02-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032528#comment-17032528 ] ASF subversion and git services commented on SOLR-14245: Commit 9

[GitHub] [lucene-solr] alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376503587 ## File path: lucene/core/src/java/org/apache/lucene/util/QueryBuilder.java ## @@ -509,3

[jira] [Commented] (SOLR-14245) Validate Replica / ReplicaInfo on creation

2020-02-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032531#comment-17032531 ] ASF subversion and git services commented on SOLR-14245: Commit f

[GitHub] [lucene-solr] alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
alessandrobenedetti commented on a change in pull request #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#discussion_r376513280 ## File path: lucene/core/src/java/org/apache/lucene/util/QueryBuilder.java ## @@ -450,9

[GitHub] [lucene-solr] alessandrobenedetti commented on issue #357: [SOLR-12238] Synonym Queries boost by payload

2020-02-07 Thread GitBox
alessandrobenedetti commented on issue #357: [SOLR-12238] Synonym Queries boost by payload URL: https://github.com/apache/lucene-solr/pull/357#issuecomment-583518344 I have applied the changes to solve the feedback points and consequentially added additional tests to cover some missing sc

[GitHub] [lucene-solr] msokolov commented on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
msokolov commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583519622 > The LZ4 compressed versions of this content were only marginally bigger than their raw counterparts Did you also test read perform

[GitHub] [lucene-solr] madrob opened a new pull request #1244: SOLR-14247 Remove unneeded sleeps

2020-02-07 Thread GitBox
madrob opened a new pull request #1244: SOLR-14247 Remove unneeded sleeps URL: https://github.com/apache/lucene-solr/pull/1244 This test is slow because it sleeps a lot. Removing the sleeps, it still passes consistently on my machine, but I would like other folks to confirm this on their d

[GitHub] [lucene-solr] msokolov edited a comment on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
msokolov edited a comment on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583519622 > The LZ4 compressed versions of this content were only marginally bigger than their raw counterparts Did you also test

[GitHub] [lucene-solr] jpountz commented on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
jpountz commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583529199 In the case of content that can't be compressed, the compressed data will consist of the number of bytes, followed by the bytes. So decom

[jira] [Commented] (LUCENE-9194) Simplify XYShapeXQuery API

2020-02-07 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032560#comment-17032560 ] Ignacio Vera commented on LUCENE-9194: -- Pr related to this change: https://github.c

[GitHub] [lucene-solr] markharwood commented on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
markharwood commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583529462 >Did you also test read performance in this incompressible case? Just tried it and it does look 4x faster reading raw random b

[GitHub] [lucene-solr] rmuir commented on issue #1236: Add back assertions removed by LUCENE-9187.

2020-02-07 Thread GitBox
rmuir commented on issue #1236: Add back assertions removed by LUCENE-9187. URL: https://github.com/apache/lucene-solr/pull/1236#issuecomment-583534489 +1, thanks This is an automated message from the Apache Git Service. To re

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#discussion_r376528169 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesProducer.java #

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#discussion_r376531952 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesProducer.java #

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#discussion_r376527753 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesProducer.java #

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#discussion_r376529195 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesProducer.java #

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
jpountz commented on a change in pull request #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#discussion_r376532189 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesProducer.java #

[GitHub] [lucene-solr] jpountz commented on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
jpountz commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583536606 @msokolov FWIW LZ4 only removes duplicate strings from a stream: when it finds one it inserts a reference to a previous sequence of bytes

[GitHub] [lucene-solr] msokolov commented on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
msokolov commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583538389 Strange that Mark would measure 4x slowdown from decoding the lengths... Perhaps the random bytes are not totally incompressible, just b

[GitHub] [lucene-solr] markharwood commented on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
markharwood commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583539216 >Strange that Mark would measure 4x slowdown from decoding the lengths... Perhaps the random bytes are not totally incompressible, j

[GitHub] [lucene-solr] markharwood edited a comment on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
markharwood edited a comment on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583539216 >Strange that Mark would measure 4x slowdown from decoding the lengths... Perhaps the random bytes are not totally incompress

[GitHub] [lucene-solr] iverase merged pull request #1224: LUCENE-9194: Simplify XYShapeQuery API

2020-02-07 Thread GitBox
iverase merged pull request #1224: LUCENE-9194: Simplify XYShapeQuery API URL: https://github.com/apache/lucene-solr/pull/1224 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene-solr] markharwood edited a comment on issue #1234: Add compression for Binary doc value fields

2020-02-07 Thread GitBox
markharwood edited a comment on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-583539216 >Strange that Mark would measure 4x slowdown from decoding the lengths... Perhaps the random bytes are not totally incompress

[jira] [Resolved] (LUCENE-9194) Simplify XYShapeXQuery API

2020-02-07 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-9194. -- Fix Version/s: 8.5 Assignee: Ignacio Vera Resolution: Fixed master: 73dbf6d061

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-02-07 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032601#comment-17032601 ] Tomoko Uchida commented on LUCENE-9201: --- Thank you [~rcmuir] for your work and com

[jira] [Commented] (SOLR-5146) Figure out what it would take for lazily-loaded cores to play nice with SolrCloud

2020-02-07 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032610#comment-17032610 ] Ilan Ginzburg commented on SOLR-5146: - Thanks [~erickerickson] for the wider context o

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032615#comment-17032615 ] Robert Muir commented on LUCENE-9201: - OK, thanks for working on the PR. At a glance

[jira] [Created] (SOLR-14249) Krb5HttpClientBuilder should not buffer requests

2020-02-07 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-14249: -- Summary: Krb5HttpClientBuilder should not buffer requests Key: SOLR-14249 URL: https://issues.apache.org/jira/browse/SOLR-14249 Project: Solr Issue Type

[jira] [Updated] (SOLR-14249) Krb5HttpClientBuilder should not buffer requests

2020-02-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-14249: --- Attachment: SOLR-14249-reproduction.patch > Krb5HttpClientBuilder should not buffer requests

[jira] [Created] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9213: --- Summary: fix documentation-lint on recent java Key: LUCENE-9213 URL: https://issues.apache.org/jira/browse/LUCENE-9213 Project: Lucene - Core Issue Type: Task

[jira] [Commented] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032648#comment-17032648 ] Robert Muir commented on LUCENE-9213: - Attached is the current patch I am testing no

[jira] [Updated] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9213: Attachment: LUCENE-9213.patch > fix documentation-lint on recent java > --

[jira] [Commented] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032651#comment-17032651 ] Robert Muir commented on LUCENE-9213: - Seems we still have one bug left at least. I

[jira] [Updated] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9213: Attachment: LUCENE-9213.patch > fix documentation-lint on recent java > --

[jira] [Commented] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032664#comment-17032664 ] Robert Muir commented on LUCENE-9213: - I had to tweak slightly for that case (generi

[jira] [Commented] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032680#comment-17032680 ] Robert Muir commented on LUCENE-9213: - I tested and got documentation-lint BUILD SUC

[GitHub] [lucene-solr] anshumg opened a new pull request #1245: Create gradle precommit action

2020-02-07 Thread GitBox
anshumg opened a new pull request #1245: Create gradle precommit action URL: https://github.com/apache/lucene-solr/pull/1245 This adds a gradle precommit action w/ Java11 for all branches. This is an automated message from the

[GitHub] [lucene-solr] asfgit merged pull request #1182: LUCENE-9149: Increase data dimension limit in BKD

2020-02-07 Thread GitBox
asfgit merged pull request #1182: LUCENE-9149: Increase data dimension limit in BKD URL: https://github.com/apache/lucene-solr/pull/1182 This is an automated message from the Apache Git Service. To respond to the message, pl

[jira] [Commented] (LUCENE-9149) Increase data dimension limit in BKD

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

[jira] [Commented] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032702#comment-17032702 ] Robert Muir commented on LUCENE-9213: - I want to followup and investigate the new do

[jira] [Commented] (LUCENE-9213) fix documentation-lint on recent java

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

[jira] [Updated] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9213: Fix Version/s: master (9.0) > fix documentation-lint on recent java >

[jira] [Resolved] (LUCENE-9213) fix documentation-lint on recent java

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9213. - Resolution: Fixed > fix documentation-lint on recent java >

[jira] [Assigned] (LUCENE-9146) Switch GitHub PR test from ant precommit to gradle

2020-02-07 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta reassigned LUCENE-9146: Assignee: Anshum Gupta > Switch GitHub PR test from ant precommit to gradle > ---

[jira] [Commented] (LUCENE-9146) Switch GitHub PR test from ant precommit to gradle

2020-02-07 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032717#comment-17032717 ] Anshum Gupta commented on LUCENE-9146: -- https://github.com/apache/lucene-solr/pull/

[jira] [Commented] (SOLR-14249) Krb5HttpClientBuilder should not buffer requests

2020-02-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032723#comment-17032723 ] Kevin Risden commented on SOLR-14249: - So I haven't personally looked at Krb5HttpClie

[jira] [Comment Edited] (SOLR-14249) Krb5HttpClientBuilder should not buffer requests

2020-02-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032723#comment-17032723 ] Kevin Risden edited comment on SOLR-14249 at 2/7/20 10:53 PM: -

[jira] [Comment Edited] (SOLR-14249) Krb5HttpClientBuilder should not buffer requests

2020-02-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032723#comment-17032723 ] Kevin Risden edited comment on SOLR-14249 at 2/7/20 10:56 PM: -

[GitHub] [lucene-solr] anshumg merged pull request #1245: LUCENE-9146: Create gradle precommit action

2020-02-07 Thread GitBox
anshumg merged pull request #1245: LUCENE-9146: Create gradle precommit action URL: https://github.com/apache/lucene-solr/pull/1245 This is an automated message from the Apache Git Service. To respond to the message, please l

[jira] [Commented] (LUCENE-9146) Switch GitHub PR test from ant precommit to gradle

2020-02-07 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032734#comment-17032734 ] Anshum Gupta commented on LUCENE-9146: -- Merged into master. > Switch GitHub PR tes

[jira] [Commented] (LUCENE-9146) Switch GitHub PR test from ant precommit to gradle

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

[jira] [Created] (SOLR-14250) Solr tries to read request body after error response is sent

2020-02-07 Thread Jira
Jan Høydahl created SOLR-14250: -- Summary: Solr tries to read request body after error response is sent Key: SOLR-14250 URL: https://issues.apache.org/jira/browse/SOLR-14250 Project: Solr Issue

[jira] [Updated] (SOLR-14250) Solr tries to read request body after error response is sent

2020-02-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14250: --- Description: If a client sends a {{HTTP POST}} request with header {{Expect: 100-continue}}  the norm

[jira] [Commented] (LUCENE-9149) Increase data dimension limit in BKD

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

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-02-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032804#comment-17032804 ] Robert Muir commented on LUCENE-9201: - {quote} Package summary: "ant documentation"

[jira] [Updated] (SOLR-14248) Improve ClusterStateMockUtil and make its methods public

2020-02-07 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-14248: - Attachment: SOLR-14248.patch > Improve ClusterStateMockUtil and make its methods

[jira] [Commented] (SOLR-14248) Improve ClusterStateMockUtil and make its methods public

2020-02-07 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032824#comment-17032824 ] Shalin Shekhar Mangar commented on SOLR-14248: -- The latest patch adds suppor

[jira] [Commented] (SOLR-14248) Improve ClusterStateMockUtil and make its methods public

2020-02-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032830#comment-17032830 ] ASF subversion and git services commented on SOLR-14248: Commit f

[jira] [Commented] (SOLR-14248) Improve ClusterStateMockUtil and make its methods public

2020-02-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032834#comment-17032834 ] ASF subversion and git services commented on SOLR-14248: Commit e

[jira] [Resolved] (SOLR-14248) Improve ClusterStateMockUtil and make its methods public

2020-02-07 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-14248. -- Resolution: Fixed > Improve ClusterStateMockUtil and make its methods public >