[GitHub] [lucene] LuXugang opened a new pull request #729: LUCENE-10455: IndexSortSortedNumericDocValuesRangeQuery should implement Weight#scorerSupplier(LeafReaderContext)

2022-03-03 Thread GitBox
LuXugang opened a new pull request #729: URL: https://github.com/apache/lucene/pull/729 IndexOrDocValuesQuery was used as a fallbackQuery of IndexSortSortedNumericDocValuesRangeQuery in Elasticsearch, but When IndexSortSortedNumericDocValuesRangeQuery can't take advantage of index sort,

[jira] [Comment Edited] (LUCENE-10078) Enable merge-on-refresh by default?

2022-03-03 Thread Anand Kotriwal (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501193#comment-17501193 ] Anand Kotriwal edited comment on LUCENE-10078 at 3/4/22, 7:19 AM: -- I

[jira] [Commented] (LUCENE-10078) Enable merge-on-refresh by default?

2022-03-03 Thread Anand Kotriwal (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501193#comment-17501193 ] Anand Kotriwal commented on LUCENE-10078: - I like the idea of adding this feature to

[jira] [Created] (LUCENE-10455) IndexSortSortedNumericDocValuesRangeQuery should implement Weight#scorerSupplier(LeafReaderContext)

2022-03-03 Thread Lu Xugang (Jira)
Lu Xugang created LUCENE-10455: -- Summary: IndexSortSortedNumericDocValuesRangeQuery should implement Weight#scorerSupplier(LeafReaderContext) Key: LUCENE-10455 URL: https://issues.apache.org/jira/browse/LUCENE-10455

[GitHub] [lucene] rmuir commented on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
rmuir commented on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058821263 I'm suspicious of the reported performance improvement based on looking at your benchmark output, I don't think its realistic. Looks like nothing else was indexed in any other way

[GitHub] [lucene] rmuir commented on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
rmuir commented on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058815901 Sorry I see it differently. I'm not a fan of IndexWriter handling the temporary files/encoding/decoding data, this seems to be in the wrong place. If IndexWriter

[jira] [Commented] (LUCENE-10162) Add IntField, LongField, FloatField and DoubleField classes to index both points and doc values

2022-03-03 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501124#comment-17501124 ] Lu Xugang commented on LUCENE-10162: This is a new Query within the quick patch named

[jira] [Updated] (LUCENE-10162) Add IntField, LongField, FloatField and DoubleField classes to index both points and doc values

2022-03-03 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-10162: --- Attachment: LUCENE-10162-1.patch > Add IntField, LongField, FloatField and DoubleField classes to

[jira] [Commented] (LUCENE-10162) Add IntField, LongField, FloatField and DoubleField classes to index both points and doc values

2022-03-03 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501122#comment-17501122 ] Lu Xugang commented on LUCENE-10162: Move the conversation from LUCENE-10446 about current issue to

[jira] [Comment Edited] (LUCENE-10448) MergeRateLimiter doesn't always limit instant rate.

2022-03-03 Thread Vigya Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500982#comment-17500982 ] Vigya Sharma edited comment on LUCENE-10448 at 3/4/22, 2:06 AM: The

[jira] [Commented] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2022-03-03 Thread Vigya Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501101#comment-17501101 ] Vigya Sharma commented on LUCENE-10302: --- [~gsmiller] Is the link you pasted working? I get a 404

[GitHub] [lucene] jtibshirani edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
jtibshirani edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058674634 Great that we're exploring this! I had a couple high-level thoughts: * If a user had 100 vector fields, then now we might have 100+ files being written concurrently,

[GitHub] [lucene] jtibshirani commented on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
jtibshirani commented on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058674634 Great that we're exploring this! I had a couple high-level thoughts: * If a user had 100 vector fields, then now we might have 100+ files being written concurrently,

[jira] [Commented] (LUCENE-10430) Literal double quotes cause exception in class RegExp

2022-03-03 Thread Holger Rehn (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501072#comment-17501072 ] Holger Rehn commented on LUCENE-10430: -- Thanks for the feedback! But why do I need to escape

[GitHub] [lucene] rmuir commented on pull request #709: LUCENE-10311: remove complex cost estimation and abstraction leakage around it

2022-03-03 Thread GitBox
rmuir commented on pull request #709: URL: https://github.com/apache/lucene/pull/709#issuecomment-1058571689 @iverase @jpountz I "undrafted" the PR and added a commit with the `grow(long)` that just truncates-n-forwards. It seems like the best compromise based on discussion above.

[GitHub] [lucene] msokolov commented on pull request #718: LUCENE-10444: Support alternate aggregation functions in association facets

2022-03-03 Thread GitBox
msokolov commented on pull request #718: URL: https://github.com/apache/lucene/pull/718#issuecomment-1058501380 > It makes sense to me to add this capability. I wonder if the extra abstraction hurts us though in these tight loops summing up values in an array? If it does, we might want to

[GitHub] [lucene] msokolov commented on a change in pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
msokolov commented on a change in pull request #728: URL: https://github.com/apache/lucene/pull/728#discussion_r819056510 ## File path: lucene/core/src/java/org/apache/lucene/index/VectorValuesWriter.java ## @@ -20,39 +20,53 @@ import java.io.IOException; import

[GitHub] [lucene] msokolov commented on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
msokolov commented on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058487021 This makes sense to me, but I'm a little confused about how you described the test condition: > baseline: main branch where we unset RAMBufferSizeMB, which defaults to

[GitHub] [lucene] msokolov commented on a change in pull request #718: LUCENE-10444: Support alternate aggregation functions in association facets

2022-03-03 Thread GitBox
msokolov commented on a change in pull request #718: URL: https://github.com/apache/lucene/pull/718#discussion_r819043542 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/IntTaxonomyFacets.java ## @@ -173,17 +185,17 @@ public FacetResult getTopChildren(int

[jira] [Commented] (LUCENE-10447) Charset issue in TestScripts#testLukeCanBeLaunched()

2022-03-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501013#comment-17501013 ] ASF subversion and git services commented on LUCENE-10447: -- Commit

[jira] [Resolved] (LUCENE-10447) Charset issue in TestScripts#testLukeCanBeLaunched()

2022-03-03 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-10447. -- Fix Version/s: 9.1 Resolution: Fixed > Charset issue in

[jira] [Commented] (LUCENE-10447) Charset issue in TestScripts#testLukeCanBeLaunched()

2022-03-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17501009#comment-17501009 ] ASF subversion and git services commented on LUCENE-10447: -- Commit

[GitHub] [lucene] dweiss merged pull request #717: LUCENE-10447: always use utf8 for forked process encoding. Use the sa…

2022-03-03 Thread GitBox
dweiss merged pull request #717: URL: https://github.com/apache/lucene/pull/717 -- 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:

[jira] [Commented] (LUCENE-10448) MergeRateLimiter doesn't always limit instant rate.

2022-03-03 Thread Vigya Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500982#comment-17500982 ] Vigya Sharma commented on LUCENE-10448: --- The only API which can lead to unexpected big write

[jira] [Updated] (LUCENE-10454) UnifiedHighlighter can miss terms because of query rewrites

2022-03-03 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani updated LUCENE-10454: -- Attachment: LUCENE-10454.patch > UnifiedHighlighter can miss terms because of query

[jira] [Created] (LUCENE-10454) UnifiedHighlighter can miss terms because of query rewrites

2022-03-03 Thread Julie Tibshirani (Jira)
Julie Tibshirani created LUCENE-10454: - Summary: UnifiedHighlighter can miss terms because of query rewrites Key: LUCENE-10454 URL: https://issues.apache.org/jira/browse/LUCENE-10454 Project:

[jira] [Updated] (LUCENE-10441) ArrayIndexOutOfBoundsException during indexing

2022-03-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated LUCENE-10441: - Affects Version/s: 8.10 > ArrayIndexOutOfBoundsException during indexing >

[jira] [Commented] (LUCENE-10441) ArrayIndexOutOfBoundsException during indexing

2022-03-03 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500933#comment-17500933 ] Christine Poerschke commented on LUCENE-10441: -- line 179 from the stacktrace above is

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2165: SOLR-15059: Improve query performance monitoring

2022-03-03 Thread GitBox
dsmiley commented on a change in pull request #2165: URL: https://github.com/apache/lucene-solr/pull/2165#discussion_r81389 ## File path: solr/contrib/prometheus-exporter/conf/solr-exporter-config.xml ## @@ -315,88 +477,22 @@ node metrics -->

[jira] [Commented] (LUCENE-10078) Enable merge-on-refresh by default?

2022-03-03 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500911#comment-17500911 ] Adrien Grand commented on LUCENE-10078: --- LUCENE-10237 introduced a very simple

[jira] [Resolved] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop

2022-03-03 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10428. --- Fix Version/s: 9.1 Resolution: Fixed Thanks both! > getMinCompetitiveScore method

[jira] [Commented] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop

2022-03-03 Thread Ankit Jain (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500900#comment-17500900 ] Ankit Jain commented on LUCENE-10428: - I am fine with closing this issue. I will open another one

[jira] [Commented] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2022-03-03 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500898#comment-17500898 ] Greg Miller commented on LUCENE-10302: -- Thanks [~dsmiley]. I'd sketched something out as well and

[GitHub] [lucene-solr] thelabdude commented on a change in pull request #2165: SOLR-15059: Improve query performance monitoring

2022-03-03 Thread GitBox
thelabdude commented on a change in pull request #2165: URL: https://github.com/apache/lucene-solr/pull/2165#discussion_r818797045 ## File path: solr/contrib/prometheus-exporter/conf/solr-exporter-config.xml ## @@ -315,88 +477,22 @@ node metrics -->

[GitHub] [lucene-solr] thelabdude commented on a change in pull request #2165: SOLR-15059: Improve query performance monitoring

2022-03-03 Thread GitBox
thelabdude commented on a change in pull request #2165: URL: https://github.com/apache/lucene-solr/pull/2165#discussion_r818795935 ## File path: solr/contrib/prometheus-exporter/conf/solr-exporter-config.xml ## @@ -315,88 +477,22 @@ node metrics -->

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - baseline: main branch where we unset RAMBufferSizeMB,

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - candidate: this PR, where RAMBufferSizeMB is set to

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - candidate: this PR, where RAMBufferSizeMB similarly is

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - baseline: main branch where we unset RAMBufferSizeMB,

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - baseline: main branch where we unset RAMBufferSizeMB,

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - baseline: main branch where we unset RAMBufferSizeMB,

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - baseline: main branch where we unset RAMBufferSizeMB,

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova edited a comment on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - baseline: main branch where we unset RAMBufferSizeMB,

[GitHub] [lucene] mayya-sharipova commented on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova commented on pull request #728: URL: https://github.com/apache/lucene/pull/728#issuecomment-1058148842 I've benchmarked the results with ann-benchmarks on glove-100-angular (M:16, efConstruction:100) - baseline: main branch where we unset RAMBufferSizeMB, which

[GitHub] [lucene] mayya-sharipova opened a new pull request #728: LUCENE-10194 Buffer KNN vectors on disk

2022-03-03 Thread GitBox
mayya-sharipova opened a new pull request #728: URL: https://github.com/apache/lucene/pull/728 Currently VectorValuesWriter buffers vectors in memory. The problem is that as multi-dimensional vectors consume a lot of memory, a lot of flushes are triggered. Each flush is a very

[jira] [Commented] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2022-03-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500803#comment-17500803 ] David Smiley commented on LUCENE-10302: --- I attached my WIP as a patch file. Looking back, I

[jira] [Updated] (LUCENE-10302) PriorityQueue: optimize where we collect then iterate by using O(N) heapify

2022-03-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-10302: -- Attachment: LUCENE_PriorityQueue_Builder_with_heapify.patch > PriorityQueue: optimize where

[jira] [Comment Edited] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop

2022-03-03 Thread Daniel Doubrovkine (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500789#comment-17500789 ] Daniel Doubrovkine edited comment on LUCENE-10428 at 3/3/22, 2:27 PM:

[jira] [Commented] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop

2022-03-03 Thread Daniel Doubrovkine (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500789#comment-17500789 ] Daniel Doubrovkine commented on LUCENE-10428: - I agree with the above. The loop can't

[GitHub] [lucene] dblock commented on pull request #711: LUCENE-10428: Avoid infinite loop under error conditions.

2022-03-03 Thread GitBox
dblock commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1058085879 Thanks for fixing the issue @jpountz and everyone for your support and ideas! -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (LUCENE-10431) AssertionError in BooleanQuery.hashCode()

2022-03-03 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500706#comment-17500706 ] Alan Woodward commented on LUCENE-10431: Follow up PRs: * For main, removing the deprecated

[GitHub] [lucene] romseygeek opened a new pull request #727: LUCENE-10431: Don't include rewriteMethod in MTQ hash calculation

2022-03-03 Thread GitBox
romseygeek opened a new pull request #727: URL: https://github.com/apache/lucene/pull/727 BooleanQuery assumes that its children's hashcodes are stable, and has some assertions to this effect. This did not apply to MultiTermQuery, which has a mutable RewriteMethod member variable

[jira] [Commented] (LUCENE-10431) AssertionError in BooleanQuery.hashCode()

2022-03-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500678#comment-17500678 ] ASF subversion and git services commented on LUCENE-10431: -- Commit

[jira] [Commented] (LUCENE-10431) AssertionError in BooleanQuery.hashCode()

2022-03-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500662#comment-17500662 ] ASF subversion and git services commented on LUCENE-10431: -- Commit

[GitHub] [lucene] romseygeek merged pull request #722: LUCENE-10431: Deprecate MultiTermQuery.setRewriteMethod()

2022-03-03 Thread GitBox
romseygeek merged pull request #722: URL: https://github.com/apache/lucene/pull/722 -- 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:

[jira] [Comment Edited] (LUCENE-10448) MergeRateLimiter doesn't always limit instant rate.

2022-03-03 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500655#comment-17500655 ] kkewwei edited comment on LUCENE-10448 at 3/3/22, 10:46 AM: [~vigyas] you

[jira] [Comment Edited] (LUCENE-10448) MergeRateLimiter doesn't always limit instant rate.

2022-03-03 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500655#comment-17500655 ] kkewwei edited comment on LUCENE-10448 at 3/3/22, 10:45 AM: [~vigyas] you

[jira] [Comment Edited] (LUCENE-10448) MergeRateLimiter doesn't always limit instant rate.

2022-03-03 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500655#comment-17500655 ] kkewwei edited comment on LUCENE-10448 at 3/3/22, 10:44 AM: [~vigyas] you

[jira] [Commented] (LUCENE-10448) MergeRateLimiter doesn't always limit instant rate.

2022-03-03 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500655#comment-17500655 ] kkewwei commented on LUCENE-10448: -- [~vigyas] you mill nothing, there maybe exists a small tip: After

[GitHub] [lucene] romseygeek commented on a change in pull request #722: LUCENE-10431: Deprecate MultiTermQuery.setRewriteMethod()

2022-03-03 Thread GitBox
romseygeek commented on a change in pull request #722: URL: https://github.com/apache/lucene/pull/722#discussion_r818496740 ## File path: lucene/core/src/java/org/apache/lucene/search/FuzzyQuery.java ## @@ -113,11 +138,40 @@ public FuzzyQuery(Term term, int maxEdits) {

[jira] [Commented] (LUCENE-10002) Remove IndexSearcher#search(Query,Collector) in favor of IndexSearcher#search(Query,CollectorManager)

2022-03-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500606#comment-17500606 ] ASF subversion and git services commented on LUCENE-10002: -- Commit

[jira] [Commented] (LUCENE-10002) Remove IndexSearcher#search(Query,Collector) in favor of IndexSearcher#search(Query,CollectorManager)

2022-03-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500605#comment-17500605 ] ASF subversion and git services commented on LUCENE-10002: -- Commit

[jira] [Commented] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop

2022-03-03 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500595#comment-17500595 ] Adrien Grand commented on LUCENE-10428: --- [~akjain] While the underlying issue has not been fixed,

[jira] [Commented] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop

2022-03-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500594#comment-17500594 ] ASF subversion and git services commented on LUCENE-10428: -- Commit

[jira] [Commented] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop

2022-03-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500591#comment-17500591 ] ASF subversion and git services commented on LUCENE-10428: -- Commit

[GitHub] [lucene] jpountz commented on pull request #711: LUCENE-10428: Avoid infinite loop under error conditions.

2022-03-03 Thread GitBox
jpountz commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057807344 Thanks all for the feedback and contributions! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [lucene] jpountz merged pull request #711: LUCENE-10428: Avoid infinite loop under error conditions.

2022-03-03 Thread GitBox
jpountz merged pull request #711: URL: https://github.com/apache/lucene/pull/711 -- 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:

[jira] [Created] (LUCENE-10453) Speed up VectorUtil#squareDistance

2022-03-03 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10453: - Summary: Speed up VectorUtil#squareDistance Key: LUCENE-10453 URL: https://issues.apache.org/jira/browse/LUCENE-10453 Project: Lucene - Core Issue Type:

[GitHub] [lucene] jpountz opened a new pull request #724: LUCENE-10311: Remove pop_XXX helpers from `BitUtil`.

2022-03-03 Thread GitBox
jpountz opened a new pull request #724: URL: https://github.com/apache/lucene/pull/724 As @rmuir noted, it would be as simple and create less cognitive overhead to use `Long#bitCount` directly. -- This is an automated message from the Apache Git Service. To respond to the message,