[jira] [Commented] (SOLR-13996) Refactor HttpShardHandler#prepDistributed() into smaller pieces

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

[jira] [Commented] (SOLR-13996) Refactor HttpShardHandler#prepDistributed() into smaller pieces

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

[GitHub] [lucene-solr] shalinmangar commented on issue #1052: SOLR-13996: Refactoring HttpShardHandler#prepDistributed() into smaller pieces

2020-02-29 Thread GitBox
shalinmangar commented on issue #1052: SOLR-13996: Refactoring HttpShardHandler#prepDistributed() into smaller pieces URL: https://github.com/apache/lucene-solr/pull/1052#issuecomment-593027843 I'm closing this in favor of #1220

[GitHub] [lucene-solr] shalinmangar closed pull request #1052: SOLR-13996: Refactoring HttpShardHandler#prepDistributed() into smaller pieces

2020-02-29 Thread GitBox
shalinmangar closed pull request #1052: SOLR-13996: Refactoring HttpShardHandler#prepDistributed() into smaller pieces URL: https://github.com/apache/lucene-solr/pull/1052 This is an automated message from the Apache Git Ser

[jira] [Commented] (SOLR-14293) Payloads Are Written or Read Incorrectly - Across the Documents

2020-02-29 Thread Ivan Provalov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048428#comment-17048428 ] Ivan Provalov commented on SOLR-14293: -- This is not an issue.  Closing.  The test wa

[jira] [Resolved] (SOLR-14293) Payloads Are Written or Read Incorrectly - Across the Documents

2020-02-29 Thread Ivan Provalov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Provalov resolved SOLR-14293. -- Resolution: Not A Problem The test was not properly set up.  Updated the attached test. > Payl

[jira] [Updated] (SOLR-14293) Payloads Are Written or Read Incorrectly - Across the Documents

2020-02-29 Thread Ivan Provalov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Provalov updated SOLR-14293: - Attachment: (was: TestPayloads.java) > Payloads Are Written or Read Incorrectly - Across the

[jira] [Updated] (SOLR-14293) Payloads Are Written or Read Incorrectly - Across the Documents

