[
https://issues.apache.org/jira/browse/LUCENE-10393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504211#comment-17504211
]
Tomoko Uchida commented on LUCENE-10393:
Both Kuromoji and Nori have `BinaryDic
rmuir commented on pull request #740:
URL: https://github.com/apache/lucene/pull/740#issuecomment-1064044898
I only looked at the high-level design so far, this seems to be a good
approach @mocobeta ! Thank you for tackling it. I think the bottom-up approach
is a good one, and splitting ou
kkewwei opened a new pull request #741:
URL: https://github.com/apache/lucene/pull/741
# Description
In the merge write process, if there is a long interval between two chunk
writes, then the second chunk write will be not paused, as the result, the
instant writing rate of the secon
rmuir commented on pull request #740:
URL: https://github.com/apache/lucene/pull/740#issuecomment-1064048298
I ran `./gradlew regenerate --rerun-tasks` on your branch as an additional
test and all binary data files were unchanged. So I feel good about correctness!
--
This is an automated
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504268#comment-17504268
]
kkewwei commented on LUCENE-10448:
--
With many the statistics, all the detailBytes(mb)
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504268#comment-17504268
]
kkewwei edited comment on LUCENE-10448 at 3/10/22, 1:39 PM:
msokolov commented on a change in pull request #738:
URL: https://github.com/apache/lucene/pull/738#discussion_r823760258
##
File path:
lucene/core/src/java/org/apache/lucene/store/RateLimitedIndexOutput.java
##
@@ -68,9 +68,14 @@ public void writeByte(byte b) throws IOExcepti
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504268#comment-17504268
]
kkewwei edited comment on LUCENE-10448 at 3/10/22, 2:24 PM:
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504268#comment-17504268
]
kkewwei edited comment on LUCENE-10448 at 3/10/22, 2:25 PM:
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504268#comment-17504268
]
kkewwei edited comment on LUCENE-10448 at 3/10/22, 2:28 PM:
jtibshirani commented on a change in pull request #739:
URL: https://github.com/apache/lucene/pull/739#discussion_r824045245
##
File path: dev-tools/scripts/smokeTestRelease.py
##
@@ -658,7 +659,7 @@ def testDemo(run_java, isSrc, version, jdk):
searchFilesCmd = 'java -cp "
[
https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504547#comment-17504547
]
Julie Tibshirani commented on LUCENE-10459:
---
I did some digging into previous
[
https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani updated LUCENE-10459:
--
Affects Version/s: 9.1
> Update smoke tester for 9.1
> ---
>
[
https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504547#comment-17504547
]
Julie Tibshirani edited comment on LUCENE-10459 at 3/10/22, 8:03 PM:
[
https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504557#comment-17504557
]
Dawid Weiss commented on LUCENE-10459:
--
Hi Julie. I'll try to help out tomorrow. T
[
https://issues.apache.org/jira/browse/LUCENE-10459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504565#comment-17504565
]
Uwe Schindler commented on LUCENE-10459:
There is a job on Jenkins, but it was
vigyasharma commented on a change in pull request #741:
URL: https://github.com/apache/lucene/pull/741#discussion_r824040011
##
File path: lucene/core/src/java/org/apache/lucene/index/MergeRateLimiter.java
##
@@ -124,16 +125,21 @@ private long maybePause(long bytes, long curNS)
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504574#comment-17504574
]
Vigya Sharma edited comment on LUCENE-10448 at 3/10/22, 8:45 PM:
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504574#comment-17504574
]
Vigya Sharma commented on LUCENE-10448:
---
{quote}With many the statistics, all the
vigyasharma commented on a change in pull request #738:
URL: https://github.com/apache/lucene/pull/738#discussion_r824239962
##
File path:
lucene/core/src/java/org/apache/lucene/store/RateLimitedIndexOutput.java
##
@@ -68,9 +68,14 @@ public void writeByte(byte b) throws IOExce
vigyasharma commented on a change in pull request #633:
URL: https://github.com/apache/lucene/pull/633#discussion_r824243569
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
##
@@ -3121,147 +3125,265 @@ private void validateMergeReader(CodecReader lea
Lu Xugang created LUCENE-10460:
--
Summary: Delegating DocIdSetIterator could be replaced to
DocIdSetIterator#range(int minDoc, int maxDoc) in
IndexSortSortedNumericDocValuesRangeQuery
Key: LUCENE-10460
URL: https://i
LuXugang opened a new pull request #742:
URL: https://github.com/apache/lucene/pull/742
While taking advantage of of index sort In
IndexSortSortedNumericDocValuesRangeQuery, if MissingValue disabled, all
Documents between a range of firstDoc and lastDoc must contain docValues. So In
Bound
kkewwei commented on a change in pull request #741:
URL: https://github.com/apache/lucene/pull/741#discussion_r824358504
##
File path: lucene/core/src/java/org/apache/lucene/index/MergeRateLimiter.java
##
@@ -124,16 +125,21 @@ private long maybePause(long bytes, long curNS) thr
kkewwei commented on a change in pull request #741:
URL: https://github.com/apache/lucene/pull/741#discussion_r824361800
##
File path: lucene/core/src/java/org/apache/lucene/index/MergeRateLimiter.java
##
@@ -124,16 +125,21 @@ private long maybePause(long bytes, long curNS) thr
kkewwei commented on a change in pull request #741:
URL: https://github.com/apache/lucene/pull/741#discussion_r824389661
##
File path:
lucene/core/src/java/org/apache/lucene/store/RateLimitedIndexOutput.java
##
@@ -61,42 +64,57 @@ public long getChecksum() throws IOException {
kkewwei commented on a change in pull request #741:
URL: https://github.com/apache/lucene/pull/741#discussion_r824361800
##
File path: lucene/core/src/java/org/apache/lucene/index/MergeRateLimiter.java
##
@@ -124,16 +125,21 @@ private long maybePause(long bytes, long curNS) thr
vigyasharma commented on a change in pull request #741:
URL: https://github.com/apache/lucene/pull/741#discussion_r824421924
##
File path: lucene/core/src/java/org/apache/lucene/index/MergeRateLimiter.java
##
@@ -124,16 +125,21 @@ private long maybePause(long bytes, long curNS)
kkewwei commented on a change in pull request #741:
URL: https://github.com/apache/lucene/pull/741#discussion_r824389661
##
File path:
lucene/core/src/java/org/apache/lucene/store/RateLimitedIndexOutput.java
##
@@ -61,42 +64,57 @@ public long getChecksum() throws IOException {
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504753#comment-17504753
]
kkewwei commented on LUCENE-10448:
--
When we write into the new chunk, the time is time
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504753#comment-17504753
]
kkewwei edited comment on LUCENE-10448 at 3/11/22, 7:10 AM:
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504753#comment-17504753
]
kkewwei edited comment on LUCENE-10448 at 3/11/22, 7:10 AM:
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504753#comment-17504753
]
kkewwei edited comment on LUCENE-10448 at 3/11/22, 7:11 AM:
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504753#comment-17504753
]
kkewwei edited comment on LUCENE-10448 at 3/11/22, 7:13 AM:
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504753#comment-17504753
]
kkewwei edited comment on LUCENE-10448 at 3/11/22, 7:14 AM:
[
https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504753#comment-17504753
]
kkewwei edited comment on LUCENE-10448 at 3/11/22, 7:15 AM:
Dawid Weiss created LUCENE-10461:
Summary: Luke: Windows launch script passes integration tests but
fails to run
Key: LUCENE-10461
URL: https://issues.apache.org/jira/browse/LUCENE-10461
Project: Luce
dweiss commented on pull request #743:
URL: https://github.com/apache/lucene/pull/743#issuecomment-1064865748
@uschindler would you have a look as a fellow Windows user? cmd and start
are crazy but I verified it works manually and from within the test, so we
should be ok this time.
--
T
38 matches
Mail list logo