[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1726#comment-1726 ] Jan Høydahl commented on SOLR-14760: Anshum, did you send a notice to solr-user list about the

[jira] [Assigned] (SOLR-15183) migrate CLUSTERSTATUS

2021-02-22 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-15183: - Assignee: Noble Paul > migrate CLUSTERSTATUS > - > > Key:

[jira] [Created] (SOLR-15183) migrate CLUSTERSTATUS

2021-02-22 Thread Noble Paul (Jira)
Noble Paul created SOLR-15183: - Summary: migrate CLUSTERSTATUS Key: SOLR-15183 URL: https://issues.apache.org/jira/browse/SOLR-15183 Project: Solr Issue Type: Sub-task Security Level:

[jira] [Created] (SOLR-15182) Rewrite V2 APIs using annotation framework

2021-02-22 Thread Noble Paul (Jira)
Noble Paul created SOLR-15182: - Summary: Rewrite V2 APIs using annotation framework Key: SOLR-15182 URL: https://issues.apache.org/jira/browse/SOLR-15182 Project: Solr Issue Type: Improvement

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

2021-02-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288862#comment-17288862 ] David Smiley commented on LUCENE-9705: -- Solr tests started failing: {noformat} 2> 422680 INFO

[GitHub] [lucene-solr] limingnihao commented on pull request #1693: SOLR-14607: LTR Query, timeAllowed parameter causes a timeout exception with no result

2021-02-22 Thread GitBox
limingnihao commented on pull request #1693: URL: https://github.com/apache/lucene-solr/pull/1693#issuecomment-783923946 @cpoerschke Please help to look at this PR. This is an automated message from the Apache Git Service.

[GitHub] [lucene-solr] rmuir opened a new pull request #2417: Fix tests.profile output to not run many many times

2021-02-22 Thread GitBox
rmuir opened a new pull request #2417: URL: https://github.com/apache/lucene-solr/pull/2417 The profiler should only be invoked once at the end of the build. During refactoring the buildFinished() hook became nested underneath stuff such as allProjects which causes it to run too many

[GitHub] [lucene-solr] rmuir commented on pull request #2409: Revert LUCENE-9491 changes for profiling.gradle, they totally break functionality

2021-02-22 Thread GitBox
rmuir commented on pull request #2409: URL: https://github.com/apache/lucene-solr/pull/2409#issuecomment-783873651 I figured out the issue. It is wrong nesting of the `buildFinished()` hook which causes it to run many times. Will toss up a better PR shortly.

[GitHub] [lucene-solr] rmuir closed pull request #2409: Revert LUCENE-9491 changes for profiling.gradle, they totally break functionality

2021-02-22 Thread GitBox
rmuir closed pull request #2409: URL: https://github.com/apache/lucene-solr/pull/2409 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] (LUCENE-9801) Hunspell suggestions: speed up expandWord by enumerating only applicable affixes

2021-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288828#comment-17288828 ] ASF subversion and git services commented on LUCENE-9801: - Commit

[jira] [Resolved] (LUCENE-9801) Hunspell suggestions: speed up expandWord by enumerating only applicable affixes

2021-02-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9801. - Fix Version/s: master (9.0) Resolution: Fixed > Hunspell suggestions: speed up

[GitHub] [lucene-solr] rmuir merged pull request #2416: LUCENE-9801: Hunspell suggestions: speed up expandWord by enumerating…

2021-02-22 Thread GitBox
rmuir merged pull request #2416: URL: https://github.com/apache/lucene-solr/pull/2416 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] [Updated] (LUCENE-9796) fix SortedDocValues to no longer extend BinaryDocValues

2021-02-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9796: Attachment: LUCENE-9796.patch Status: Open (was: Open) Updated patch, fixing tests. I

[GitHub] [lucene-solr] zacharymorn commented on pull request #2404: LUCENE-9639: Add unit tests for SimpleTextVector format

2021-02-22 Thread GitBox
zacharymorn commented on pull request #2404: URL: https://github.com/apache/lucene-solr/pull/2404#issuecomment-783852145 > Thanks for the PR! I just have one comment about exception handling, otherwise looks good Thanks Michael for the review! I've pushed an update to improve on the

[jira] [Created] (SOLR-15181) TestCodecSupport.testDynamicFieldsDocValuesFormats & TestCodecSupport.testDocValuesFormats are failing

2021-02-22 Thread Zach Chen (Jira)
Zach Chen created SOLR-15181: Summary: TestCodecSupport.testDynamicFieldsDocValuesFormats & TestCodecSupport.testDocValuesFormats are failing Key: SOLR-15181 URL: https://issues.apache.org/jira/browse/SOLR-15181

[GitHub] [lucene-solr] zacharymorn commented on a change in pull request #2404: LUCENE-9639: Add unit tests for SimpleTextVector format

2021-02-22 Thread GitBox
zacharymorn commented on a change in pull request #2404: URL: https://github.com/apache/lucene-solr/pull/2404#discussion_r580741603 ## File path: lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextVectorReader.java ## @@ -93,22 +94,35 @@

[GitHub] [lucene-solr-operator] thelabdude commented on a change in pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-22 Thread GitBox
thelabdude commented on a change in pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#discussion_r580726397 ## File path: controllers/solrcloud_controller.go ## @@ -256,6 +257,55 @@ func (r *SolrCloudReconciler) Reconcile(req ctrl.Request)

[GitHub] [lucene-solr] jaisonbi commented on pull request #2412: LUCENE-9737: Flexible configuration for DocValue compressions

2021-02-22 Thread GitBox
jaisonbi commented on pull request #2412: URL: https://github.com/apache/lucene-solr/pull/2412#issuecomment-783812121 > Why do we need this? I don't understand why the terms dict compression needs to be configurable at all. Under BEST_COMPRESSION mode: 1. fdt file will be

[GitHub] [lucene-solr] noblepaul commented on pull request #2312: SOLR-15141: Deprecate V2RequestSupport

2021-02-22 Thread GitBox
noblepaul commented on pull request #2312: URL: https://github.com/apache/lucene-solr/pull/2312#issuecomment-783803427 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene-solr] noblepaul closed pull request #2318: SOLR-15138: PerReplicaStates does not scale to large collections as well as state.json

2021-02-22 Thread GitBox
noblepaul closed pull request #2318: URL: https://github.com/apache/lucene-solr/pull/2318 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

[GitHub] [lucene-solr] noblepaul closed pull request #2359: SOLR-15138: PerReplicaStates does not scale to large collections as well as state.json (8x )

2021-02-22 Thread GitBox
noblepaul closed pull request #2359: URL: https://github.com/apache/lucene-solr/pull/2359 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] [Resolved] (SOLR-15176) Mailing list for solr-operator?

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-15176. Resolution: Later Yep, the solr-operator community seems to be doing fine with GitHub, and when a

[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288745#comment-17288745 ] Jan Høydahl commented on SOLR-14760: +1 Also as Chair I'll be reporting mailing list traffic, and it

[jira] [Resolved] (SOLR-14761) Order new 'solr' git repo

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14761. Resolution: Fixed Got it https://gitbox.apache.org/repos/asf?p=solr.git > Order new 'solr' git

[jira] [Commented] (SOLR-15179) Release wizard should have the option to source Apache credentials and signing key passphrase from local file vs. prompting the user

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288742#comment-17288742 ] Jan Høydahl commented on SOLR-15179: Makes sense. Perhaps. GPG passphrase should really not be

[jira] [Comment Edited] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288715#comment-17288715 ] Jan Høydahl edited comment on SOLR-14499 at 2/23/21, 12:14 AM: --- I'd also

[GitHub] [lucene-solr-operator] HoustonPutman merged pull request #224: Various fixes - NPE, logging

2021-02-22 Thread GitBox
HoustonPutman merged pull request #224: URL: https://github.com/apache/lucene-solr-operator/pull/224 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] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288715#comment-17288715 ] Jan Høydahl commented on SOLR-14499: I'd also like feedback on the TLP news article I put in there,

[jira] [Commented] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288713#comment-17288713 ] Jan Høydahl commented on SOLR-14499: Thanks for chiming in. I'll go with the complementary green 

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14499: --- Attachment: stacked.png > New Solr TLP site > - > > Key: SOLR-14499

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-14499: --- Attachment: solr-security-and-news.png > New Solr TLP site > - > >

[GitHub] [lucene-solr-operator] HoustonPutman opened a new pull request #224: Various fixes - NPE, logging

2021-02-22 Thread GitBox
HoustonPutman opened a new pull request #224: URL: https://github.com/apache/lucene-solr-operator/pull/224 - Fix logging for Prometheus exporter - Fix Null Pointer Exception when using additional volumes - Add generated file missing from previous commit

[jira] [Updated] (SOLR-15180) SearchHandler could prune uniqueKey queries

2021-02-22 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-15180: - Description: When doing a query that includes an {{id}}, we should be able to prune which shards need

[jira] [Created] (SOLR-15180) SearchHandler could prune uniqueKey queries

2021-02-22 Thread Mike Drob (Jira)
Mike Drob created SOLR-15180: Summary: SearchHandler could prune uniqueKey queries Key: SOLR-15180 URL: https://issues.apache.org/jira/browse/SOLR-15180 Project: Solr Issue Type: Improvement

[jira] [Commented] (LUCENE-9802) Switch to new logo

2021-02-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288681#comment-17288681 ] Michael McCandless commented on LUCENE-9802: +1, exciting! > Switch to new logo >

[jira] [Resolved] (LUCENE-9221) Lucene Logo Contest

2021-02-22 Thread Ryan Ernst (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst resolved LUCENE-9221. Resolution: Resolved > Lucene Logo Contest > --- > > Key:

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2021-02-22 Thread Ryan Ernst (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288665#comment-17288665 ] Ryan Ernst commented on LUCENE-9221: Thanks to everyone last year that participated in this contest.

[jira] [Updated] (LUCENE-9802) Switch to new logo

2021-02-22 Thread Ryan Ernst (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst updated LUCENE-9802: --- Description: Last year we held a competition to create a new logo for Lucene. The vote was

[jira] [Created] (LUCENE-9802) Switch to new logo

2021-02-22 Thread Ryan Ernst (Jira)
Ryan Ernst created LUCENE-9802: -- Summary: Switch to new logo Key: LUCENE-9802 URL: https://issues.apache.org/jira/browse/LUCENE-9802 Project: Lucene - Core Issue Type: Task

[GitHub] [lucene-solr] mayya-sharipova edited a comment on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-22 Thread GitBox
mayya-sharipova edited a comment on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-783604414 @jpountz Adrien, I also wanted to ask your opinion about the behaviour of `writer.updateDocValues(Term term, fieldX)`, as I am not sure what to do in this

[GitHub] [lucene-solr] mayya-sharipova edited a comment on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-22 Thread GitBox
mayya-sharipova edited a comment on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-783604414 @jpountz Adrien, I also wanted to ask your opinion about the behaviour of `writer.updateDocValues(Term term, fieldX)`, as I am not sure what to do in this

[GitHub] [lucene-solr] mayya-sharipova edited a comment on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-22 Thread GitBox
mayya-sharipova edited a comment on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-783604414 @jpountz Adrien, I also wanted to ask your opinion about the behaviour of `writer.updateDocValues(Term term, fieldX)`: 1. What should happen if `fieldX`

[GitHub] [lucene-solr] mayya-sharipova edited a comment on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-22 Thread GitBox
mayya-sharipova edited a comment on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-783604414 @jpountz Adrien, I also wanted to ask your opinion about the behaviour of `writer.updateDocValues(Term term, fieldX)`: 1. What should happen if `fieldX`

[GitHub] [lucene-solr] mayya-sharipova edited a comment on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-22 Thread GitBox
mayya-sharipova edited a comment on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-783604414 @jpountz Adrien, I also wanted to ask your opinion about the behaviour of `writer.updateDocValues(Term term, fieldX)`: 1. What should happen if `fieldX`

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2250: SOLR-13608: Incremental backup file format

2021-02-22 Thread GitBox
murblanc commented on a change in pull request #2250: URL: https://github.com/apache/lucene-solr/pull/2250#discussion_r580587364 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/BackupCmd.java ## @@ -77,74 +80,110 @@ public void call(ClusterState state,

[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288612#comment-17288612 ] Anshum Gupta commented on SOLR-14760: - I feel the same way about the clean break, and switching over

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

2021-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288594#comment-17288594 ] ASF subversion and git services commented on LUCENE-9705: - Commit

[GitHub] [lucene-solr] jtibshirani merged pull request #2392: LUCENE-9705: Create Lucene90DocValuesFormat and Lucene90NormsFormat

2021-02-22 Thread GitBox
jtibshirani merged pull request #2392: URL: https://github.com/apache/lucene-solr/pull/2392 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

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2416: LUCENE-9801: Hunspell suggestions: speed up expandWord by enumerating…

2021-02-22 Thread GitBox
donnerpeter commented on a change in pull request #2416: URL: https://github.com/apache/lucene-solr/pull/2416#discussion_r580529691 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Stemmer.java ## @@ -259,12 +258,8 @@ boolean doStem(

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2416: LUCENE-9801: Hunspell suggestions: speed up expandWord by enumerating…

2021-02-22 Thread GitBox
donnerpeter commented on a change in pull request #2416: URL: https://github.com/apache/lucene-solr/pull/2416#discussion_r580529040 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java ## @@ -175,67 +175,85 @@ private

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2416: LUCENE-9801: Hunspell suggestions: speed up expandWord by enumerating…

2021-02-22 Thread GitBox
donnerpeter commented on a change in pull request #2416: URL: https://github.com/apache/lucene-solr/pull/2416#discussion_r580529040 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java ## @@ -175,67 +175,85 @@ private

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2416: LUCENE-9801: Hunspell suggestions: speed up expandWord by enumerating…

2021-02-22 Thread GitBox
donnerpeter commented on a change in pull request #2416: URL: https://github.com/apache/lucene-solr/pull/2416#discussion_r580527272 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java ## @@ -175,67 +175,85 @@ private

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2416: LUCENE-9801: Hunspell suggestions: speed up expandWord by enumerating…

2021-02-22 Thread GitBox
donnerpeter commented on a change in pull request #2416: URL: https://github.com/apache/lucene-solr/pull/2416#discussion_r580526535 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java ## @@ -297,29 +297,29 @@ IntsRef lookup(FST

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2416: LUCENE-9801: Hunspell suggestions: speed up expandWord by enumerating…

2021-02-22 Thread GitBox
donnerpeter opened a new pull request #2416: URL: https://github.com/apache/lucene-solr/pull/2416 # Description … only applicable affixes. Before, all affixes were enumerated and checked for `startsWith/endsWith`. And enumerating a whole FST is expensive. #

[jira] [Created] (LUCENE-9801) Hunspell suggestions: speed up expandWord by enumerating only applicable affixes

2021-02-22 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9801: Summary: Hunspell suggestions: speed up expandWord by enumerating only applicable affixes Key: LUCENE-9801 URL: https://issues.apache.org/jira/browse/LUCENE-9801

[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288580#comment-17288580 ] Shawn Heisey commented on SOLR-14760: - +1 to everthing [~ctargett] has said. Any idea how long it

[GitHub] [lucene-solr] mayya-sharipova commented on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-22 Thread GitBox
mayya-sharipova commented on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-783604414 @jpountz Adrien, I also wanted to ask your opinion about the behaviour of `writer.updateDocValues(Term term, fieldX)`: 1. What should happen if `fieldX` doesn't

[GitHub] [lucene-solr-operator] sylus commented on pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-22 Thread GitBox
sylus commented on pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#issuecomment-783604393 I also had do this: https://github.com/apache/lucene-solr-operator/issues/223 To get the quorum property but Solr then worked talking to ZooKeeper when

[jira] [Commented] (LUCENE-9800) Hunspell: put a time limit on suggestion calculation

2021-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288578#comment-17288578 ] ASF subversion and git services commented on LUCENE-9800: - Commit

[jira] [Commented] (LUCENE-9800) Hunspell: put a time limit on suggestion calculation

2021-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288579#comment-17288579 ] ASF subversion and git services commented on LUCENE-9800: - Commit

[jira] [Resolved] (LUCENE-9800) Hunspell: put a time limit on suggestion calculation

2021-02-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9800. - Fix Version/s: master (9.0) Resolution: Fixed > Hunspell: put a time limit on suggestion

[GitHub] [lucene-solr] rmuir merged pull request #2414: LUCENE-9800: Hunspell: put a time limit on suggestion calculation

2021-02-22 Thread GitBox
rmuir merged pull request #2414: URL: https://github.com/apache/lucene-solr/pull/2414 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-14760) Order new Solr mailing lists

2021-02-22 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288577#comment-17288577 ] Cassandra Targett commented on SOLR-14760: -- While I see the value of the proposal in short-term

[jira] [Commented] (LUCENE-9616) Improve test coverage for internal format versions

2021-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288575#comment-17288575 ] ASF subversion and git services commented on LUCENE-9616: - Commit

[GitHub] [lucene-solr] msokolov commented on a change in pull request #2404: LUCENE-9639: Add unit tests for SimpleTextVector format

2021-02-22 Thread GitBox
msokolov commented on a change in pull request #2404: URL: https://github.com/apache/lucene-solr/pull/2404#discussion_r580512737 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90VectorReader.java ## @@ -120,6 +120,7 @@ private static IndexInput

[GitHub] [lucene-solr] jtibshirani merged pull request #2395: LUCENE-9616: Add developer docs on how to update a format.

2021-02-22 Thread GitBox
jtibshirani merged pull request #2395: URL: https://github.com/apache/lucene-solr/pull/2395 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

[GitHub] [lucene-solr-operator] thelabdude commented on pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-22 Thread GitBox
thelabdude commented on pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#issuecomment-783596940 @sylus thanks for testing, really appreciate it ... I'll try to work in a solution using your work-arounds

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

2021-02-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288565#comment-17288565 ] ASF subversion and git services commented on LUCENE-9705: - Commit

[GitHub] [lucene-solr] jtibshirani merged pull request #2310: LUCENE-9705: Create Lucene90PostingsFormat

2021-02-22 Thread GitBox
jtibshirani merged pull request #2310: URL: https://github.com/apache/lucene-solr/pull/2310 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

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #2392: LUCENE-9705: Create Lucene90DocValuesFormat and Lucene90NormsFormat

2021-02-22 Thread GitBox
jtibshirani commented on a change in pull request #2392: URL: https://github.com/apache/lucene-solr/pull/2392#discussion_r580481448 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene80/Lucene80DocValuesFormat.java ## @@ -163,6 +163,11 @@

[GitHub] [lucene-solr-operator] sylus opened a new issue #223: Solr Operator compatibility with Istio

2021-02-22 Thread GitBox
sylus opened a new issue #223: URL: https://github.com/apache/lucene-solr-operator/issues/223 I ended up getting this to mostly work doing the following: ```sh Conf: zk.ZookeeperConfig{ InitLimit:10,

[GitHub] [lucene-solr-operator] sylus commented on pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-22 Thread GitBox
sylus commented on pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#issuecomment-783563280 Hi there I ended up testing this P.R. and it works great in a non Istio enabled namespace. However the problem is with the solr-zk-setup init container when is

[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288540#comment-17288540 ] Ishan Chattopadhyaya commented on SOLR-14760: - Anshum and I discussed on Slack about my last

[jira] [Commented] (SOLR-15176) Mailing list for solr-operator?

2021-02-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288529#comment-17288529 ] Houston Putman commented on SOLR-15176: --- Good question. We can always start with sharing the lists,

[jira] [Assigned] (SOLR-15167) Move lucene-solr-operator repo

2021-02-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-15167: -- Assignee: Houston Putman > Move lucene-solr-operator repo > -- >

[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288519#comment-17288519 ] Anshum Gupta commented on SOLR-14760: - I understand your concern, Ishan. If we create a new list,

[jira] [Comment Edited] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288515#comment-17288515 ] Ishan Chattopadhyaya edited comment on SOLR-14760 at 2/22/21, 5:26 PM:

[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288515#comment-17288515 ] Ishan Chattopadhyaya commented on SOLR-14760: - That is going to be super annoying to

[GitHub] [lucene-solr] epugh commented on a change in pull request #2401: SOLR-11646: Add v2 examples for collections API

2021-02-22 Thread GitBox
epugh commented on a change in pull request #2401: URL: https://github.com/apache/lucene-solr/pull/2401#discussion_r580437195 ## File path: solr/solr-ref-guide/src/cluster-node-management.adoc ## @@ -169,6 +219,38 @@

[GitHub] [lucene-solr] epugh commented on pull request #2401: SOLR-11646: Add v2 examples for collections API

2021-02-22 Thread GitBox
epugh commented on pull request #2401: URL: https://github.com/apache/lucene-solr/pull/2401#issuecomment-783536071 Okay, done with `cluster-node-management.adoc`.The section about "Setting Cluster-Wide Defaults", I think there is no V1 versus V2, only a v2?

[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-22 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288510#comment-17288510 ] Anshum Gupta commented on SOLR-14760: - Moving forward with the steps I mentioned in my last comment.

[jira] [Issue Comment Deleted] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-02-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-15177: -- Comment: was deleted (was: I'm not sure if this is the right ticket to discuss this, but we

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-02-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288473#comment-17288473 ] Houston Putman commented on SOLR-15177: --- I'm not sure if this is the right ticket to discuss this,

[jira] [Commented] (SOLR-15164) Task Management Interface

2021-02-22 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288459#comment-17288459 ] Jason Gerlowski commented on SOLR-15164: bq. The same ID should probably also be used by the

[GitHub] [lucene-solr] bszabo97 opened a new pull request #2415: SOLR-15178 Non-existent dependency listed in solr-core

2021-02-22 Thread GitBox
bszabo97 opened a new pull request #2415: URL: https://github.com/apache/lucene-solr/pull/2415 # Description Solr-core has a dependency, org.apache.solr:server, which fails to download. For testing I created a test project here:

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-02-22 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288440#comment-17288440 ] Cassandra Targett commented on SOLR-15177: -- I'm not sure Jan what you had in mind for this, but

[GitHub] [lucene-solr] gus-asf commented on pull request #2411: SOLR-13696 Simplify routed alias tests to avoid flakiness, improve debugging

2021-02-22 Thread GitBox
gus-asf commented on pull request #2411: URL: https://github.com/apache/lucene-solr/pull/2411#issuecomment-783459244 @tflobbe later this week is fine :) This is an automated message from the Apache Git Service. To respond

[jira] [Created] (SOLR-15179) Release wizard should have the option to source Apache credentials and signing key passphrase from local file vs. prompting the user

2021-02-22 Thread Timothy Potter (Jira)
Timothy Potter created SOLR-15179: - Summary: Release wizard should have the option to source Apache credentials and signing key passphrase from local file vs. prompting the user Key: SOLR-15179 URL:

[GitHub] [lucene-solr] tflobbe commented on pull request #2411: SOLR-13696 Simplify routed alias tests to avoid flakiness, improve debugging

2021-02-22 Thread GitBox
tflobbe commented on pull request #2411: URL: https://github.com/apache/lucene-solr/pull/2411#issuecomment-783450833 Thanks for the ping @gus-asf. I’m on vacations without my computer. I can get back to this PR later this week If it’s still around.

[jira] [Commented] (SOLR-15164) Task Management Interface

2021-02-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288428#comment-17288428 ] David Smiley commented on SOLR-15164: - The same ID should probably also be used by the "rid" (request

[GitHub] [lucene-solr] dsmiley commented on pull request #2408: SOLR-13034: RTG sometimes didn't materialize LazyField

2021-02-22 Thread GitBox
dsmiley commented on pull request #2408: URL: https://github.com/apache/lucene-solr/pull/2408#issuecomment-783429388 Kind of a long-shot request for a code review @ErickErickson but it's an easy one and you had once looked at the relevant code. Overall, I feel this change is super

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-14499: - Attachment: solr-site-yellow.png solr-site-green.png > New Solr TLP site

[jira] [Comment Edited] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288410#comment-17288410 ] Cassandra Targett edited comment on SOLR-14499 at 2/22/21, 2:43 PM:

[jira] [Commented] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17288410#comment-17288410 ] Cassandra Targett commented on SOLR-14499: -- {quote}I know this green (code 'lightgreen') is not

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-14499: - Attachment: solr-site-yellow.png Paletton-color-palette.html > New Solr

[GitHub] [lucene-solr] epugh commented on a change in pull request #2401: SOLR-11646: Add v2 examples for collections API

2021-02-22 Thread GitBox
epugh commented on a change in pull request #2401: URL: https://github.com/apache/lucene-solr/pull/2401#discussion_r580298998 ## File path: solr/solr-ref-guide/src/collection-management.adoc ## @@ -264,16 +381,33 @@ processing of updates and reloads the collection. Fetch

[jira] [Updated] (SOLR-14499) New Solr TLP site

2021-02-22 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-14499: - Attachment: solr-site-green.png > New Solr TLP site > - > >

[GitHub] [lucene-solr] jpountz commented on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-22 Thread GitBox
jpountz commented on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-783417743 I need to spend more time understanding how everything ties together but the logic you described makes sense to me.

[GitHub] [lucene-solr] gerlowskija commented on a change in pull request #2401: SOLR-11646: Add v2 examples for collections API

2021-02-22 Thread GitBox
gerlowskija commented on a change in pull request #2401: URL: https://github.com/apache/lucene-solr/pull/2401#discussion_r580272949 ## File path: solr/solr-ref-guide/src/collection-management.adoc ## @@ -264,16 +381,33 @@ processing of updates and reloads the collection.

[GitHub] [lucene-solr] rmuir commented on a change in pull request #2414: LUCENE-9800: Hunspell: put a time limit on suggestion calculation

2021-02-22 Thread GitBox
rmuir commented on a change in pull request #2414: URL: https://github.com/apache/lucene-solr/pull/2414#discussion_r580272140 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Hunspell.java ## @@ -49,20 +51,25 @@ * shared by multiple

  1   2   >