wjp719 commented on code in PR #780:
URL: https://github.com/apache/lucene/pull/780#discussion_r842427168
##
lucene/core/src/java/org/apache/lucene/search/comparators/NumericComparator.java:
##
@@ -94,6 +95,7 @@ public void disableSkipping() {
private long iteratorCost;
jpountz commented on code in PR #780:
URL: https://github.com/apache/lucene/pull/780#discussion_r842434529
##
lucene/core/src/java/org/apache/lucene/search/comparators/NumericComparator.java:
##
@@ -94,6 +95,7 @@ public void disableSkipping() {
private long iteratorCost;
wjp719 closed pull request #780: LUCENE-10496: avoid unnecessary attempts to
evaluate skipping doc if index sort and search sort are in opposite direction
URL: https://github.com/apache/lucene/pull/780
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
wjp719 commented on code in PR #780:
URL: https://github.com/apache/lucene/pull/780#discussion_r842438315
##
lucene/core/src/java/org/apache/lucene/search/comparators/NumericComparator.java:
##
@@ -94,6 +95,7 @@ public void disableSkipping() {
private long iteratorCost;
jpountz merged PR #731:
URL: https://github.com/apache/lucene/pull/731
--
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...@lucene.apache.
[
https://issues.apache.org/jira/browse/LUCENE-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517272#comment-17517272
]
ASF subversion and git services commented on LUCENE-10456:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10456.
---
Fix Version/s: 9.2
Resolution: Fixed
> Implement Weight#count for MultiRangeQuery
>
pquentin opened a new pull request, #784:
URL: https://github.com/apache/lucene/pull/784
As noticed by @jtibshirani in
https://issues.apache.org/jira/browse/LUCENE-10085?focusedCommentId=17516122&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17516122
--
T
zacharymorn commented on code in PR #767:
URL: https://github.com/apache/lucene/pull/767#discussion_r842463582
##
lucene/core/src/test/org/apache/lucene/search/TestFieldExistsQuery.java:
##
@@ -65,20 +65,21 @@ public void testDocValuesRewriteWithTermsPresent() throws
IOExceptio
zacharymorn commented on PR #767:
URL: https://github.com/apache/lucene/pull/767#issuecomment-1088372398
> Thank you!
No problem, thanks @jpountz for all the reviews and suggestions as well!
I'll open a follow-up PR after merging this as you suggested to remove the
deprecated classes
[
https://issues.apache.org/jira/browse/LUCENE-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517290#comment-17517290
]
ASF subversion and git services commented on LUCENE-10456:
--
Co
jpountz merged PR #761:
URL: https://github.com/apache/lucene/pull/761
--
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...@lucene.apache.
javanna opened a new pull request, #785:
URL: https://github.com/apache/lucene/pull/785
MemoryIndex exposes a search method that returns the score of the matching
doc if it does match, otherwise 0.0f. It internally uses a custom collector and
calls IndexSearcher#search(Query, Collector). We
[
https://issues.apache.org/jira/browse/LUCENE-9625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517325#comment-17517325
]
Balmukund Mandal commented on LUCENE-9625:
--
[~sokolov]
As you've mentioned th
LuXugang commented on PR #649:
URL: https://github.com/apache/lucene/pull/649#issuecomment-1088480302
> I wonder if it would be a better trade-off to keep ints uncompressed, but
read them from disk directly instead of loading giant arrays in memory? Or
possibly switch to something like Dire
jianping weng created LUCENE-10499:
--
Summary: eliminate unnecessary copy data overhead when grow array
size
Key: LUCENE-10499
URL: https://issues.apache.org/jira/browse/LUCENE-10499
Project: Lucene -
wjp719 opened a new pull request, #786:
URL: https://github.com/apache/lucene/pull/786
ArrayUtil#grow will copy origin array data to the new array after growing
size in default, but in many places, the new array needn't the origin data.
This PR eliminates the extra copy data overhead.
[
https://issues.apache.org/jira/browse/LUCENE-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jianping weng updated LUCENE-10499:
---
Summary: reduce unnecessary copy data overhead when grow array size (was:
eliminate unnece
[
https://issues.apache.org/jira/browse/LUCENE-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jianping weng updated LUCENE-10499:
---
Description: ArrayUtil#grow will copy origin array data to the new array
after growing size
rmuir commented on PR #786:
URL: https://github.com/apache/lucene/pull/786#issuecomment-1088581156
Can we instead add a new method to `ArrayUtil`, with a different name than
`grow`, that doesn't copy data?
I don't think we should add a boolean parameter to grow that gives it
radical
mocobeta commented on PR #783:
URL: https://github.com/apache/lucene/pull/783#issuecomment-1088582275
I checked that this preserves the current behavior. I'd merge this (only in
main) now and will refine it in the following PRs.
--
This is an automated message from the Apache Git Service.
mocobeta merged PR #783:
URL: https://github.com/apache/lucene/pull/783
--
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...@lucene.apache
[
https://issues.apache.org/jira/browse/LUCENE-10497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517386#comment-17517386
]
ASF subversion and git services commented on LUCENE-10497:
--
Co
wjp719 commented on PR #786:
URL: https://github.com/apache/lucene/pull/786#issuecomment-1088618967
> Can we instead add a new method to `ArrayUtil`, with a different name than
`grow`, that doesn't copy data?
>
> I don't think we should add a boolean parameter to grow that gives it
r
jpountz commented on PR #649:
URL: https://github.com/apache/lucene/pull/649#issuecomment-1088641170
Yes, something like that sounds like a good fit to store the ordToDoc
mapping indeed :+1:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
[
https://issues.apache.org/jira/browse/LUCENE-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517425#comment-17517425
]
Alexander Kurtakov commented on LUCENE-7522:
Is there hope for this one?
>
javanna opened a new pull request, #787:
URL: https://github.com/apache/lucene/pull/787
This commit replaces more usages of search(Query, Collector) with calling
the corresponding search(Query, CollectorManager) instead. This round focuses
on tests that implement custom collector, that need
javanna commented on code in PR #787:
URL: https://github.com/apache/lucene/pull/787#discussion_r842783772
##
lucene/core/src/test/org/apache/lucene/search/TestMultiCollector.java:
##
@@ -99,7 +100,7 @@ public void testCollectionTerminatedExceptionHandling()
throws IOException
javanna commented on code in PR #787:
URL: https://github.com/apache/lucene/pull/787#discussion_r842785447
##
lucene/core/src/test/org/apache/lucene/search/TestTotalHitCountCollector.java:
##
@@ -38,10 +38,10 @@ public void testBasics() throws Exception {
IndexReader reader
javanna commented on code in PR #787:
URL: https://github.com/apache/lucene/pull/787#discussion_r842786871
##
lucene/queryparser/src/test/org/apache/lucene/queryparser/surround/query/BooleanQueryTestFacade.java:
##
@@ -121,14 +125,24 @@ public void doTest() throws Exception {
[
https://issues.apache.org/jira/browse/LUCENE-9625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517471#comment-17517471
]
Michael Sokolov commented on LUCENE-9625:
-
> As you've mentioned that jars shoul
[
https://issues.apache.org/jira/browse/LUCENE-9625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517488#comment-17517488
]
Balmukund Mandal commented on LUCENE-9625:
--
Thank you Michael for your response
[
https://issues.apache.org/jira/browse/LUCENE-9625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517495#comment-17517495
]
Michael Sokolov commented on LUCENE-9625:
-
So, clearly it's not finding KnnGraph
iverase commented on PR #756:
URL: https://github.com/apache/lucene/pull/756#issuecomment-1088873741
Thanks @yinux! your dataset is very interesting because it seems your
geometries have many parallel edges which are challenging the tessellator.
In order to fix that I went back to the
gsmiller merged PR #751:
URL: https://github.com/apache/lucene/pull/751
--
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...@lucene.apache
[
https://issues.apache.org/jira/browse/LUCENE-10467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517542#comment-17517542
]
ASF subversion and git services commented on LUCENE-10467:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517545#comment-17517545
]
ASF subversion and git services commented on LUCENE-10467:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517557#comment-17517557
]
ASF subversion and git services commented on LUCENE-10467:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10467.
--
Fix Version/s: 9.2
Resolution: Fixed
Merged and backported. Thanks [~yutinggan]!
> Th
gsmiller commented on code in PR #778:
URL: https://github.com/apache/lucene/pull/778#discussion_r843051837
##
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/TaxonomyFacets.java:
##
@@ -109,7 +109,7 @@ public boolean childrenLoaded() {
* @lucene.experimental
*/
jtibshirani merged PR #784:
URL: https://github.com/apache/lucene/pull/784
--
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...@lucene.apa
[
https://issues.apache.org/jira/browse/LUCENE-10085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517595#comment-17517595
]
ASF subversion and git services commented on LUCENE-10085:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517607#comment-17517607
]
ASF subversion and git services commented on LUCENE-10085:
--
Co
Luca Cavanna created LUCENE-10500:
-
Summary: StringValueFacetCounts relies on sequential collection
Key: LUCENE-10500
URL: https://issues.apache.org/jira/browse/LUCENE-10500
Project: Lucene - Core
javanna opened a new pull request, #788:
URL: https://github.com/apache/lucene/pull/788
StringValueFacetCounts should use the segment ordinal instead of the current
index when looping through the matching hits, as when search is multi-threaded
the order of the matching hits (one per segment
jpountz merged PR #788:
URL: https://github.com/apache/lucene/pull/788
--
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...@lucene.apache.
[
https://issues.apache.org/jira/browse/LUCENE-10500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517693#comment-17517693
]
ASF subversion and git services commented on LUCENE-10500:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517694#comment-17517694
]
ASF subversion and git services commented on LUCENE-10500:
--
Co
jtibshirani opened a new pull request, #789:
URL: https://github.com/apache/lucene/pull/789
This PR proposes adding a preparation step to look at
bui...@lucene.apache.org and address recurring failures. This helps make
sure we
catch and fix known bugs before spinning the release candid
jtibshirani commented on PR #789:
URL: https://github.com/apache/lucene/pull/789#issuecomment-1089323655
This was inspired by my experience releasing Lucene 9.1, where addressing
build failures early would've helped save us time.
--
This is an automated message from the Apache Git Service
zhaih commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843265236
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache Software
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843271841
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843272080
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843272398
##
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java:
##
@@ -78,10 +78,20 @@
private volatile TaxonomyIndexArrays taxoA
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843275500
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843275500
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843272398
##
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java:
##
@@ -78,10 +78,20 @@
private volatile TaxonomyIndexArrays taxoA
Kartik Ganesh created LUCENE-10501:
--
Summary: StackOverflow when RegExp encounters a very large string
Key: LUCENE-10501
URL: https://issues.apache.org/jira/browse/LUCENE-10501
Project: Lucene - Core
gsmiller commented on PR #788:
URL: https://github.com/apache/lucene/pull/788#issuecomment-1089423815
Oh no. Good find and thanks for fixing! (and apologies for slipping that bug
in)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
[
https://issues.apache.org/jira/browse/LUCENE-10501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kartik Ganesh updated LUCENE-10501:
---
Description:
When RegExp encounters a very large string, it hits a Stack Overflow exception
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843312709
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache
[
https://issues.apache.org/jira/browse/LUCENE-10482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gautam Worah updated LUCENE-10482:
--
Status: Patch Available (was: Open)
> Allow users to create their own DirectoryTaxonomyReade
zhaih commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843318155
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache Software
[
https://issues.apache.org/jira/browse/LUCENE-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated LUCENE-10292:
Attachment: LUCENE-10292.patch
Assignee: Chris M. Hostetter
Status:
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843363466
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache
gautamworah96 commented on code in PR #762:
URL: https://github.com/apache/lucene/pull/762#discussion_r843363466
##
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java:
##
@@ -0,0 +1,95 @@
+/*
+ * Licensed to the Apache
[
https://issues.apache.org/jira/browse/LUCENE-9625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517825#comment-17517825
]
Balmukund Mandal commented on LUCENE-9625:
--
Thank you Michael, it works. I thin
zacharymorn merged PR #767:
URL: https://github.com/apache/lucene/pull/767
--
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...@lucene.apa
[
https://issues.apache.org/jira/browse/LUCENE-10436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517860#comment-17517860
]
ASF subversion and git services commented on LUCENE-10436:
--
Co
zacharymorn opened a new pull request, #790:
URL: https://github.com/apache/lucene/pull/790
# Description
Remove deprecated DocValuesFieldExistsQuery, NormsFieldExistsQuery and
KnnVectorFieldExistsQuery
# Tests
Passed existing tests.
# Checklist
Please revi
zacharymorn commented on PR #790:
URL: https://github.com/apache/lucene/pull/790#issuecomment-1089864280
For the change entry, I assume this should go into version `10.0.0`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
jpountz commented on code in PR #790:
URL: https://github.com/apache/lucene/pull/790#discussion_r843530787
##
lucene/core/src/java/org/apache/lucene/search/UsageTrackingQueryCachingPolicy.java:
##
@@ -58,12 +58,6 @@ private static boolean shouldNeverCache(Query query) {
r
jpountz commented on PR #790:
URL: https://github.com/apache/lucene/pull/790#issuecomment-1089886965
> For the change entry, I assume this should go into version 10.0.0?
Yes, we need a CHANGES entry under 10.0.0 and a new entry in
`lucene/MIGRATE.txt` that recommends replacing `DocVal
73 matches
Mail list logo