[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515082#comment-17515082
]
Dawid Weiss commented on LUCENE-10485:
--
Ok. If you want to use module patching the
zacharymorn commented on a change in pull request #767:
URL: https://github.com/apache/lucene/pull/767#discussion_r839159814
##
File path: lucene/core/src/java/org/apache/lucene/search/FieldExistsQuery.java
##
@@ -0,0 +1,165 @@
+/*
+ * Licensed to the Apache Software Foundation
zacharymorn commented on a change in pull request #767:
URL: https://github.com/apache/lucene/pull/767#discussion_r839158832
##
File path:
lucene/core/src/java/org/apache/lucene/search/DocValuesFieldExistsQuery.java
##
@@ -31,42 +28,21 @@
/**
* A {@link Query} that matches
zacharymorn commented on pull request #767:
URL: https://github.com/apache/lucene/pull/767#issuecomment-1084053516
Thanks @mikemccand @jpountz for the reviews and suggestions! I've gone ahead
and merge the test cases, and will remove the deprecated queries as well in
follow-up PR.
--
Th
[
https://issues.apache.org/jira/browse/LUCENE-10495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuting Gan updated LUCENE-10495:
Description:
Found a bug in TaxonomyFacets when trying to use the siblingsLoaded function.
sibli
Yuti-G opened a new pull request #778:
URL: https://github.com/apache/lucene/pull/778
# Description
Found a bug in TaxonomyFacets when trying to use the siblingsLoaded
function. Currently, siblingsLoaded() returns children!= null, but it should
return siblings != null;
# Solu
[
https://issues.apache.org/jira/browse/LUCENE-10495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuting Gan updated LUCENE-10495:
Description:
Found a bug in TaxonomyFacets when trying to use the siblingsLoaded function.
sibli
[
https://issues.apache.org/jira/browse/LUCENE-10495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuting Gan updated LUCENE-10495:
Attachment: Screen Shot 2022-03-30 at 8.02.15 PM.png
> Fix bug in TaxonomyFacets
> --
[
https://issues.apache.org/jira/browse/LUCENE-10495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuting Gan updated LUCENE-10495:
Description:
Found a bug in TaxonomyFacets when trying to use the siblingsLoaded function.
[
https://issues.apache.org/jira/browse/LUCENE-10495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuting Gan updated LUCENE-10495:
Priority: Minor (was: Blocker)
> Fix bug in TaxonomyFacets
> -
>
>
[
https://issues.apache.org/jira/browse/LUCENE-10495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuting Gan updated LUCENE-10495:
Description:
Found a bug in TaxonomyFacets when trying to use the siblingsLoaded function
Yuting Gan created LUCENE-10495:
---
Summary: Fix bug in TaxonomyFacets
Key: LUCENE-10495
URL: https://issues.apache.org/jira/browse/LUCENE-10495
Project: Lucene - Core
Issue Type: Bug
Yuti-G edited a comment on pull request #777:
URL: https://github.com/apache/lucene/pull/777#issuecomment-1083703784
The changes in this PR is very similar to the changes in
SortedSetDocValuesFacetCounts in
[#747](https://github.com/apache/lucene/pull/747). Please see the benchmark
result
Yuti-G commented on pull request #777:
URL: https://github.com/apache/lucene/pull/777#issuecomment-1083703784
The changes in this PR is very similar to the changes in
SortedSetDocValuesFacetCounts
[#747](https://github.com/apache/lucene/pull/747). Please see the benchmark
results below, s
Yuti-G opened a new pull request #777:
URL: https://github.com/apache/lucene/pull/777
# Description
This change overrides getTopDims in ConcurrentSortedSetDocValuesFacetCounts
to optimize the current method of getting dimCount, return FacetResult and
resolve child paths for only the
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514917#comment-17514917
]
Tomoko Uchida edited comment on LUCENE-10485 at 3/30/22, 8:21 PM:
---
gautamworah96 commented on a change in pull request #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r838826469
##
File path:
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java
##
@@ -0,0 +1,95 @@
+/*
+
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514917#comment-17514917
]
Tomoko Uchida commented on LUCENE-10485:
I'm not trying to make a new test modu
BaurzhanSakhariev commented on pull request #770:
URL: https://github.com/apache/lucene/pull/770#issuecomment-1083556811
Thanks!
--
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 comm
gautamworah96 commented on a change in pull request #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r838826469
##
File path:
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java
##
@@ -0,0 +1,95 @@
+/*
+
nknize edited a comment on pull request #749:
URL: https://github.com/apache/lucene/pull/749#issuecomment-1083444100
> In my opinion, long-term this IndexSortSortedNumericDocValuesRangeQuery
should no longer be exposed to users. Lucene would have long/int/double/float
fields ([LUCENE-10162
nknize edited a comment on pull request #749:
URL: https://github.com/apache/lucene/pull/749#issuecomment-1083444100
> In my opinion, long-term this IndexSortSortedNumericDocValuesRangeQuery
should no longer be exposed to users. Lucene would have long/int/double/float
fields ([LUCENE-10162
nknize commented on pull request #749:
URL: https://github.com/apache/lucene/pull/749#issuecomment-1083444100
> In my opinion, long-term this IndexSortSortedNumericDocValuesRangeQuery
should no longer be exposed to users. Lucene would have long/int/double/float
fields ([LUCENE-10162](https
[
https://issues.apache.org/jira/browse/LUCENE-10162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514866#comment-17514866
]
Nick Knize commented on LUCENE-10162:
-
+1
bq. The way I was thinking of addressing
reta commented on pull request #749:
URL: https://github.com/apache/lucene/pull/749#issuecomment-1083437878
@jtibshirani comments addressed, thank you for the review!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
reta commented on pull request #749:
URL: https://github.com/apache/lucene/pull/749#issuecomment-1083423388
@jpountz thank you, sounds like everyone is on the same page, I will go
ahead with the change proposed by @jtibshirani , thanks!
--
This is an automated message from the Apache Git
[
https://issues.apache.org/jira/browse/LUCENE-10494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-10494.
--
Assignee: Dawid Weiss
Resolution: Fixed
> Implement method to bulk add all collection e
dweiss commented on pull request #770:
URL: https://github.com/apache/lucene/pull/770#issuecomment-1083420937
Thank you!
--
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
dweiss merged pull request #770:
URL: https://github.com/apache/lucene/pull/770
--
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-unsubscr...
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514831#comment-17514831
]
Dawid Weiss commented on LUCENE-10485:
--
Hi [~tomoko] . If you can eliminate split
dweiss commented on pull request #770:
URL: https://github.com/apache/lucene/pull/770#issuecomment-1083411399
I've added a proper issue number
(https://issues.apache.org/jira/browse/LUCENE-10494) and tweaked minor details
of the implementation (exception types thrown in addAll and add were
[
https://issues.apache.org/jira/browse/LUCENE-10494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-10494:
-
Description: PR at [https://github.com/apache/lucene/pull/770/files]
> Implement method to bulk
Dawid Weiss created LUCENE-10494:
Summary: Implement method to bulk add all collection elements to a
PriorityQueue
Key: LUCENE-10494
URL: https://issues.apache.org/jira/browse/LUCENE-10494
Project: Lu
[
https://issues.apache.org/jira/browse/LUCENE-10494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-10494:
-
Fix Version/s: 9.2
> Implement method to bulk add all collection elements to a PriorityQueue
>
jpountz commented on pull request #749:
URL: https://github.com/apache/lucene/pull/749#issuecomment-1083384716
Interestingly #687 would further specialize this query for longs by relying
on the `LongPoint` encoding. cc @wjp719
> I was phasing out FLOAT / DOUBLE support, as per your c
[
https://issues.apache.org/jira/browse/LUCENE-10491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10491.
--
Fix Version/s: 9.2
Resolution: Fixed
Fixed and backported.
> TaxonomyFacetSumValueSou
[
https://issues.apache.org/jira/browse/LUCENE-10491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514814#comment-17514814
]
ASF subversion and git services commented on LUCENE-10491:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514809#comment-17514809
]
ASF subversion and git services commented on LUCENE-10491:
--
Co
gsmiller merged pull request #775:
URL: https://github.com/apache/lucene/pull/775
--
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-unsubscr.
[
https://issues.apache.org/jira/browse/LUCENE-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10493:
---
Description:
We now have common dictionary interfaces for kuromoji and nori
([LUCENE-10393
jpountz merged pull request #763:
URL: https://github.com/apache/lucene/pull/763
--
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-unsubscr..
jpountz commented on a change in pull request #763:
URL: https://github.com/apache/lucene/pull/763#discussion_r838709808
##
File path:
lucene/test-framework/src/java/org/apache/lucene/tests/search/CheckHits.java
##
@@ -634,12 +694,13 @@ public static void checkTopScores(Random
[
https://issues.apache.org/jira/browse/LUCENE-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10493:
---
Summary: Can we unify the viterbi search logic in the tokenizers of
kuromoji and nori? (wa
Tomoko Uchida created LUCENE-10493:
--
Summary: Can we unify the tokenizer of kuromoji and nori?
Key: LUCENE-10493
URL: https://issues.apache.org/jira/browse/LUCENE-10493
Project: Lucene - Core
reta commented on pull request #749:
URL: https://github.com/apache/lucene/pull/749#issuecomment-1083295848
> To me it'd be best to only tackle the main bug you ran into, the
ClassCastException when using integers. To prevent errors when using double and
float values, we could add an expli
gautamworah96 opened a new pull request #776:
URL: https://github.com/apache/lucene/pull/776
I discovered this hanging zip file in the main branch while working on
trying to directly replace actual index files
([LUCENE-10482](https://issues.apache.org/jira/browse/LUCENE-10482)).
I s
javanna commented on a change in pull request #763:
URL: https://github.com/apache/lucene/pull/763#discussion_r838664696
##
File path:
lucene/test-framework/src/java/org/apache/lucene/tests/search/CheckHits.java
##
@@ -634,12 +694,13 @@ public static void checkTopScores(Random
[
https://issues.apache.org/jira/browse/LUCENE-10486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514766#comment-17514766
]
Luca Cavanna commented on LUCENE-10486:
---
Thanks for the feedback, I am also not a
wjp719 commented on a change in pull request #731:
URL: https://github.com/apache/lucene/pull/731#discussion_r838661197
##
File path:
lucene/sandbox/src/java/org/apache/lucene/sandbox/search/MultiRangeQuery.java
##
@@ -46,7 +48,7 @@
*
* @lucene.experimental
*/
-public ab
[
https://issues.apache.org/jira/browse/LUCENE-10492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gautam Worah updated LUCENE-10492:
--
Description:
I discovered this hanging zip file in the {{main}} branch while working on
tryi
Gautam Worah created LUCENE-10492:
-
Summary: Remove redundant taxonomy.8.10.0-cfs.zip backward
compatibility index
Key: LUCENE-10492
URL: https://issues.apache.org/jira/browse/LUCENE-10492
Project: Lu
[
https://issues.apache.org/jira/browse/LUCENE-10491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller reassigned LUCENE-10491:
Assignee: Greg Miller
> TaxonomyFacetSumValueSource incorrectly provides scores to doc v
gsmiller opened a new pull request #775:
URL: https://github.com/apache/lucene/pull/775
# Description
Fixes a bug in TaxonomyFacetSumValueSource score providing
# Solution
Fixed the bug
# Tests
Added to an existing test case to demonstrate the bug
#
Greg Miller created LUCENE-10491:
Summary: TaxonomyFacetSumValueSource incorrectly provides scores
to doc values
Key: LUCENE-10491
URL: https://issues.apache.org/jira/browse/LUCENE-10491
Project: Luce
madrob commented on a change in pull request #731:
URL: https://github.com/apache/lucene/pull/731#discussion_r838617372
##
File path:
lucene/sandbox/src/java/org/apache/lucene/sandbox/search/MultiRangeQuery.java
##
@@ -46,7 +48,7 @@
*
* @lucene.experimental
*/
-public ab
gsmiller commented on a change in pull request #718:
URL: https://github.com/apache/lucene/pull/718#discussion_r838621313
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/TaxonomyFacetFloatAssociations.java
##
@@ -0,0 +1,187 @@
+/*
+ * Licensed to the Apach
jpountz commented on a change in pull request #763:
URL: https://github.com/apache/lucene/pull/763#discussion_r838607150
##
File path:
lucene/test-framework/src/java/org/apache/lucene/tests/search/CheckHits.java
##
@@ -634,12 +694,13 @@ public static void checkTopScores(Random
[
https://issues.apache.org/jira/browse/LUCENE-10486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514733#comment-17514733
]
Adrien Grand commented on LUCENE-10486:
---
It would be nice if we could avoid this
[
https://issues.apache.org/jira/browse/LUCENE-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514731#comment-17514731
]
ASF subversion and git services commented on LUCENE-10002:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514730#comment-17514730
]
ASF subversion and git services commented on LUCENE-10002:
--
Co
jpountz merged pull request #766:
URL: https://github.com/apache/lucene/pull/766
--
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-unsubscr..
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514662#comment-17514662
]
Tomoko Uchida commented on LUCENE-10485:
At this time I won't proceed with this
wjp719 closed pull request #774:
URL: https://github.com/apache/lucene/pull/774
--
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-unsubscr...
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10485:
---
Attachment: hacky-poc-make-kuromoji-test-named-module.patch
> Limit o.a.l.a.morph package v
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10485:
---
Attachment: (was: hacky-poc-make-kuromoji-test-named-module.patch)
> Limit o.a.l.a.morp
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10485:
---
Attachment: (was: hacky-poc-make-kuromoji-test-named-module-1.patch)
> Limit o.a.l.a.mo
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10485:
---
Attachment: hacky-poc-make-kuromoji-test-named-module-1.patch
> Limit o.a.l.a.morph package
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514623#comment-17514623
]
Tomoko Uchida commented on LUCENE-10485:
The patch shows that it's possible to
wjp719 commented on pull request #731:
URL: https://github.com/apache/lucene/pull/731#issuecomment-1083012369
@jpountz I refactor the test cases, please help to review again, thanks a
lot.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
wjp719 commented on a change in pull request #731:
URL: https://github.com/apache/lucene/pull/731#discussion_r838428950
##
File path:
lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestMultiRangeQueries.java
##
@@ -761,4 +763,90 @@ public void testEqualsAndHashCode()
wjp719 commented on a change in pull request #731:
URL: https://github.com/apache/lucene/pull/731#discussion_r838428748
##
File path:
lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestMultiRangeQueries.java
##
@@ -761,4 +763,90 @@ public void testEqualsAndHashCode()
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514609#comment-17514609
]
Tomoko Uchida edited comment on LUCENE-10485 at 3/30/22, 11:10 AM:
--
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514609#comment-17514609
]
Tomoko Uchida commented on LUCENE-10485:
I'm playing around modularizing kuromo
[
https://issues.apache.org/jira/browse/LUCENE-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10485:
---
Attachment: hacky-poc-make-kuromoji-test-named-module.patch
> Limit o.a.l.a.morph package v
jpountz commented on pull request #731:
URL: https://github.com/apache/lucene/pull/731#issuecomment-1082881124
I just looked at the cloning logic, it looks good to me, thanks for making
this change!
--
This is an automated message from the Apache Git Service.
To respond to the message, p
jpountz commented on a change in pull request #731:
URL: https://github.com/apache/lucene/pull/731#discussion_r838348390
##
File path:
lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestMultiRangeQueries.java
##
@@ -761,4 +763,90 @@ public void testEqualsAndHashCode(
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838341280
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838341280
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
[
https://issues.apache.org/jira/browse/LUCENE-10490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514564#comment-17514564
]
jianping weng commented on LUCENE-10490:
ok i close this
> Query implement Cl
dweiss commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838264080
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
assertEqu
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838245085
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838240191
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
BaurzhanSakhariev commented on a change in pull request #770:
URL: https://github.com/apache/lucene/pull/770#discussion_r838240191
##
File path: lucene/core/src/test/org/apache/lucene/util/TestPriorityQueue.java
##
@@ -163,6 +164,57 @@ public void testInsertWithOverflow() {
91 matches
Mail list logo