uschindler commented on pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967#issuecomment-706020485
Thanks Dawid. There's still work to do. The Lucene packaging brings a
totally strange dependency error.
Solr works. The only difference is configuration name. But it wa
dweiss commented on pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967#issuecomment-706022783
I only looked at the diff. If you need my help, ping me. I'm working but I
can take a look later to see what that error is.
-
uschindler commented on pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967#issuecomment-706037123
I fixed the problem with the dependency. Was some explicit exclusion of the
"empty" subprojects. Maybe this should be changed to only collect project that
actually have t
uschindler commented on pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967#issuecomment-706084310
Hi @dweiss,
I think all is working now. Can you have a quick look.
This should also make the split between lucene and solr easier, as the
changes2html per scrip
dweiss opened a new pull request #1968:
URL: https://github.com/apache/lucene-solr/pull/1968
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
[
https://issues.apache.org/jira/browse/LUCENE-9562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210781#comment-17210781
]
Dawid Weiss commented on LUCENE-9562:
-
I filed a PR for this. All checks pass for me
dweiss commented on pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967#issuecomment-706095367
LGTM, Uwe.
This is an automated message from the Apache Git Service.
To respond to the message, please log on
uschindler commented on pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967#issuecomment-706106009
I also fixed the links to the new output folder in the ref guide
This is an automated message from the Ap
[
https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated SOLR-14844:
--
Summary: Upgrade Jetty to 9.4.32.v20200930 (was: Upgrade Jetty to 9.4.31)
> Upgrade Jetty to 9
[
https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210874#comment-17210874
]
Erick Erickson commented on SOLR-14844:
---
Coming back to this, so I'll try with the
dweiss opened a new pull request #1969:
URL: https://github.com/apache/lucene-solr/pull/1969
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
uschindler merged pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967
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/LUCENE-9577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210910#comment-17210910
]
ASF subversion and git services commented on LUCENE-9577:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler resolved LUCENE-9577.
---
Resolution: Fixed
I merged the PR and adapted the Jenkins jobs to call the new tasks.
As the
[
https://issues.apache.org/jira/browse/SOLR-14470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210921#comment-17210921
]
ASF subversion and git services commented on SOLR-14470:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-14729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210922#comment-17210922
]
Munendra S N commented on SOLR-14729:
-
Fix for test failures(SOLR-14470) was not back
[
https://issues.apache.org/jira/browse/SOLR-14729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Munendra S N resolved SOLR-14729.
-
Resolution: Fixed
> Investigate and harden TestExportWriter.testExpr failures
> -
rmuir commented on pull request #1961:
URL: https://github.com/apache/lucene-solr/pull/1961#issuecomment-705944672
+1
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
muse-dev[bot] commented on a change in pull request #1930:
URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r501886824
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexingChain.java
##
@@ -562,6 +614,12 @@ private int processField(int docID, Indexa
sigram closed pull request #1951:
URL: https://github.com/apache/lucene-solr/pull/1951
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
uschindler edited a comment on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-705832388
This is an automated message from the Apache Git Service.
To respond to the message, please log on
uschindler commented on pull request #1905:
URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-705717342
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
dweiss commented on a change in pull request #1950:
URL: https://github.com/apache/lucene-solr/pull/1950#discussion_r501473380
##
File path: gradle/validation/spotless.gradle
##
@@ -0,0 +1,31 @@
+
+def resources = scriptResources(buildscript)
+
+allprojects { prj ->
+ plugins
dweiss commented on pull request #1905:
URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-705794061
This isn't so easy as the current gradle build can't be separated into
Lucene and Solr-only parts (as it was the case with ant). We could distribute
everything (Solr and Luce
dweiss commented on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-705996331
>
> Maybe I'm blind, but I scanned that page and do not see the "release docs"
link - tried Ctrl-F too
>
>
The link is on Lucene's page, here:
https://lucene.ap
msokolov commented on a change in pull request #1930:
URL: https://github.com/apache/lucene-solr/pull/1930#discussion_r501828351
##
File path: lucene/core/src/java/org/apache/lucene/index/VectorValues.java
##
@@ -0,0 +1,264 @@
+/*
+ * Licensed to the Apache Software Foundation
noblepaul commented on pull request #1953:
URL: https://github.com/apache/lucene-solr/pull/1953#issuecomment-705486732
I have no objection to moving them.
But is there any particular reason why you wish to move them?
dweiss commented on pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967#issuecomment-706022783
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
[
https://issues.apache.org/jira/browse/SOLR-14708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210966#comment-17210966
]
Cassandra Targett commented on SOLR-14708:
--
Thanks Tomas, that's very helpful. I
uschindler edited a comment on pull request #1905:
URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-705717342
This is an automated message from the Apache Git Service.
To respond to the message, please log on
gus-asf commented on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-705761838
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
noblepaul merged pull request #1932:
URL: https://github.com/apache/lucene-solr/pull/1932
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
gus-asf commented on a change in pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#discussion_r502142268
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/DropIfFlaggedFilter.java
##
@@ -0,0 +1,90 @@
+/*
+ * Licensed
msokolov commented on pull request #1961:
URL: https://github.com/apache/lucene-solr/pull/1961#issuecomment-705849891
looks good - I will merge soon if nobody objects
This is an automated message from the Apache Git Service.
uschindler merged pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967
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
uschindler commented on pull request #1967:
URL: https://github.com/apache/lucene-solr/pull/1967#issuecomment-705884519
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
rmuir commented on a change in pull request #1950:
URL: https://github.com/apache/lucene-solr/pull/1950#discussion_r501488766
##
File path: gradle/validation/spotless.gradle
##
@@ -0,0 +1,31 @@
+
+def resources = scriptResources(buildscript)
+
+allprojects { prj ->
+ plugins.
rmuir commented on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-705724494
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
noblepaul merged pull request #1586:
URL: https://github.com/apache/lucene-solr/pull/1586
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
muse-dev[bot] commented on a change in pull request #1963:
URL: https://github.com/apache/lucene-solr/pull/1963#discussion_r501702700
##
File path: solr/core/src/java/org/apache/solr/schema/IndexSchema.java
##
@@ -474,23 +481,28 @@ protected Analyzer getWrappedAnalyzer(String f
uschindler commented on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-705735154
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
sigram commented on pull request #1951:
URL: https://github.com/apache/lucene-solr/pull/1951#issuecomment-705484706
Merged - thanks!
This is an automated message from the Apache Git Service.
To respond to the message, please
madrob commented on pull request #1905:
URL: https://github.com/apache/lucene-solr/pull/1905#issuecomment-705772790
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
uschindler commented on a change in pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#discussion_r501917428
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/DropIfFlaggedFilter.java
##
@@ -0,0 +1,90 @@
+/*
+ * Licens
msokolov commented on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-705943997
> > Would be nice if lucene had docs that included a table of contents or
navigation by topic so that one didn't have to wade through a single (or a
small number of) giant
dsmiley commented on pull request #1953:
URL: https://github.com/apache/lucene-solr/pull/1953#issuecomment-705546872
I leave JIRA for context/motivation and PRs for the details, and so my PRs
are often lacking anything other than a JIRA link. This issue, SOLR-14917 is a
child task of http
madrob merged pull request #1905:
URL: https://github.com/apache/lucene-solr/pull/1905
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
gus-asf edited a comment on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-705761838
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
msokolov commented on pull request #1930:
URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-706185147
> Agreed that benchmarking is needed. I think we can use
http://ann-benchmarks.com/ as a guide for some standardized test vectors.
Hmm I tried to get that benchmarkin
uschindler edited a comment on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-706194402
This is an automated message from the Apache Git Service.
To respond to the message, please log on
[
https://issues.apache.org/jira/browse/LUCENE-9577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211042#comment-17211042
]
ASF subversion and git services commented on LUCENE-9577:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211053#comment-17211053
]
ASF subversion and git services commented on SOLR-14616:
Commit f
[
https://issues.apache.org/jira/browse/LUCENE-9577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211056#comment-17211056
]
ASF subversion and git services commented on LUCENE-9577:
-
Commi
msokolov merged pull request #1961:
URL: https://github.com/apache/lucene-solr/pull/1961
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 g
[
https://issues.apache.org/jira/browse/LUCENE-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211064#comment-17211064
]
ASF subversion and git services commented on LUCENE-9567:
-
Commi
msokolov commented on pull request #1968:
URL: https://github.com/apache/lucene-solr/pull/1968#issuecomment-706231430
+1 - this would be for 9.0 only, I assume?
This is an automated message from the Apache Git Service.
To res
[
https://issues.apache.org/jira/browse/LUCENE-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211065#comment-17211065
]
ASF subversion and git services commented on LUCENE-9567:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211067#comment-17211067
]
ASF subversion and git services commented on LUCENE-9567:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211068#comment-17211068
]
ASF subversion and git services commented on LUCENE-9567:
-
Commi
msokolov commented on pull request #1966:
URL: https://github.com/apache/lucene-solr/pull/1966#issuecomment-706236565
> The link is on Lucene's page, here: https://lucene.apache.org/core/
Thanks, @dweiss . The Documentation link is nice and prominent there
--
[
https://issues.apache.org/jira/browse/LUCENE-9568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211079#comment-17211079
]
Michael McCandless commented on LUCENE-9568:
Here's the user list discussion
gopikannan venugopalsamy created SOLR-14921:
---
Summary: terms filter in json.facet
Key: SOLR-14921
URL: https://issues.apache.org/jira/browse/SOLR-14921
Project: Solr
Issue Type: Bug
[
https://issues.apache.org/jira/browse/SOLR-14921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
gopikannan venugopalsamy updated SOLR-14921:
Labels: newbe (was: )
> terms filter in json.facet
> -
[
https://issues.apache.org/jira/browse/SOLR-14921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
gopikannan venugopalsamy updated SOLR-14921:
Issue Type: Improvement (was: Bug)
> terms filter in json.facet
>
[
https://issues.apache.org/jira/browse/SOLR-14921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
gopikannan venugopalsamy updated SOLR-14921:
Priority: Minor (was: Major)
> terms filter in json.facet
> --
[
https://issues.apache.org/jira/browse/SOLR-14921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
gopikannan venugopalsamy updated SOLR-14921:
Labels: (was: newbe)
> terms filter in json.facet
> -
ctargett commented on pull request #1865:
URL: https://github.com/apache/lucene-solr/pull/1865#issuecomment-706288107
FYI, the field type doc improvements weren't backported to branch_8x which
caused me merge conflicts with some other general cleanups I did on master and
wanted to backport
[
https://issues.apache.org/jira/browse/SOLR-14921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211172#comment-17211172
]
gopikannan venugopalsamy commented on SOLR-14921:
-
[~mgibney]
> terms fi
ctargett commented on pull request #1865:
URL: https://github.com/apache/lucene-solr/pull/1865#issuecomment-706294638
> This means the other change in this PR to document the Ranking Parser is
not in branch_8x either and I don't intend to chase that down to backport it.
Scratch that.
[
https://issues.apache.org/jira/browse/LUCENE-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski reassigned LUCENE-9434:
---
Assignee: Jason Gerlowski
> Update release step to remove creating a wiki page for
[
https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211234#comment-17211234
]
ASF subversion and git services commented on SOLR-14656:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-14921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211246#comment-17211246
]
Michael Gibney commented on SOLR-14921:
---
Thanks for raising this, [~gopikannan]. So
[
https://issues.apache.org/jira/browse/LUCENE-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211268#comment-17211268
]
ASF subversion and git services commented on LUCENE-9434:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211271#comment-17211271
]
ASF subversion and git services commented on LUCENE-9434:
-
Commi
ctargett commented on pull request #1923:
URL: https://github.com/apache/lucene-solr/pull/1923#issuecomment-706344707
+1 this looks good. I think the `solr/solr-ref-guide/README.adoc` also needs
to be updated, though. This just occurred to me today, sorry to add another
thing. It's really
barrotsteindev opened a new pull request #1970:
URL: https://github.com/apache/lucene-solr/pull/1970
# Description
Please provide a short description of the changes you're making with this
pull request.
# Solution
Please provide a short description of the ap
[
https://issues.apache.org/jira/browse/LUCENE-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211299#comment-17211299
]
Jason Gerlowski commented on LUCENE-9434:
-
I removed the whitespace changes from
[
https://issues.apache.org/jira/browse/LUCENE-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski resolved LUCENE-9434.
-
Fix Version/s: 8.7
master (9.0)
Resolution: Fixed
> Update rel
[
https://issues.apache.org/jira/browse/SOLR-14869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211300#comment-17211300
]
Bar Rotstein commented on SOLR-14869:
-
[~dsmiley]
Opened a PR, hopefully I took care
[
https://issues.apache.org/jira/browse/LUCENE-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211313#comment-17211313
]
Girish Nayak commented on LUCENE-9576:
--
Thanks [~rcmuir]. This is helpful.
> Index
dweiss commented on pull request #1968:
URL: https://github.com/apache/lucene-solr/pull/1968#issuecomment-706378553
Correct, no backport planned to 8x.
This is an automated message from the Apache Git Service.
To respond to t
ctargett opened a new pull request #1971:
URL: https://github.com/apache/lucene-solr/pull/1971
PR #1923 will upgrade Jekyll to 4.x for the master branch. I propose to do
the same thing with our Ant build in branch_8x. This also fixes the code syntax
styling bug fixed in the other PR and up
madrob commented on a change in pull request #1963:
URL: https://github.com/apache/lucene-solr/pull/1963#discussion_r502660921
##
File path: solr/core/src/java/org/apache/solr/util/DOMUtil.java
##
@@ -39,9 +42,23 @@
public static final String XML_RESERVED_PREFIX = "xml";
madrob commented on pull request #1963:
URL: https://github.com/apache/lucene-solr/pull/1963#issuecomment-706398269
I'm still looking through this, but there's a lot of code commented out that
makes me think it is still in progress. Give a shout when it's ready for review.
---
[
https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211435#comment-17211435
]
Erick Erickson commented on SOLR-14844:
---
Same problem with BasicHttpSolrClientTest.
[
https://issues.apache.org/jira/browse/LUCENE-9577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-9577:
--
Fix Version/s: master (9.0)
> Move HTML Documentation to a separate subproject
> -
[
https://issues.apache.org/jira/browse/SOLR-14870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated SOLR-14870:
--
Status: Patch Available (was: Open)
> gradle build does not validate ref-guide -> java
[
https://issues.apache.org/jira/browse/SOLR-14870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated SOLR-14870:
--
Attachment: SOLR-14870.patch
Status: Open (was: Open)
patch updated to resolve
[
https://issues.apache.org/jira/browse/SOLR-14870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211449#comment-17211449
]
Uwe Schindler commented on SOLR-14870:
--
Hi, did you include my latest commit on mast
[
https://issues.apache.org/jira/browse/SOLR-14870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211451#comment-17211451
]
Chris M. Hostetter commented on SOLR-14870:
---
yes – patch is up to date with mas
[
https://issues.apache.org/jira/browse/LUCENE-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211490#comment-17211490
]
Zach Chen commented on LUCENE-9524:
---
So after much debugging and tracing, I found that
[
https://issues.apache.org/jira/browse/LUCENE-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211544#comment-17211544
]
Haoyu Zhai commented on LUCENE-9560:
Thanks guys. I tried and did find out that {{In
[
https://issues.apache.org/jira/browse/LUCENE-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haoyu Zhai resolved LUCENE-9560.
Resolution: Not A Problem
> Position aware TermQuery
>
>
>
dsmiley commented on a change in pull request #1970:
URL: https://github.com/apache/lucene-solr/pull/1970#discussion_r502745875
##
File path:
solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java
##
@@ -135,6 +135,37 @@ public void testPar
noblepaul commented on a change in pull request #1963:
URL: https://github.com/apache/lucene-solr/pull/1963#discussion_r502753234
##
File path: solr/core/src/java/org/apache/solr/util/DOMUtil.java
##
@@ -39,9 +42,23 @@
public static final String XML_RESERVED_PREFIX = "xml"
noblepaul commented on a change in pull request #1963:
URL: https://github.com/apache/lucene-solr/pull/1963#discussion_r502753836
##
File path: solr/solrj/src/java/org/apache/solr/common/ConfigNode.java
##
@@ -0,0 +1,90 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
noblepaul commented on pull request #1963:
URL: https://github.com/apache/lucene-solr/pull/1963#issuecomment-706497962
>, but there's a lot of code commented out that makes me think it is still
in progress.
I left that code there so that it is clear to the reviewer as to what is
bei
97 matches
Mail list logo