squirmy opened a new pull request #1681:
URL: https://github.com/apache/lucene-solr/pull/1681
# Description
This change adds an optional configuration parameter to the
`DocBasedVersionConstraintsProcessorFactory` which will allow updates to
proceed if they have the same version as t
bruno-roustant commented on a change in pull request #1675:
URL: https://github.com/apache/lucene-solr/pull/1675#discussion_r457174905
##
File path: solr/core/src/java/org/apache/solr/core/SolrCore.java
##
@@ -487,10 +488,13 @@ public String getName() {
}
public void se
sigram commented on a change in pull request #1678:
URL: https://github.com/apache/lucene-solr/pull/1678#discussion_r457188846
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/assign/ReplicaState.java
##
@@ -0,0 +1,62 @@
+/*
+ * Licensed to the Apache Sof
[
https://issues.apache.org/jira/browse/SOLR-14463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161041#comment-17161041
]
Bernd Wahlen commented on SOLR-14463:
-
It would be really helpful to provide latest s
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161055#comment-17161055
]
Ishan Chattopadhyaya commented on SOLR-14656:
-
[~ilan]can you please take ano
[
https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161075#comment-17161075
]
Ilan Ginzburg commented on SOLR-14613:
--
[~noble.paul], [~ab], [~ichattopadhyaya] FYI
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161081#comment-17161081
]
Dawid Weiss commented on LUCENE-9312:
-
Tomoko, I've pushed branch jira/LUCENE-9312 -
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161082#comment-17161082
]
Dawid Weiss commented on LUCENE-9312:
-
There are two todos left - replace the jvm fo
[
https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161088#comment-17161088
]
Dawid Weiss commented on LUCENE-9433:
-
FYI: I've added javac and test support for al
[
https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161089#comment-17161089
]
Ishan Chattopadhyaya commented on SOLR-14613:
-
Sounds good [~ilan] .
I th
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161101#comment-17161101
]
Uwe Schindler commented on LUCENE-9312:
---
bq. warning: [options] system modules pat
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161101#comment-17161101
]
Uwe Schindler edited comment on LUCENE-9312 at 7/20/20, 10:04 AM:
chatman commented on a change in pull request #1679:
URL: https://github.com/apache/lucene-solr/pull/1679#discussion_r457247758
##
File path: solr/core/src/java/org/apache/solr/cloud/api/collections/Assign.java
##
@@ -663,17 +553,14 @@ public AssignStrategyFactory(SolrCloudMana
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161102#comment-17161102
]
Uwe Schindler commented on LUCENE-9312:
---
bq. for any jar tasks
Isn't the JAR task
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161105#comment-17161105
]
Uwe Schindler commented on LUCENE-9312:
---
If the issue is not caused by a missing "
chatman commented on a change in pull request #1679:
URL: https://github.com/apache/lucene-solr/pull/1679#discussion_r457248675
##
File path:
solr/solrj/src/java/org/apache/solr/client/solrj/request/CollectionAdminRequest.java
##
@@ -446,7 +444,6 @@ public static Modify modify
chatman commented on pull request #1679:
URL: https://github.com/apache/lucene-solr/pull/1679#issuecomment-660937670
@murblanc I think this is ready for another review. I'm still working on the
last piece: removing the suggestions tab in UI.
---
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161112#comment-17161112
]
Dawid Weiss commented on LUCENE-9312:
-
We only pass release - I didn't investigate w
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161113#comment-17161113
]
Dawid Weiss commented on LUCENE-9312:
-
Oh, sorry - was looking at the wrong thing. W
[
https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161115#comment-17161115
]
Ilan Ginzburg commented on SOLR-14613:
--
My plan in the PR I will share is to define
Dawid Weiss created LUCENE-9436:
---
Summary: Use "release" flag for javac rather than 'source' and
'target' combination
Key: LUCENE-9436
URL: https://issues.apache.org/jira/browse/LUCENE-9436
Project: Luc
[
https://issues.apache.org/jira/browse/LUCENE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9436:
Fix Version/s: master (9.0)
> Use "release" flag for javac rather than 'source' and 'target' combi
[
https://issues.apache.org/jira/browse/LUCENE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161116#comment-17161116
]
Dawid Weiss commented on LUCENE-9436:
-
This seems to be already supported by gradle'
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161130#comment-17161130
]
Uwe Schindler commented on LUCENE-9312:
---
bb. I don't know... I bet it is because i
[
https://issues.apache.org/jira/browse/LUCENE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161132#comment-17161132
]
ASF subversion and git services commented on LUCENE-9436:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9436.
-
Resolution: Fixed
Done.
> Use "release" flag for javac rather than 'source' and 'target' combin
[
https://issues.apache.org/jira/browse/LUCENE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161136#comment-17161136
]
Uwe Schindler commented on LUCENE-9436:
---
Thanks! I hope the JDK 15 build now works
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161143#comment-17161143
]
Tomoko Uchida commented on LUCENE-9312:
---
FYI this patch works for me. Is it okay t
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161142#comment-17161142
]
ASF subversion and git services commented on LUCENE-9312:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161141#comment-17161141
]
ASF subversion and git services commented on SOLR-14523:
Commit 1
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161148#comment-17161148
]
Tomoko Uchida commented on LUCENE-9312:
---
ah, it was already committed at {{h=92f61
[
https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161138#comment-17161138
]
ASF subversion and git services commented on SOLR-14523:
Commit 1
[
https://issues.apache.org/jira/browse/LUCENE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161140#comment-17161140
]
ASF subversion and git services commented on LUCENE-9436:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161147#comment-17161147
]
Dawid Weiss commented on LUCENE-9436:
-
Fails with this now -
{code}
> Task :solr:co
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161149#comment-17161149
]
Dawid Weiss commented on LUCENE-9312:
-
I have to switch contexts - feel free to fix
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161152#comment-17161152
]
Tomoko Uchida commented on LUCENE-9312:
---
We have two {{--release 11}} option in de
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161153#comment-17161153
]
Dawid Weiss commented on LUCENE-9312:
-
We could have a global JVM setting... but I d
atris opened a new pull request #1682:
URL: https://github.com/apache/lucene-solr/pull/1682
FileSystem.get can cause FileSystem closed exceptions, especially with S3.
Using FileSystem.newInstance should help that case.
This
atris commented on pull request #1682:
URL: https://github.com/apache/lucene-solr/pull/1682#issuecomment-660964937
@mkhludnev Let me know if this looks fine
This is an automated message from the Apache Git Service.
To respond
chatman commented on pull request #1679:
URL: https://github.com/apache/lucene-solr/pull/1679#issuecomment-660992518
Merged, thanks @noblepaul @murblanc.
AFAIK, all traces of autoscaling have been removed. However, if there's
something still left over, we can remove them in another PR.
chatman closed pull request #1679:
URL: https://github.com/apache/lucene-solr/pull/1679
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
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161187#comment-17161187
]
ASF subversion and git services commented on SOLR-14656:
Commit c
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161190#comment-17161190
]
Ishan Chattopadhyaya commented on SOLR-14656:
-
Removal is done! [~ilan], you
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161215#comment-17161215
]
ASF subversion and git services commented on LUCENE-9312:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161217#comment-17161217
]
Erick Erickson commented on SOLR-14613:
---
{quote}using a strongly typed approach
{qu
[
https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated LUCENE-9433:
---
Description:
Items that may need to be addressed:
* Testing with OpenJDK early access relea
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161219#comment-17161219
]
Cassandra Targett commented on SOLR-14656:
--
In the process of removing documenta
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161219#comment-17161219
]
Cassandra Targett edited comment on SOLR-14656 at 7/20/20, 1:09 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161223#comment-17161223
]
Tomoko Uchida commented on LUCENE-9312:
---
[~dweiss] I pushed the change for {{rende
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161225#comment-17161225
]
Mark Robert Miller commented on SOLR-14636:
---
So the Overseer autoscaling trigge
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161232#comment-17161232
]
ASF subversion and git services commented on SOLR-14656:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161190#comment-17161190
]
Ishan Chattopadhyaya edited comment on SOLR-14656 at 7/20/20, 1:22 PM:
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161233#comment-17161233
]
Ishan Chattopadhyaya commented on SOLR-14656:
-
Thanks [~ctargett], fixed.
>
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161236#comment-17161236
]
Tomoko Uchida commented on LUCENE-9312:
---
{quote}We could have a global JVM setting
[
https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161243#comment-17161243
]
Cassandra Targett edited comment on LUCENE-9433 at 7/20/20, 1:29 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161243#comment-17161243
]
Cassandra Targett commented on LUCENE-9433:
---
bq. The build.gradle file you poi
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161242#comment-17161242
]
Ilan Ginzburg commented on SOLR-14636:
--
[~markrmiller] the Overseer trigger thread o
[
https://issues.apache.org/jira/browse/SOLR-13205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161264#comment-17161264
]
ASF subversion and git services commented on SOLR-13205:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-13205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161267#comment-17161267
]
Jason Gerlowski commented on SOLR-13205:
Thanks for the contribution Pramod. Con
[
https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161277#comment-17161277
]
Dawid Weiss commented on LUCENE-9433:
-
bq. I never run the 'documentation' task, so
epugh opened a new pull request #1683:
URL: https://github.com/apache/lucene-solr/pull/1683
# Description
document missing parameters
# Solution
Refguide fix
This is an automated message from the
[
https://issues.apache.org/jira/browse/SOLR-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161283#comment-17161283
]
David Eric Pugh commented on SOLR-14435:
Hey [~asalamon74]and [~ctargett]how does
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161317#comment-17161317
]
Mark Robert Miller commented on SOLR-14636:
---
https://asciinema.org/a/UihzjUi6xL
[
https://issues.apache.org/jira/browse/SOLR-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161318#comment-17161318
]
Andras Salamon commented on SOLR-14435:
---
The {{async}} parameter already duplicated
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161317#comment-17161317
]
Mark Robert Miller edited comment on SOLR-14636 at 7/20/20, 3:23 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-14583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161361#comment-17161361
]
James Dyer commented on SOLR-14583:
---
[~munendrasn] Taking a quick look at the test cha
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161362#comment-17161362
]
ASF subversion and git services commented on LUCENE-9312:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161374#comment-17161374
]
David Eric Pugh commented on SOLR-14435:
[~asalamon74] Looking at master, maxShar
Jörn Franke created SOLR-14669:
--
Summary: Solr 8.6 / ZK 3.6.1 / Admin UI -
Key: SOLR-14669
URL: https://issues.apache.org/jira/browse/SOLR-14669
Project: Solr
Issue Type: Bug
Security Lev
[
https://issues.apache.org/jira/browse/SOLR-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jörn Franke updated SOLR-14669:
---
Component/s: SolrCloud
Admin UI
Affects Version/s: 8.6
Desc
[
https://issues.apache.org/jira/browse/SOLR-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jörn Franke updated SOLR-14669:
---
Description:
When opening the Admin UI / ZK Status page it shows just null. Solr 8.6.0 / ZK
3.6.1
I
[
https://issues.apache.org/jira/browse/SOLR-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jörn Franke updated SOLR-14669:
---
Description:
When opening the Admin UI / ZK Status page it shows just null. Solr 8.6.0 / ZK
3.6.1. Z
[
https://issues.apache.org/jira/browse/SOLR-14583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161426#comment-17161426
]
Munendra S N commented on SOLR-14583:
-
The expectation is that {{maxResultsForSuggest
atris commented on pull request #1682:
URL: https://github.com/apache/lucene-solr/pull/1682#issuecomment-661265076
Tests pass -- no regressions. @mkhludnev Any thoughts?
This is an automated message from the Apache Git Servic
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161485#comment-17161485
]
Dawid Weiss commented on LUCENE-9312:
-
I changed your patch slightly, Tomoko. I used
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161488#comment-17161488
]
ASF subversion and git services commented on SOLR-14656:
Commit c
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161491#comment-17161491
]
ASF subversion and git services commented on LUCENE-9312:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-13205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161490#comment-17161490
]
ASF subversion and git services commented on SOLR-13205:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161489#comment-17161489
]
ASF subversion and git services commented on SOLR-14656:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17160311#comment-17160311
]
Ishan Chattopadhyaya edited comment on SOLR-14656 at 7/20/20, 9:16 PM:
[
https://issues.apache.org/jira/browse/SOLR-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161571#comment-17161571
]
Gus Heck commented on SOLR-12847:
-
FWIW when I was investigating and fixing the MOVEREPLI
[
https://issues.apache.org/jira/browse/SOLR-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161571#comment-17161571
]
Gus Heck edited comment on SOLR-12847 at 7/20/20, 10:05 PM:
F
murblanc opened a new pull request #1684:
URL: https://github.com/apache/lucene-solr/pull/1684
SOLR-14613: strongly typed initial proposal for plugin interface to replace
Autoscaling
This is not meant to be merged, it's to share early for feedback.
Still WIP, any feedback most wel
[
https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161574#comment-17161574
]
Ilan Ginzburg commented on SOLR-14613:
--
Initial milestone of my thinking. Not comple
[
https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161576#comment-17161576
]
Ilan Ginzburg commented on SOLR-14613:
--
Easiest way to look at this is to start with
Ankur created LUCENE-9437:
-
Summary: Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef)
method publicly accessible
Key: LUCENE-9437
URL: https://issues.apache.org/jira/browse/LUCENE-9437
Project: Lucene -
[
https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ankur updated LUCENE-9437:
--
Attachment: LUCENE-9437.patch
Lucene Fields: New,Patch Available (was: New)
Affects Version
[
https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161587#comment-17161587
]
Ankur commented on LUCENE-9437:
---
Simple code change to raise the visibility of
_DocValues
[
https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ankur updated LUCENE-9437:
--
Status: Patch Available (was: Open)
> Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161596#comment-17161596
]
Mark Robert Miller commented on SOLR-14636:
---
Alright, back to ez mode, but I am
[
https://issues.apache.org/jira/browse/SOLR-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161602#comment-17161602
]
Erick Erickson commented on SOLR-14669:
---
Hmmm, this seems identical to SOLR-14463,
[
https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161603#comment-17161603
]
Erick Erickson commented on LUCENE-9433:
How do we want to deal with lucene/READ
ErickErickson closed pull request #1680:
URL: https://github.com/apache/lucene-solr/pull/1680
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
ErickErickson commented on pull request #1680:
URL: https://github.com/apache/lucene-solr/pull/1680#issuecomment-661424104
Closing, new PR available.
This is an automated message from the Apache Git Service.
To respond to the
[
https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated LUCENE-9433:
---
Description:
Items that may need to be addressed:
* -Testing with OpenJDK early access rele
ErickErickson opened a new pull request #1685:
URL: https://github.com/apache/lucene-solr/pull/1685
This adds the first pass at changing the documentation, especially README.md
and ref guide files.
lucene/README.md is a major question, currently it has a nocommit in it.
---
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161627#comment-17161627
]
Mark Robert Miller commented on SOLR-14636:
---
Now the great stuff is starting to
anshumg opened a new pull request #23:
URL: https://github.com/apache/lucene-site/pull/23
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
Tomas Eduardo Fernandez Lobbe created SOLR-14670:
Summary: Add support for standalone mode in HealthCheckHandler
Key: SOLR-14670
URL: https://issues.apache.org/jira/browse/SOLR-14670
Pr
[
https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161639#comment-17161639
]
Tomoko Uchida commented on LUCENE-9312:
---
I checked out the latest commits and run
1 - 100 of 111 matches
Mail list logo