2020-02-29 Thread Ivan Provalov (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Provalov updated SOLR-14293: - Attachment: TestPayloads.java > Payloads Are Written or Read Incorrectly - Across the Documents >

[jira] [Commented] (SOLR-14258) DocList (DocSlice) should not implement DocSet

2020-02-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048405#comment-17048405 ] David Smiley commented on SOLR-14258: - Okay; I marked them deprecated. After 8.5 I'l

[jira] [Commented] (SOLR-14258) DocList (DocSlice) should not implement DocSet

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

[jira] [Commented] (SOLR-14256) Remove HashDocSet

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

[GitHub] [lucene-solr] iverase commented on issue #1290: LUCENE-9251: Filter equal edges with different value on isEdgeFromPolygon

2020-02-29 Thread GitBox
iverase commented on issue #1290: LUCENE-9251: Filter equal edges with different value on isEdgeFromPolygon URL: https://github.com/apache/lucene-solr/pull/1290#issuecomment-592985468 I agree but the issue is that the polygon is too big to add it to the unit test and there is no really fra

[GitHub] [lucene-solr] iverase commented on a change in pull request #1290: LUCENE-9251: Filter equal edges with different value on isEdgeFromPolygon

2020-02-29 Thread GitBox
iverase commented on a change in pull request #1290: LUCENE-9251: Filter equal edges with different value on isEdgeFromPolygon URL: https://github.com/apache/lucene-solr/pull/1290#discussion_r386049672 ## File path: lucene/core/src/java/org/apache/lucene/geo/Tessellator.java ##

[GitHub] [lucene-solr] nknize commented on a change in pull request #1253: LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d

2020-02-29 Thread GitBox
nknize commented on a change in pull request #1253: LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d URL: https://github.com/apache/lucene-solr/pull/1253#discussion_r386046464 ## File path: lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java

[GitHub] [lucene-solr] nknize commented on a change in pull request #1253: LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d

2020-02-29 Thread GitBox
nknize commented on a change in pull request #1253: LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d URL: https://github.com/apache/lucene-solr/pull/1253#discussion_r386046274 ## File path: lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/PlanetModel.java

[GitHub] [lucene-solr] nknize commented on a change in pull request #1253: LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d

2020-02-29 Thread GitBox
nknize commented on a change in pull request #1253: LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d URL: https://github.com/apache/lucene-solr/pull/1253#discussion_r386046244 ## File path: lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/PlanetModel.java

[GitHub] [lucene-solr] nknize commented on a change in pull request #1253: LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d

2020-02-29 Thread GitBox
nknize commented on a change in pull request #1253: LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d URL: https://github.com/apache/lucene-solr/pull/1253#discussion_r386046242 ## File path: lucene/spatial3d/src/java/org/apache/lucene/spatial3d/Geo3DDocValuesField.j

[jira] [Comment Edited] (SOLR-14258) DocList (DocSlice) should not implement DocSet

2020-02-29 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048291#comment-17048291 ] Mikhail Khludnev edited comment on SOLR-14258 at 2/29/20 12:22 PM:

[jira] [Commented] (SOLR-14258) DocList (DocSlice) should not implement DocSet

2020-02-29 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048291#comment-17048291 ] Mikhail Khludnev commented on SOLR-14258: - Giving that we are heading 8.5, why do

[jira] [Commented] (LUCENE-9114) Add FunctionValues.cost

2020-02-29 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048261#comment-17048261 ] Atri Sharma commented on LUCENE-9114: - I strongly believe that this is the right app

[jira] [Resolved] (SOLR-14295) Add the parameter description about "discardCompoundToken" for JapaneseTokenizer

2020-02-29 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved SOLR-14295. -- Fix Version/s: 8.5 master (9.0) Resolution: Fixed > Add the parameter

[jira] [Commented] (SOLR-14295) Add the parameter description about "discardCompoundToken" for JapaneseTokenizer

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

[jira] [Commented] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

2020-02-29 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048257#comment-17048257 ] Tomoko Uchida commented on SOLR-11746: -- It seems like the Ref Guide build is now fai

[jira] [Commented] (SOLR-14291) OldAnalyticsRequestConverter should support fields names with dots

2020-02-29 Thread Anatolii Siuniaev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048251#comment-17048251 ] Anatolii Siuniaev commented on SOLR-14291: -- Yep, I'll create a patch in a couple

[jira] [Updated] (SOLR-14295) Add the parameter description about "discardCompoundToken" for JapaneseTokenizer

2020-02-29 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated SOLR-14295: - Summary: Add the parameter description about "discardCompoundToken" for JapaneseTokenizer (was:

[jira] [Updated] (SOLR-14295) Add the parameter description about "discardCompoundToken" for JapaneseTokenizer

2020-02-29 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated SOLR-14295: - Description: In [LUCENE-9123], a parameter {{discardCompoundToken}} was added to JapaneseTokeniz

[jira] [Commented] (SOLR-14295) Add the parameter descriptionn about "discardCompoundToken" for JapaneseTokenizer

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

[jira] [Updated] (SOLR-14295) Add the parameter descriptionn about "discardCompoundToken" for JapaneseTokenizer

2020-02-29 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated SOLR-14295: - Attachment: SOLR-14295.patch > Add the parameter descriptionn about "discardCompoundToken" for >

[jira] [Created] (SOLR-14295) Add the parameter descriptionn about "discardCompoundToken" for JapaneseTokenizer

2020-02-29 Thread Tomoko Uchida (Jira)
Tomoko Uchida created SOLR-14295: Summary: Add the parameter descriptionn about "discardCompoundToken" for JapaneseTokenizer Key: SOLR-14295 URL: https://issues.apache.org/jira/browse/SOLR-14295 Proje