jpountz commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r709829843
##
File path:
lucene/classification/src/java/org/apache/lucene/classification/CachingNaiveBayesClassifier.java
##
@@ -179,10 +179,8 @@ public CachingNaiveBa
jpountz commented on pull request #240:
URL: https://github.com/apache/lucene/pull/240#issuecomment-920663920
@zacharymorn @gsmiller If we try to do everything in a single PR, I worry
that this will become very hard to review. I wonder if we should split by
replacing the deprecation warnin
[
https://issues.apache.org/jira/browse/LUCENE-9448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416008#comment-17416008
]
Tomoko Uchida commented on LUCENE-9448:
---
[~dweiss] thank you, it works!
> Make an
mocobeta commented on a change in pull request #297:
URL: https://github.com/apache/lucene/pull/297#discussion_r709968286
##
File path:
lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/completion/romaji_map.txt
##
@@ -0,0 +1,335 @@
+ア,a
Review comment:
Jim Ferenczi created LUCENE-10110:
-
Summary: MultiCollector should conditionally wrap single leaf
collector
Key: LUCENE-10110
URL: https://issues.apache.org/jira/browse/LUCENE-10110
Project: Lucene -
jimczi opened a new pull request #303:
URL: https://github.com/apache/lucene/pull/303
See https://issues.apache.org/jira/browse/LUCENE-10110
--
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 s
madrob opened a new pull request #2575:
URL: https://github.com/apache/lucene-solr/pull/2575
https://issues.apache.org/jira/browse/LUCENE-10107
--
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 th
mayya-sharipova opened a new pull request #2576:
URL: https://github.com/apache/lucene-solr/pull/2576
This commit moves the responsibility to disable
the numeric sort optimization on comparators to the SortField.
This way we don't need to apply the logic on every top field collectors.
dweiss commented on a change in pull request #2575:
URL: https://github.com/apache/lucene-solr/pull/2575#discussion_r710119506
##
File path: dev-tools/scripts/smokeTestRelease.py
##
@@ -1223,7 +1223,7 @@ def run_java(cmd, logfile):
return jc(run_java8, java8_home, run_java9,
mayya-sharipova merged pull request #2576:
URL: https://github.com/apache/lucene-solr/pull/2576
--
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: is
[
https://issues.apache.org/jira/browse/LUCENE-10089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416107#comment-17416107
]
ASF subversion and git services commented on LUCENE-10089:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416110#comment-17416110
]
ASF subversion and git services commented on LUCENE-10089:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416126#comment-17416126
]
Adrien Grand commented on LUCENE-10110:
---
Another way that I can think of avoiding
[
https://issues.apache.org/jira/browse/LUCENE-10089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nhat Nguyen updated LUCENE-10089:
-
Fix Version/s: 8.10
> Add a way to disable the sort optimizations to leverage points on numeric
jpountz commented on a change in pull request #303:
URL: https://github.com/apache/lucene/pull/303#discussion_r710206139
##
File path: lucene/core/src/test/org/apache/lucene/search/TestMultiCollector.java
##
@@ -220,6 +220,68 @@ public void collect(int doc) throws IOException {
[
https://issues.apache.org/jira/browse/LUCENE-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haoyu Zhai updated LUCENE-10103:
Attachment: query_cache_error_demo.patch
> QueryCache not estimating query size properly
> --
[
https://issues.apache.org/jira/browse/LUCENE-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416248#comment-17416248
]
Haoyu Zhai commented on LUCENE-10103:
-
I've attached a unit test showing the proble
madrob commented on a change in pull request #2575:
URL: https://github.com/apache/lucene-solr/pull/2575#discussion_r710449952
##
File path: dev-tools/scripts/smokeTestRelease.py
##
@@ -1223,7 +1223,7 @@ def run_java(cmd, logfile):
return jc(run_java8, java8_home, run_java9,
gsmiller commented on pull request #293:
URL: https://github.com/apache/lucene/pull/293#issuecomment-921326616
Looks good. One very minor comment and I think this is good-to-go. Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
gsmiller commented on a change in pull request #293:
URL: https://github.com/apache/lucene/pull/293#discussion_r710560496
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetUtils.java
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
mdmarshmallow closed pull request #288:
URL: https://github.com/apache/lucene/pull/288
--
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-unsu
mdmarshmallow opened a new pull request #304:
URL: https://github.com/apache/lucene/pull/304
# Description
This change is a possible improvement to how we do facet counting. Today, we
accumulate counts in an HPPC int/int map or an `int[]` array. However, it is
possible m
[
https://issues.apache.org/jira/browse/LUCENE-10080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416364#comment-17416364
]
Marc D'Mello commented on LUCENE-10080:
---
I accidentally deleted my forked branch
goankur commented on a change in pull request #293:
URL: https://github.com/apache/lucene/pull/293#discussion_r710606591
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetUtils.java
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
zacharymorn commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r710741708
##
File path:
lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/ReadTask.java
##
@@ -180,6 +185,7 @@ protected int withTopDocs(IndexSea
zacharymorn commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r710741804
##
File path:
lucene/classification/src/java/org/apache/lucene/classification/SimpleNaiveBayesClassifier.java
##
@@ -179,8 +178,7 @@ protected int count
zacharymorn commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r710741902
##
File path:
lucene/classification/src/java/org/apache/lucene/classification/SimpleNaiveBayesClassifier.java
##
@@ -276,9 +274,7 @@ private int getWord
zacharymorn commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r710742109
##
File path:
lucene/core/src/java/org/apache/lucene/search/TopFieldCollectorManager.java
##
@@ -0,0 +1,177 @@
+/*
+ * Licensed to the Apache Software F
zacharymorn commented on pull request #240:
URL: https://github.com/apache/lucene/pull/240#issuecomment-921456717
> I left some comments but the approach that you took so far looks good to
me. I see that we still need to migrate some collectors like
LargeNumHitsTopDocsCollector or the inte
mocobeta commented on a change in pull request #297:
URL: https://github.com/apache/lucene/pull/297#discussion_r710753494
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/completion/StringUtils.java
##
@@ -0,0 +1,104 @@
+/*
+ * Licensed to the Apac
[
https://issues.apache.org/jira/browse/LUCENE-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416459#comment-17416459
]
Tomoko Uchida commented on LUCENE-10102:
Also, if it's ok to give the credit to
johtani commented on a change in pull request #297:
URL: https://github.com/apache/lucene/pull/297#discussion_r710767347
##
File path:
lucene/analysis/kuromoji/src/resources/org/apache/lucene/analysis/ja/completion/romaji_map.txt
##
@@ -0,0 +1,344 @@
+# mapping rules of kataka
32 matches
Mail list logo