Peter Gromov created LUCENE-9776:
Summary: Hunspell: allow to inflect the last part of COMPOUNDRULE
compound
Key: LUCENE-9776
URL: https://issues.apache.org/jira/browse/LUCENE-9776
Project: Lucene - C
bruno-roustant commented on a change in pull request #2134:
URL: https://github.com/apache/lucene-solr/pull/2134#discussion_r576688565
##
File path: solr/CHANGES.txt
##
@@ -75,6 +75,9 @@ Improvements
* SOLR-15011: /admin/logging handler will now propagate setLevel (log
thresh
tkaessmann commented on a change in pull request #2134:
URL: https://github.com/apache/lucene-solr/pull/2134#discussion_r576713517
##
File path: solr/CHANGES.txt
##
@@ -75,6 +75,9 @@ Improvements
* SOLR-15011: /admin/logging handler will now propagate setLevel (log
threshold)
romseygeek commented on a change in pull request #2365:
URL: https://github.com/apache/lucene-solr/pull/2365#discussion_r576715340
##
File path: lucene/core/src/java/org/apache/lucene/search/DoubleValuesSource.java
##
@@ -617,8 +618,17 @@ public double doubleValue() throws IOEx
jward-bw commented on pull request #216:
URL:
https://github.com/apache/lucene-solr-operator/pull/216#issuecomment-779755262
> Are you using the kustomize version specified in
hack/install_dependencies.sh?
Yep that was the issue, I had an older version installed.
> ... implem
jward-bw commented on a change in pull request #216:
URL:
https://github.com/apache/lucene-solr-operator/pull/216#discussion_r576728102
##
File path: controllers/util/solr_util.go
##
@@ -520,8 +520,15 @@ func GenerateStatefulSet(solrCloud *solr.SolrCloud,
solrCloudStatus *sol
bruno-roustant commented on a change in pull request #2134:
URL: https://github.com/apache/lucene-solr/pull/2134#discussion_r576750837
##
File path: solr/solr-ref-guide/src/the-query-elevation-component.adoc
##
@@ -93,6 +93,10 @@ they be subject to whatever the sort criteria is
Noble Paul created LUCENE-9777:
--
Summary: generate back-compat for master branch is wrong in
addBackcompatIndexes.py
Key: LUCENE-9777
URL: https://issues.apache.org/jira/browse/LUCENE-9777
Project: Lucen
tkaessmann commented on pull request #2134:
URL: https://github.com/apache/lucene-solr/pull/2134#issuecomment-779817387
oh I'm so sorry for mixing up the parameters. Now it should be fine!
This is an automated message from th
Peter Gromov created LUCENE-9778:
Summary: Hunspell: speed up input conversion
Key: LUCENE-9778
URL: https://issues.apache.org/jira/browse/LUCENE-9778
Project: Lucene - Core
Issue Type: Sub-t
donnerpeter opened a new pull request #2376:
URL: https://github.com/apache/lucene-solr/pull/2376
# Description
Every input is converted to StringBuilder and then back, and an ICONV FST is
(expensively) traversed for each char of the input. That takes some CPU time,
up t
[
https://issues.apache.org/jira/browse/LUCENE-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285200#comment-17285200
]
Ignacio Vera commented on LUCENE-9777:
--
I had a look into this out of curiosity and
donnerpeter commented on a change in pull request #2376:
URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576830326
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ConvTable.java
##
@@ -0,0 +1,110 @@
+/*
+ * Licensed to the Apa
donnerpeter commented on a change in pull request #2376:
URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576830544
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ConvTable.java
##
@@ -0,0 +1,110 @@
+/*
+ * Licensed to the Apa
donnerpeter commented on a change in pull request #2376:
URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576830844
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ConvTable.java
##
@@ -0,0 +1,110 @@
+/*
+ * Licensed to the Apa
donnerpeter commented on a change in pull request #2376:
URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576831161
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ConvTable.java
##
@@ -0,0 +1,110 @@
+/*
+ * Licensed to the Apa
donnerpeter commented on a change in pull request #2376:
URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576832415
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -1085,8 +1062,9 @@ private void writeNorm
donnerpeter commented on a change in pull request #2376:
URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576834208
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -1571,14 +1549,28 @@ boolean hasFlag(int
iverase opened a new pull request #2377:
URL: https://github.com/apache/lucene-solr/pull/2377
See https://issues.apache.org/jira/browse/LUCENE-9777.
This seems to bring this part of the release process up-to-date.
This
iverase commented on pull request #2377:
URL: https://github.com/apache/lucene-solr/pull/2377#issuecomment-779857834
Sorry @janhoy, didn't want to take it from you but I got carried over and
finally (I think) fix it.
This is
iverase merged pull request #2371:
URL: https://github.com/apache/lucene-solr/pull/2371
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
epugh commented on pull request #41:
URL: https://github.com/apache/lucene-site/pull/41#issuecomment-779860130
> Looks good.
> I notice that the Slack URLs are to invite links. They assume you are not
already a member, and if so you are not taken to the slack channel if you
click. Shoul
[
https://issues.apache.org/jira/browse/LUCENE-9322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285214#comment-17285214
]
ASF subversion and git services commented on LUCENE-9322:
-
Commi
epugh commented on pull request #42:
URL: https://github.com/apache/lucene-site/pull/42#issuecomment-779861994
@janhoy I noticed we use `pip3` in the readme, but `pip` in the script. At
least for me, `pip` doesn't work, so I upgraded. However, not sure this is a
good change for everyone
Peter Gromov created LUCENE-9779:
Summary: Hunspell: add an API to interrupt long computations
Key: LUCENE-9779
URL: https://issues.apache.org/jira/browse/LUCENE-9779
Project: Lucene - Core
I
[
https://issues.apache.org/jira/browse/LUCENE-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Gromov updated LUCENE-9779:
-
Description: For example, to ensure responsiveness, IntelliJ-based IDEs
periodically call a spec
donnerpeter opened a new pull request #2378:
URL: https://github.com/apache/lucene-solr/pull/2378
# Description
For example, to ensure responsiveness, IntelliJ-based IDEs periodically call
a special method which can throw a dedicated exception. This allows the
currently
mikemccand commented on pull request #2306:
URL: https://github.com/apache/lucene-solr/pull/2306#issuecomment-779866635
> Sorry, my father died on Thursday.
So sorry to hear this @uschindler.
This is an automated messa
sigram commented on a change in pull request #2373:
URL: https://github.com/apache/lucene-solr/pull/2373#discussion_r576863376
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -280,25 +250,31 @@ public void verifyAl
[
https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274241#comment-17274241
]
Ignacio Vera edited comment on LUCENE-9705 at 2/16/21, 2:37 PM:
--
gerlowskija opened a new pull request #2379:
URL: https://github.com/apache/lucene-solr/pull/2379
# Description
SOLR-13608 introduced a new "incremental" backup format, which allows
storage of multiple backup "points" in the same location. But with this new
capability comes the
murblanc commented on a change in pull request #2373:
URL: https://github.com/apache/lucene-solr/pull/2373#discussion_r576921425
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -280,25 +250,31 @@ public void verify
murblanc commented on a change in pull request #2373:
URL: https://github.com/apache/lucene-solr/pull/2373#discussion_r576921425
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -280,25 +250,31 @@ public void verify
jpountz commented on pull request #2310:
URL: https://github.com/apache/lucene-solr/pull/2310#issuecomment-779931054
These names work for me too. Agreed we don't have to have numbers in small
helper classes.
This is an autom
[
https://issues.apache.org/jira/browse/SOLR-15138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285306#comment-17285306
]
ASF subversion and git services commented on SOLR-15138:
Commit 2
[
https://issues.apache.org/jira/browse/SOLR-15138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285307#comment-17285307
]
ASF subversion and git services commented on SOLR-15138:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285317#comment-17285317
]
Mike Drob commented on SOLR-15135:
--
[~ichattopadhyaya]
[~thelabdude]
Should this blo
[
https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285321#comment-17285321
]
Bruno Roustant commented on SOLR-15038:
---
The PR sounds good to me. I'll merge soon.
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285324#comment-17285324
]
Ishan Chattopadhyaya commented on SOLR-15135:
-
bq. Should this block a 8.8.1?
HoustonPutman commented on issue #214:
URL:
https://github.com/apache/lucene-solr-operator/issues/214#issuecomment-779966204
So `networking.k8s.io/v1 Ingress` is stable starting in Kubernetes 1.19.
Since 1.16 is currently our minimum supported version, we will need to use
`networking.k8s.
[
https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter reopened SOLR-15149:
---
Assignee: Alessandro Benedetti
These changes are causing lots of jenkins test failu
eribeiro commented on pull request #2377:
URL: https://github.com/apache/lucene-solr/pull/2377#issuecomment-780024290
Two nits worth fixing maybe.
Line 57 declares a test_file variable but never uses it. O guess it was
supposed to be used on line 58.
The last line of the file
eribeiro edited a comment on pull request #2377:
URL: https://github.com/apache/lucene-solr/pull/2377#issuecomment-780024290
Two nits worth fixing maybe.
Line 57 declares a test_file variable but never uses it. I guess it was
supposed to be used on line 58.
The last line of t
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285396#comment-17285396
]
Timothy Potter commented on SOLR-15135:
---
This is would be a trivial change in the {
[
https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285402#comment-17285402
]
Alessandro Benedetti commented on SOLR-15149:
-
My bad, when I merged, I didn'
gerlowskija opened a new pull request #2380:
URL: https://github.com/apache/lucene-solr/pull/2380
# Description
As originally implemented, SolrCloud's `restore` operation only supported
restoring to collections that didn't yet exist. This was primarily done out of
a fear of race co
[
https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285405#comment-17285405
]
ASF subversion and git services commented on SOLR-15149:
Commit 0
[
https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285406#comment-17285406
]
ASF subversion and git services commented on SOLR-15149:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285408#comment-17285408
]
Alessandro Benedetti commented on SOLR-15149:
-
Fixed, I'll monitor it this ev
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter reassigned SOLR-15135:
-
Assignee: Timothy Potter
> Admin UI does not accurately reflect node PerReplicaStates st
epugh opened a new pull request #2381:
URL: https://github.com/apache/lucene-solr/pull/2381
This code was mostly written by Michael Suzuki in PR
https://github.com/apache/lucene-solr/pull/180, i just tweaked it to load in
Solr 9, and updated the version of ui-grid to the 4.10 version.
epugh commented on pull request #2381:
URL: https://github.com/apache/lucene-solr/pull/2381#issuecomment-780064396
@michaelsuzukisagi I'd love your review.
This is an automated message from the Apache Git Service.
To respond
[
https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh reassigned SOLR-8138:
-
Assignee: David Eric Pugh
> Simple UI for issuing SQL queries
> -
Houston Putman created LUCENE-9780:
--
Summary: Only validate JARs for tasks that are enabled.
Key: LUCENE-9780
URL: https://issues.apache.org/jira/browse/LUCENE-9780
Project: Lucene - Core
Is
[
https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285440#comment-17285440
]
David Eric Pugh commented on SOLR-8138:
---
I got excited [~michaelsuzuki] and tried ou
HoustonPutman opened a new pull request #2382:
URL: https://github.com/apache/lucene-solr/pull/2382
https://issues.apache.org/jira/browse/LUCENE-9780
This is an automated message from the Apache Git Service.
To respond to the
[
https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285443#comment-17285443
]
Trey Jones edited comment on LUCENE-9754 at 2/16/21, 7:32 PM:
[
https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285443#comment-17285443
]
Trey Jones commented on LUCENE-9754:
> the rules you see don't mean what you might
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter updated SOLR-15135:
--
Fix Version/s: 8.8.1
8.9
master (9.0)
> Admin UI does not
David Smiley created SOLR-15159:
---
Summary: Missing host in error message: "Error from server at null"
Key: SOLR-15159
URL: https://issues.apache.org/jira/browse/SOLR-15159
Project: Solr
Issue T
[
https://issues.apache.org/jira/browse/SOLR-15159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285461#comment-17285461
]
David Smiley commented on SOLR-15159:
-
I think a simple fix is to modify
{{org.apach
thelabdude opened a new pull request #2383:
URL: https://github.com/apache/lucene-solr/pull/2383
Quick fix to render collections with `perReplicaState=true` by using
DocCollection instead of reading ZK data directly.
Thi
[
https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285494#comment-17285494
]
Michael Suzuki commented on SOLR-8138:
--
Sorry I wasn't able to look at it, work got
thelabdude opened a new pull request #2384:
URL: https://github.com/apache/lucene-solr/pull/2384
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
thelabdude merged pull request #2384:
URL: https://github.com/apache/lucene-solr/pull/2384
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
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285501#comment-17285501
]
ASF subversion and git services commented on SOLR-15135:
Commit a
thelabdude opened a new pull request #2385:
URL: https://github.com/apache/lucene-solr/pull/2385
…by UI to work with perReplicaState collections (backport to 8_8)
See: https://github.com/apache/lucene-solr/pull/2384
--
anshumg commented on a change in pull request #2383:
URL: https://github.com/apache/lucene-solr/pull/2383#discussion_r577152606
##
File path:
solr/core/src/java/org/apache/solr/handler/admin/ZookeeperInfoHandler.java
##
@@ -516,31 +518,17 @@ void printPaginatedCollections() th
[
https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285503#comment-17285503
]
Chris M. Hostetter commented on SOLR-15149:
---
well ... i mean ... step #1 is to
thelabdude merged pull request #2385:
URL: https://github.com/apache/lucene-solr/pull/2385
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
thelabdude merged pull request #2383:
URL: https://github.com/apache/lucene-solr/pull/2383
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
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285504#comment-17285504
]
ASF subversion and git services commented on SOLR-15135:
Commit 6
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285506#comment-17285506
]
ASF subversion and git services commented on SOLR-15135:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285507#comment-17285507
]
Chris M. Hostetter commented on SOLR-15149:
---
FWIW: I _initially_ noticed these
anshumg commented on pull request #39:
URL: https://github.com/apache/lucene-site/pull/39#issuecomment-780138505
I would like to think so as well but have just seen otherwise. Again, I'm
fine with any workflow as long as it's convenient for everyone - no reason to
add extra steps :)
[
https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter resolved SOLR-15135.
---
Resolution: Fixed
> Admin UI does not accurately reflect node PerReplicaStates status
> -
[
https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285514#comment-17285514
]
Alessandro Benedetti commented on SOLR-15149:
-
Thanks for all the good inform
thelabdude commented on a change in pull request #2383:
URL: https://github.com/apache/lucene-solr/pull/2383#discussion_r577169229
##
File path:
solr/core/src/java/org/apache/solr/handler/admin/ZookeeperInfoHandler.java
##
@@ -516,31 +518,17 @@ void printPaginatedCollections()
[
https://issues.apache.org/jira/browse/SOLR-15150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285523#comment-17285523
]
ASF subversion and git services commented on SOLR-15150:
Commit 1
anshumg commented on issue #218:
URL:
https://github.com/apache/lucene-solr-operator/issues/218#issuecomment-780161635
Just having `#1` done for now sounds like a good place to be in. `#2` adds
complexity and requires the operator to deal with more than what the users
might want currently
[
https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285534#comment-17285534
]
David Eric Pugh commented on SOLR-8138:
---
I'm going to work through making it commita
[
https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh updated SOLR-8138:
--
Attachment: Screenshot at Feb 16 14-55-54.png
> Simple UI for issuing SQL queries
>
[
https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285535#comment-17285535
]
David Eric Pugh commented on SOLR-8138:
---
SQL syntax highlighting?
> Simple UI for i
[
https://issues.apache.org/jira/browse/SOLR-15150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285545#comment-17285545
]
ASF subversion and git services commented on SOLR-15150:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-15150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter resolved SOLR-15150.
---
Fix Version/s: 8.9
master (9.0)
Resolution: Fixed
> add req
HoustonPutman opened a new pull request #219:
URL: https://github.com/apache/lucene-solr-operator/pull/219
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
[
https://issues.apache.org/jira/browse/LUCENE-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl reassigned LUCENE-9777:
---
Assignee: Ignacio Vera (was: Jan Høydahl)
> generate back-compat for master branch is wron
HoustonPutman merged pull request #219:
URL: https://github.com/apache/lucene-solr-operator/pull/219
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
jtibshirani commented on pull request #2310:
URL: https://github.com/apache/lucene-solr/pull/2310#issuecomment-780194250
@jpountz @iverase I pushed some changes, would you be able to take one last
look?
This is an automated
jtibshirani commented on a change in pull request #2334:
URL: https://github.com/apache/lucene-solr/pull/2334#discussion_r577221689
##
File path:
lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/compressing/Lucene50CompressingTermVectorsFormat.java
##
@@ -0,0
janhoy commented on pull request #2377:
URL: https://github.com/apache/lucene-solr/pull/2377#issuecomment-780200600
DOAP files entry for 8.8.0 is missing from both master and branch_8x. In
releaseWizard it is covered in `update_doap` step. @noblepaul or @chatman you
may want to handle it i
gerlowskija merged pull request #2379:
URL: https://github.com/apache/lucene-solr/pull/2379
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 t
[
https://issues.apache.org/jira/browse/SOLR-13608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285567#comment-17285567
]
ASF subversion and git services commented on SOLR-13608:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-15101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285566#comment-17285566
]
ASF subversion and git services commented on SOLR-15101:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-15101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285568#comment-17285568
]
ASF subversion and git services commented on SOLR-15101:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-15101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285570#comment-17285570
]
ASF subversion and git services commented on SOLR-15101:
Commit a
[
https://issues.apache.org/jira/browse/SOLR-15101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski resolved SOLR-15101.
Fix Version/s: 8.9
master (9.0)
Resolution: Fixed
> Add list-back
[
https://issues.apache.org/jira/browse/SOLR-13606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285581#comment-17285581
]
Ilan Ginzburg edited comment on SOLR-13606 at 2/17/21, 1:39 AM:
---
[
https://issues.apache.org/jira/browse/SOLR-13606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285581#comment-17285581
]
Ilan Ginzburg commented on SOLR-13606:
--
Run into this again from IntelliJ. Deleting
[
https://issues.apache.org/jira/browse/LUCENE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nhat Nguyen updated LUCENE-9741:
Resolution: Won't Fix
Status: Resolved (was: Patch Available)
[~jpountz] [~rcmuir] Thank
1 - 100 of 122 matches
Mail list logo