dsmiley commented on pull request #2520:
URL: https://github.com/apache/lucene-solr/pull/2520#issuecomment-871104080
RE HttpServer2, If tests pass; works for me.
I looked a bit at the assertion you removed about the exception message and
it's fine I suppose. I doubt it's pertinent what
[
https://issues.apache.org/jira/browse/LUCENE-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated LUCENE-8638:
-
Priority: Blocker (was: Major)
> Remove deprecated code in master
> ---
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r661073094
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +349,139 @@ public FacetLabe
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r661074967
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +349,139 @@ public FacetLabe
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r661068707
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +349,139 @@ public FacetLabe
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r661073094
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +349,139 @@ public FacetLabe
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r661068707
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +349,139 @@ public FacetLabe
gsmiller opened a new pull request #196:
URL: https://github.com/apache/lucene/pull/196
# Description
MultiCollectorManager is now consistent with MultiCollector with respect to
early termination, min score setting and score caching.
# Solution
MultiCollectorManager del
[
https://issues.apache.org/jira/browse/LUCENE-9177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371619#comment-17371619
]
Michael Gibney commented on LUCENE-9177:
In case anyone digs into this: my initi
[
https://issues.apache.org/jira/browse/LUCENE-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated LUCENE-9905:
--
Fix Version/s: main (9.0)
> Revise approach to specifying NN algorithm
> -
[
https://issues.apache.org/jira/browse/LUCENE-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated LUCENE-9908:
--
Fix Version/s: main (9.0)
> Move VectorValues#search to VectorReader and LeafReader
>
markrmiller edited a comment on pull request #2520:
URL: https://github.com/apache/lucene-solr/pull/2520#issuecomment-870728208
Forked in test code, so only done to modify something to make the test world
happy. Perhaps allowing a file out location customization or something of the
like. D
markrmiller commented on pull request #2520:
URL: https://github.com/apache/lucene-solr/pull/2520#issuecomment-870728208
Forget in test code, so only done to modify something to make the test world
happy. Perhaps allowing a file out location customization or something of the
like. Don't ev
antogruz commented on pull request #2520:
URL: https://github.com/apache/lucene-solr/pull/2520#issuecomment-870718435
Hey @dsmiley, for your information this is the Pull Request about fixing
hadoop CVE.
--
This is an automated message from the Apache Git Service.
To respond to the messag
antogruz edited a comment on pull request #2520:
URL: https://github.com/apache/lucene-solr/pull/2520#issuecomment-870717186
Hello @markrmiller, I mention you since you added the HttpServer2.java file
back in 2016 forking it from hadoop project. Please tell me if we should handle
this file
antogruz commented on pull request #2520:
URL: https://github.com/apache/lucene-solr/pull/2520#issuecomment-870717186
Hello @markrmiller, I mention you since you added the HttpServer2.java file
back in 2016 forking it from hadoop project. Please tell me if we should handle
this file anothe
antogruz opened a new pull request #2520:
URL: https://github.com/apache/lucene-solr/pull/2520
To do that, I’ve needed to update 2 other files:
1) The HttpServer2.java. It has been forked from hadoop and would not be
compatible anymore with this new version. I’ve only patched what wa
rmuir commented on a change in pull request #191:
URL: https://github.com/apache/lucene/pull/191#discussion_r660224322
##
File path:
lucene/facet/src/test/org/apache/lucene/facet/TestLongValueFacetCounts.java
##
@@ -382,19 +383,19 @@ public void testRandomMultiValued() throws
JohnHillegass closed pull request #1949:
URL: https://github.com/apache/lucene-solr/pull/1949
--
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 to the specific comment.
To unsubscribe, e-mail: issu
gautamworah96 commented on a change in pull request #191:
URL: https://github.com/apache/lucene/pull/191#discussion_r660149249
##
File path:
lucene/facet/src/test/org/apache/lucene/facet/TestLongValueFacetCounts.java
##
@@ -382,19 +383,19 @@ public void testRandomMultiValued()
mikemccand commented on pull request #146:
URL: https://github.com/apache/lucene/pull/146#issuecomment-869757664
--
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 to the specific comment.
To unsubscr
gsmiller commented on pull request #181:
URL: https://github.com/apache/lucene/pull/181#issuecomment-870083122
I've put this in "Draft" state for now after a suggestion over on the Jira
issue to approach this differently. I'll update here (and take out of "Draft")
once I've had a chance to
mikemccand commented on a change in pull request #191:
URL: https://github.com/apache/lucene/pull/191#discussion_r659860846
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/LongValueFacetCounts.java
##
@@ -162,8 +162,14 @@ private void count(String field, List
matc
mikemccand merged pull request #146:
URL: https://github.com/apache/lucene/pull/146
--
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 to the specific comment.
To unsubscribe, e-mail: issues-unsubsc
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r660154028
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +349,139 @@ public FacetLabe
[
https://issues.apache.org/jira/browse/LUCENE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-9978:
--
Description:
Thanks to LUCENE-9448, we now have a neat gradle task to assemble a standalone
L
[
https://issues.apache.org/jira/browse/LUCENE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-9978:
--
Summary: Make Luke a standalone package distribution (was: [DISSCUSS] Make
Luke a standalone
27 matches
Mail list logo