[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #2276: Improve backwards compatibility tests for sorted indexes.

2021-01-29 Thread GitBox
muse-dev[bot] commented on a change in pull request #2276: URL: https://github.com/apache/lucene-solr/pull/2276#discussion_r567189689 ## File path: lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java ## @@ -1079,8 +1069,7 @@ public

[GitHub] [lucene-solr] jtibshirani opened a new pull request #2276: Improve backwards compatibility tests for sorted indexes.

2021-01-29 Thread GitBox
jtibshirani opened a new pull request #2276: URL: https://github.com/apache/lucene-solr/pull/2276 This PR also cleans up some old checks that only applied to pre-6.0 indices. This is an automated message from the Apache Git S

[jira] [Commented] (SOLR-7642) Should launching Solr in cloud mode using a ZooKeeper chroot create the chroot znode if it doesn't exist?

2021-01-29 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275457#comment-17275457 ] Gus Heck commented on SOLR-7642: ch does indeed mean change, but it's a reference to the u

[jira] [Comment Edited] (SOLR-13209) NullPointerException from call in org.apache.solr.search.SolrIndexSearcher.getDocSet

2021-01-29 Thread Cader Hancock (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275425#comment-17275425 ] Cader Hancock edited comment on SOLR-13209 at 1/29/21, 11:41 PM: --

[jira] [Commented] (SOLR-14978) Run OOM Killer Script in Foreground Solr

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275427#comment-17275427 ] ASF subversion and git services commented on SOLR-14978: Commit 1

[jira] [Commented] (SOLR-14978) Run OOM Killer Script in Foreground Solr

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275426#comment-17275426 ] ASF subversion and git services commented on SOLR-14978: Commit 1

[jira] [Commented] (SOLR-13209) NullPointerException from call in org.apache.solr.search.SolrIndexSearcher.getDocSet

2021-01-29 Thread Cader Hancock (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275425#comment-17275425 ] Cader Hancock commented on SOLR-13209: -- I'm going to be tottaly honest, I have no id

[jira] [Commented] (LUCENE-9686) TestDirectIODirectory#testFloatsUnderflow can fail assertion

2021-01-29 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275421#comment-17275421 ] Julie Tibshirani commented on LUCENE-9686: -- Thanks [~zacharymorn] for looking i

[jira] [Commented] (SOLR-15123) bin/solr tools all have different styles of describing command opitons

2021-01-29 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275419#comment-17275419 ] David Eric Pugh commented on SOLR-15123: [~ctargett]I'd love your review on the a

[GitHub] [lucene-solr] epugh opened a new pull request #2275: SOLR-15123: Make all Tool option descriptions follow the same general pattern.

2021-01-29 Thread GitBox
epugh opened a new pull request #2275: URL: https://github.com/apache/lucene-solr/pull/2275 # Description different people have written different SolrCLI tools over time, and it shows in the user help. # Solution Copy edit all the tool options. # Tests Just do

[jira] [Created] (SOLR-15123) bin/solr tools all have different styles of describing command opitons

2021-01-29 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15123: -- Summary: bin/solr tools all have different styles of describing command opitons Key: SOLR-15123 URL: https://issues.apache.org/jira/browse/SOLR-15123 Project: Sol

[jira] [Commented] (LUCENE-9705) Move all codec formats to the o.a.l.codecs.Lucene90 package

2021-01-29 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275415#comment-17275415 ] Mike Drob commented on LUCENE-9705: --- Right, I get that there are new codecs all the ti

[GitHub] [lucene-solr] jtibshirani opened a new pull request #2274: LUCENE-9705: Create Lucene90LiveDocsFormat

2021-01-29 Thread GitBox
jtibshirani opened a new pull request #2274: URL: https://github.com/apache/lucene-solr/pull/2274 For now this is just a copy of Lucene50LiveDocsFormat. The existing Lucene50LiveDocsFormat was moved to backwards-codecs. Th

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #2268: LUCENE-9705: Move Lucene50CompoundFormat to Lucene90CompoundFormat

2021-01-29 Thread GitBox
jtibshirani commented on a change in pull request #2268: URL: https://github.com/apache/lucene-solr/pull/2268#discussion_r567116775 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene50/Lucene50CompoundFormat.java ## @@ -0,0 +1,88 @@ +/* + *

[GitHub] [lucene-solr] cammiemw commented on pull request #2097: LUCENE-9537

2021-01-29 Thread GitBox
cammiemw commented on pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-770074489 Hi @mikemccand! The smoothingScore method requires a docId because the most important implementation of smoothingScore is in TermScorer, which uses the postingsEnum to get

[GitHub] [lucene-solr] mikemccand commented on pull request #2097: LUCENE-9537

2021-01-29 Thread GitBox
mikemccand commented on pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-770069329 Thanks @cammiemw! One thing I noticed after I pushed was the new `Scorable.smothingScore(int docId)` method: why does this take the `int docId` parameter? Shouldn'

[jira] [Commented] (SOLR-15122) ClusterEventProducerTest.testEvents is unstable

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

[jira] [Created] (LUCENE-9713) Did we lose the UTF-8 BOM detection in lucene/CHANGES.txt in gradle migration?

2021-01-29 Thread Michael McCandless (Jira)
Michael McCandless created LUCENE-9713: -- Summary: Did we lose the UTF-8 BOM detection in lucene/CHANGES.txt in gradle migration? Key: LUCENE-9713 URL: https://issues.apache.org/jira/browse/LUCENE-9713

[jira] [Commented] (LUCENE-9537) Add Indri Search Engine Functionality to Lucene

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

[jira] [Commented] (SOLR-15122) ClusterEventProducerTest.testEvents is unstable

2021-01-29 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275377#comment-17275377 ] Mike Drob commented on SOLR-15122: -- [~ab] - looks like this has been flaky since is was

[jira] [Commented] (LUCENE-9537) Add Indri Search Engine Functionality to Lucene

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

[jira] [Commented] (LUCENE-9712) UnifiedHighlighter, optimize WEIGHT_MATCHES when many fields

2021-01-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275373#comment-17275373 ] David Smiley commented on LUCENE-9712: -- I suspect the culprit is in this method:  {

[jira] [Commented] (SOLR-14253) Remove Sleeps from OverseerCollectionMessageHandler

2021-01-29 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275360#comment-17275360 ] Mike Drob commented on SOLR-14253: -- Rebased the changes onto current code, and picked up

[jira] [Commented] (SOLR-7642) Should launching Solr in cloud mode using a ZooKeeper chroot create the chroot znode if it doesn't exist?

2021-01-29 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275359#comment-17275359 ] Isabelle Giguere commented on SOLR-7642: [~janhoy], [~gus] : I don't see the "Enab

[jira] [Commented] (LUCENE-9694) New tool for creating a deterministic index

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

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2247: LUCENE-9476 Add getBulkPath API for the Taxonomy index

2021-01-29 Thread GitBox
mikemccand commented on a change in pull request #2247: URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r567085518 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -353,12 +349,104 @@ public Facet

[jira] [Created] (LUCENE-9712) UnifiedHighlighter, optimize WEIGHT_MATCHES when many fields

2021-01-29 Thread David Smiley (Jira)
David Smiley created LUCENE-9712: Summary: UnifiedHighlighter, optimize WEIGHT_MATCHES when many fields Key: LUCENE-9712 URL: https://issues.apache.org/jira/browse/LUCENE-9712 Project: Lucene - Core

[GitHub] [lucene-solr] markrmiller commented on pull request #2263: SOLR-14978 OOM Killer in Foreground (#2055)

2021-01-29 Thread GitBox
markrmiller commented on pull request #2263: URL: https://github.com/apache/lucene-solr/pull/2263#issuecomment-770041322 Sorry @madrob, didn't mean to get those wip commits in the dev branch, they were meant to go another branch for testing. Can you update this? Sorry about the hassl

[jira] [Commented] (SOLR-14949) Ability to customize docker image name/base image

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

[jira] [Commented] (SOLR-15075) Remove the Docker Gradle plugin dependency and solr/docker/package module

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275343#comment-17275343 ] ASF subversion and git services commented on SOLR-15075: Commit 9

[jira] [Commented] (SOLR-15001) Docker: require init_var_solr.sh; don't init in Dockerfile

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275342#comment-17275342 ] ASF subversion and git services commented on SOLR-15001: Commit 1

[jira] [Commented] (SOLR-14947) Gradle docker build task should output image id or tag

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275336#comment-17275336 ] ASF subversion and git services commented on SOLR-14947: Commit d

[jira] [Commented] (SOLR-14949) Ability to customize docker image name/base image

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275340#comment-17275340 ] ASF subversion and git services commented on SOLR-14949: Commit a

[jira] [Commented] (SOLR-14955) Add env var options for the Prometheus Exporter bin scripts

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275338#comment-17275338 ] ASF subversion and git services commented on SOLR-14955: Commit 2

[jira] [Commented] (SOLR-14972) Change default port of prometheus exporter

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275339#comment-17275339 ] ASF subversion and git services commented on SOLR-14972: Commit d

[jira] [Commented] (SOLR-15075) Remove the Docker Gradle plugin dependency and solr/docker/package module

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275344#comment-17275344 ] ASF subversion and git services commented on SOLR-15075: Commit 7

[jira] [Commented] (SOLR-14957) Add Prometheus Exporter bin to PATH in docker image

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275337#comment-17275337 ] ASF subversion and git services commented on SOLR-14957: Commit 2

[jira] [Commented] (SOLR-15075) Remove the Docker Gradle plugin dependency and solr/docker/package module

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275335#comment-17275335 ] ASF subversion and git services commented on SOLR-15075: Commit 7

[jira] [Commented] (SOLR-15075) Remove the Docker Gradle plugin dependency and solr/docker/package module

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275334#comment-17275334 ] ASF subversion and git services commented on SOLR-15075: Commit 9

[jira] [Commented] (SOLR-14972) Change default port of prometheus exporter

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275328#comment-17275328 ] ASF subversion and git services commented on SOLR-14972: Commit d

[jira] [Commented] (SOLR-14955) Add env var options for the Prometheus Exporter bin scripts

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275327#comment-17275327 ] ASF subversion and git services commented on SOLR-14955: Commit 2

[jira] [Commented] (SOLR-15001) Docker: require init_var_solr.sh; don't init in Dockerfile

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275333#comment-17275333 ] ASF subversion and git services commented on SOLR-15001: Commit 1

[jira] [Commented] (SOLR-14949) Ability to customize docker image name/base image

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

[jira] [Commented] (SOLR-14947) Gradle docker build task should output image id or tag

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275325#comment-17275325 ] ASF subversion and git services commented on SOLR-14947: Commit d

[jira] [Commented] (SOLR-14949) Ability to customize docker image name/base image

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275329#comment-17275329 ] ASF subversion and git services commented on SOLR-14949: Commit a

[jira] [Commented] (SOLR-14957) Add Prometheus Exporter bin to PATH in docker image

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275326#comment-17275326 ] ASF subversion and git services commented on SOLR-14957: Commit 2

[jira] [Created] (LUCENE-9711) "gradle precommit" no longer catches accidental package-private APIs?

2021-01-29 Thread Michael McCandless (Jira)
Michael McCandless created LUCENE-9711: -- Summary: "gradle precommit" no longer catches accidental package-private APIs? Key: LUCENE-9711 URL: https://issues.apache.org/jira/browse/LUCENE-9711 Pro

[jira] [Created] (SOLR-15122) ClusterEventProducerTest.testEvents is unstable

2021-01-29 Thread Mike Drob (Jira)
Mike Drob created SOLR-15122: Summary: ClusterEventProducerTest.testEvents is unstable Key: SOLR-15122 URL: https://issues.apache.org/jira/browse/SOLR-15122 Project: Solr Issue Type: Bug Se

[jira] [Commented] (LUCENE-9694) New tool for creating a deterministic index

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

[jira] [Resolved] (LUCENE-9694) New tool for creating a deterministic index

2021-01-29 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-9694. Fix Version/s: 8.9 master (9.0) Resolution: Fixed Thank

[jira] [Commented] (LUCENE-9694) New tool for creating a deterministic index

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

[jira] [Commented] (LUCENE-9694) New tool for creating a deterministic index

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

[jira] [Updated] (SOLR-10321) Unified highlighter returns empty fields when using glob

2021-01-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-10321: Issue Type: Improvement (was: Bug) Priority: Major (was: Minor) > Unified highlighter retur

[jira] [Resolved] (SOLR-12663) Highlighting is not working with docValues only String field

2021-01-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-12663. - Fix Version/s: 8.5 Resolution: Fixed Implemented via SOLR-14194 in 8.5 for the original hi

[GitHub] [lucene-solr-operator] sepulworld commented on pull request #206: Remove the SolrCollection and SolrCollectionAlias CRDs

2021-01-29 Thread GitBox
sepulworld commented on pull request #206: URL: https://github.com/apache/lucene-solr-operator/pull/206#issuecomment-770020782 Updated local_tutorial.md here: https://github.com/apache/lucene-solr-operator/pull/207 if you wanted to review and merge separately ---

[GitHub] [lucene-solr-operator] sepulworld opened a new pull request #207: docs: removing step in local tutorial for collection creation

2021-01-29 Thread GitBox
sepulworld opened a new pull request #207: URL: https://github.com/apache/lucene-solr-operator/pull/207 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (LUCENE-9537) Add Indri Search Engine Functionality to Lucene

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

[jira] [Updated] (SOLR-8319) NPE when creating pivot

2021-01-29 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-8319: --- Attachment: (was: SOLR-7642.patch) > NPE when creating pivot > --- > >

[jira] [Updated] (SOLR-8319) NPE when creating pivot

2021-01-29 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-8319: --- Attachment: SOLR-7642.patch > NPE when creating pivot > --- > >

[GitHub] [lucene-solr] mikemccand merged pull request #2097: LUCENE-9537

2021-01-29 Thread GitBox
mikemccand merged pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097 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

[jira] [Commented] (SOLR-7642) Should launching Solr in cloud mode using a ZooKeeper chroot create the chroot znode if it doesn't exist?

2021-01-29 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275287#comment-17275287 ] Isabelle Giguere commented on SOLR-7642: New patch, adressing Jan's comments. The

[jira] [Comment Edited] (SOLR-7642) Should launching Solr in cloud mode using a ZooKeeper chroot create the chroot znode if it doesn't exist?

2021-01-29 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275287#comment-17275287 ] Isabelle Giguere edited comment on SOLR-7642 at 1/29/21, 7:45 PM: --

[jira] [Updated] (SOLR-7642) Should launching Solr in cloud mode using a ZooKeeper chroot create the chroot znode if it doesn't exist?

2021-01-29 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-7642: --- Attachment: SOLR-7642.patch > Should launching Solr in cloud mode using a ZooKeeper chroot cre

[GitHub] [lucene-solr] mikemccand commented on pull request #2097: LUCENE-9537

2021-01-29 Thread GitBox
mikemccand commented on pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-770011220 Thanks @cammiemw, that test now passes again! I ran top-level tests multiple times and each time, a solr test failed for what looked like (not certain) unrelated to

[GitHub] [lucene-solr-operator] HoustonPutman opened a new pull request #206: Remove the SolrCollection and SolrCollectionAlias CRDs

2021-01-29 Thread GitBox
HoustonPutman opened a new pull request #206: URL: https://github.com/apache/lucene-solr-operator/pull/206 Resolves: #204 Still need to update the local tutorial to not use the Collection CRD. This is an automated mes

[GitHub] [lucene-solr-operator] HoustonPutman merged pull request #203: Fix copy/paste typo addressed -> updated

2021-01-29 Thread GitBox
HoustonPutman merged pull request #203: URL: https://github.com/apache/lucene-solr-operator/pull/203 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Commented] (SOLR-8319) NPE when creating pivot

2021-01-29 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275262#comment-17275262 ] Houston Putman commented on SOLR-8319: -- The reason for the NPE on different values of

[GitHub] [lucene-solr] HoustonPutman opened a new pull request #2273: SOLR-8319: Add method for tokenized field search in FieldType

2021-01-29 Thread GitBox
HoustonPutman opened a new pull request #2273: URL: https://github.com/apache/lucene-solr/pull/2273 Addresses NPE found in https://issues.apache.org/jira/browse/SOLR-8319 Will do some performance comparisons before merging as well. ---

[jira] [Commented] (SOLR-8319) NPE when creating pivot

2021-01-29 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275256#comment-17275256 ] Houston Putman commented on SOLR-8319: -- I have done just a bit of digging, but the re

[GitHub] [lucene-solr] mikemccand commented on pull request #2246: LUCENE-9694: New tool for creating a deterministic index

2021-01-29 Thread GitBox
mikemccand commented on pull request #2246: URL: https://github.com/apache/lucene-solr/pull/2246#issuecomment-769974955 Thank you @zhaih! This will be a very useful tool for realistic benchmarking! This is an automated mess

[jira] [Commented] (LUCENE-9694) New tool for creating a deterministic index

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

[GitHub] [lucene-solr] mikemccand merged pull request #2246: LUCENE-9694: New tool for creating a deterministic index

2021-01-29 Thread GitBox
mikemccand merged pull request #2246: URL: https://github.com/apache/lucene-solr/pull/2246 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

[jira] [Assigned] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-01-29 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15121: -- Assignee: David Eric Pugh > Move XSLT (tr param) to scripting contrib > --

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2256: LUCENE-9507 Custom order for leaves in IndexReader and IndexWriter

2021-01-29 Thread GitBox
mikemccand commented on a change in pull request #2256: URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r566993804 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -941,6 +969,11 @@ public IndexWriter(Directory d, IndexWriterConf

[jira] [Commented] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-01-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275220#comment-17275220 ] David Smiley commented on SOLR-15121: - Additionally, the functionality should be guar

[GitHub] [lucene-solr] gautamworah96 commented on a change in pull request #2247: LUCENE-9476 Add getBulkPath API for the Taxonomy index

2021-01-29 Thread GitBox
gautamworah96 commented on a change in pull request #2247: URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r566988968 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -353,12 +349,65 @@ public Fac

[jira] [Updated] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-01-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-15121: Fix Version/s: master (9.0) > Move XSLT (tr param) to scripting contrib > -

[jira] [Created] (SOLR-15121) Move XSLT (tr param) to scripting contrib

2021-01-29 Thread David Smiley (Jira)
David Smiley created SOLR-15121: --- Summary: Move XSLT (tr param) to scripting contrib Key: SOLR-15121 URL: https://issues.apache.org/jira/browse/SOLR-15121 Project: Solr Issue Type: Improvement

[GitHub] [lucene-solr] gautamworah96 commented on a change in pull request #2247: LUCENE-9476 Add getBulkPath API for the Taxonomy index

2021-01-29 Thread GitBox
gautamworah96 commented on a change in pull request #2247: URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r566981233 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -353,12 +349,65 @@ public Fac

[GitHub] [lucene-solr] gautamworah96 commented on a change in pull request #2247: LUCENE-9476 Add getBulkPath API for the Taxonomy index

2021-01-29 Thread GitBox
gautamworah96 commented on a change in pull request #2247: URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r566980263 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -353,12 +349,65 @@ public Fac

[jira] [Commented] (SOLR-14067) Move StatelessScriptUpdateProcessor to a contrib

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275213#comment-17275213 ] ASF subversion and git services commented on SOLR-14067: Commit 6

[GitHub] [lucene-solr] gautamworah96 commented on a change in pull request #2247: LUCENE-9476 Add getBulkPath API for the Taxonomy index

2021-01-29 Thread GitBox
gautamworah96 commented on a change in pull request #2247: URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r566978754 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -314,7 +316,6 @@ public int g

[GitHub] [lucene-solr] epugh merged pull request #2257: SOLR-14067: v4 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-29 Thread GitBox
epugh merged pull request #2257: URL: https://github.com/apache/lucene-solr/pull/2257 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 go t

[GitHub] [lucene-solr] gautamworah96 commented on a change in pull request #2247: LUCENE-9476 Add getBulkPath API for the Taxonomy index

2021-01-29 Thread GitBox
gautamworah96 commented on a change in pull request #2247: URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r566977877 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -353,12 +349,65 @@ public Fac

[GitHub] [lucene-solr] gautamworah96 commented on a change in pull request #2247: LUCENE-9476 Add getBulkPath API for the Taxonomy index

2021-01-29 Thread GitBox
gautamworah96 commented on a change in pull request #2247: URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r566976943 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -353,12 +349,65 @@ public Fac

[jira] [Resolved] (SOLR-15025) MiniSolrCloudCluster.waitForAllNodes ignores passed timeout value

2021-01-29 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-15025. -- Fix Version/s: 8.9 master (9.0) Assignee: Mike Drob Resolution: Fixed

[GitHub] [lucene-solr] gautamworah96 commented on a change in pull request #2247: LUCENE-9476 Add getBulkPath API for the Taxonomy index

2021-01-29 Thread GitBox
gautamworah96 commented on a change in pull request #2247: URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r566976157 ## File path: lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestDirectoryTaxonomyReader.java ## @@ -569,4 +569,31 @@ public

[jira] [Commented] (SOLR-15025) MiniSolrCloudCluster.waitForAllNodes ignores passed timeout value

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

[jira] [Commented] (SOLR-15025) MiniSolrCloudCluster.waitForAllNodes ignores passed timeout value

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274698#comment-17274698 ] ASF subversion and git services commented on SOLR-15025: Commit a

[GitHub] [lucene-solr] madrob merged pull request #2193: SOLR-15025: MiniSolrCloudCluster.waitForAllNodes ignores passed timeout value

2021-01-29 Thread GitBox
madrob merged pull request #2193: URL: https://github.com/apache/lucene-solr/pull/2193 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 go

[jira] [Commented] (SOLR-13209) NullPointerException from call in org.apache.solr.search.SolrIndexSearcher.getDocSet

2021-01-29 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274593#comment-17274593 ] Isabelle Giguere commented on SOLR-13209: - Throwing an exception for a null query

[GitHub] [lucene-solr] megancarey commented on a change in pull request #2234: SOLR-15094: Replace all code references of coreNodeName to replicaName

2021-01-29 Thread GitBox
megancarey commented on a change in pull request #2234: URL: https://github.com/apache/lucene-solr/pull/2234#discussion_r566948054 ## File path: solr/core/src/java/org/apache/solr/cloud/CloudDescriptor.java ## @@ -64,7 +66,7 @@ public CloudDescriptor(CoreDescriptor cd, String c

[jira] [Commented] (SOLR-15085) EmbeddedSolrServer calls shutdown on a provided CoreContainer

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274589#comment-17274589 ] ASF subversion and git services commented on SOLR-15085: Commit 2

[jira] [Resolved] (SOLR-15085) EmbeddedSolrServer calls shutdown on a provided CoreContainer

2021-01-29 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-15085. -- Fix Version/s: 8.9 master (9.0) Assignee: Mike Drob Resolution: Fixed

[jira] [Commented] (SOLR-15085) EmbeddedSolrServer calls shutdown on a provided CoreContainer

2021-01-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274588#comment-17274588 ] ASF subversion and git services commented on SOLR-15085: Commit 7

[GitHub] [lucene-solr] madrob closed pull request #2216: SOLR-15085 Prevent EmbeddedSolrServer calling shutdown on a CoreConta…

2021-01-29 Thread GitBox
madrob closed pull request #2216: URL: https://github.com/apache/lucene-solr/pull/2216 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 go

[GitHub] [lucene-solr] madrob commented on pull request #2216: SOLR-15085 Prevent EmbeddedSolrServer calling shutdown on a CoreConta…

2021-01-29 Thread GitBox
madrob commented on pull request #2216: URL: https://github.com/apache/lucene-solr/pull/2216#issuecomment-769935182 Added upgrade notes, pushed to branch_8x and master! Thanks! This is an automated message from the Apache Git

[jira] [Comment Edited] (SOLR-8319) NPE when creating pivot

2021-01-29 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274551#comment-17274551 ] Isabelle Giguere edited comment on SOLR-8319 at 1/29/21, 5:00 PM: --

[jira] [Resolved] (SOLR-15120) Reduce duplicative core creation work

2021-01-29 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-15120. -- Fix Version/s: 8.9 master (9.0) Assignee: Mike Drob Resolution: Fixed

[jira] [Commented] (SOLR-15120) Reduce duplicative core creation work

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

  1   2   >