[jira] [Commented] (LUCENE-10311) Should DocIdSetBuilder have different implementations for point and terms?

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

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

2022-03-02 Thread Vigya Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500565#comment-17500565 ] Vigya Sharma commented on LUCENE-10302: --- +1. I'd also like to look at it and maybe pick up a

[jira] [Commented] (LUCENE-10311) Should DocIdSetBuilder have different implementations for point and terms?

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

[GitHub] [lucene] jpountz merged pull request #710: LUCENE-10311: Make FixedBitSet#approximateCardinality faster (and actually approximate).

2022-03-02 Thread GitBox
jpountz merged pull request #710: URL: https://github.com/apache/lucene/pull/710 -- 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-02 Thread Vigya Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500546#comment-17500546 ] Vigya Sharma commented on LUCENE-10448: --- >From what I understand, the only case when

[jira] [Commented] (LUCENE-10446) Add a precise cost of score in ScorerSupplier

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

[jira] [Updated] (LUCENE-10446) Add a precise cost of score in ScorerSupplier

2022-03-02 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-10446: --- Attachment: LUCENE-10466-1.patch > Add a precise cost of score in ScorerSupplier >

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

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

[GitHub] [lucene] mocobeta commented on a change in pull request #717: LUCENE-10447: always use utf8 for forked process encoding. Use the sa…

2022-03-02 Thread GitBox
mocobeta commented on a change in pull request #717: URL: https://github.com/apache/lucene/pull/717#discussion_r818287557 ## File path: build.gradle ## @@ -183,3 +183,5 @@ apply from: file('gradle/hacks/turbocharge-jvm-opts.gradle') apply from:

[GitHub] [lucene] wjp719 commented on pull request #687: LUCENE-10425:speed up IndexSortSortedNumericDocValuesRangeQuery#BoundedDocSetIdIterator construction using bkd binary search

2022-03-02 Thread GitBox
wjp719 commented on pull request #687: URL: https://github.com/apache/lucene/pull/687#issuecomment-1057611824 > One thing I'm not totally happy with is that the change assumes that the field is either not indexed or indexed with `LongPoint` while this query would previousy also work with

[GitHub] [lucene-solr] thelabdude merged pull request #2644: SOLR-16009 Add custom udfs for filtering inside multi-valued fields

2022-03-02 Thread GitBox
thelabdude merged pull request #2644: URL: https://github.com/apache/lucene-solr/pull/2644 -- 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-10408) Better dense encoding of doc Ids in Lucene91HnswVectorsFormat

2022-03-02 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500438#comment-17500438 ] Julie Tibshirani commented on LUCENE-10408: --- I noticed a failure in a test that was added:

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

2022-03-02 Thread GitBox
uschindler commented on a change in pull request #722: URL: https://github.com/apache/lucene/pull/722#discussion_r818194470 ## File path: lucene/core/src/java/org/apache/lucene/search/MultiTermQuery.java ## @@ -52,7 +52,7 @@ */ public abstract class MultiTermQuery extends

[GitHub] [lucene] jainankitk edited a comment on pull request #711: LUCENE-10428: Avoid infinite loop under error conditions.

2022-03-02 Thread GitBox
jainankitk edited a comment on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057396494 > This gave me the idea that we can use negative values for a test at least. I PRed [jpountz#2](https://github.com/jpountz/lucene/pull/2) into your branch: it

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

2022-03-02 Thread GitBox
jainankitk commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057396494 > This gave me the idea that we can use negative values for a test at least. I PRed [jpountz#2](https://github.com/jpountz/lucene/pull/2) into your branch: it reproduces this

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

2022-03-02 Thread GitBox
dblock edited a comment on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057349041 Thank you for the detailed explanation, this makes a lot of sense. > * A bug in other code that breaks assumptions that this code is making, e.g. a query that

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

2022-03-02 Thread GitBox
dblock edited a comment on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057349041 -- 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

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

2022-03-02 Thread GitBox
dblock commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057349510 > > I won't argue on this specific approach, but I have hard time accepting that we can fix a real bug, and write no new tests. > > Please feel free to contribute one, this

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

2022-03-02 Thread GitBox
dblock commented on a change in pull request #711: URL: https://github.com/apache/lucene/pull/711#discussion_r818077386 ## File path: lucene/core/src/java/org/apache/lucene/search/MaxScoreSumPropagator.java ## @@ -131,22 +131,28 @@ void setMinCompetitiveScore(float minScore)

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

2022-03-02 Thread GitBox
dblock commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057349041 Thank you for the detailed explanation, this makes a lot of sense. > * A bug in other code that breaks assumptions that this code is making, e.g. a query that produces

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

2022-03-02 Thread GitBox
dweiss commented on a change in pull request #717: URL: https://github.com/apache/lucene/pull/717#discussion_r818072938 ## File path: build.gradle ## @@ -183,3 +183,5 @@ apply from: file('gradle/hacks/turbocharge-jvm-opts.gradle') apply from:

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

2022-03-02 Thread GitBox
rmuir commented on a change in pull request #722: URL: https://github.com/apache/lucene/pull/722#discussion_r817992391 ## File path: lucene/core/src/java/org/apache/lucene/search/RegexpQuery.java ## @@ -62,6 +62,24 @@ public RegexpQuery(Term term) { this(term,

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

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

[jira] [Created] (LUCENE-10452) Hunspell: call checkCanceled less frequently to reduce the overhead

2022-03-02 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-10452: - Summary: Hunspell: call checkCanceled less frequently to reduce the overhead Key: LUCENE-10452 URL: https://issues.apache.org/jira/browse/LUCENE-10452 Project:

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

2022-03-02 Thread GitBox
jpountz commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057183183 > It looks like converging in getMinCompetitiveScore relies on truncating (rounding?) doubles to floats, so this looks suspicious to me. I certainly wish it was simpler,

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

2022-03-02 Thread GitBox
dblock edited a comment on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057078347 I think we have a case of floating point here. If you change `getMinCompetitiveScore` to take a `double` or `minScoreSum`, it becomes easy to reproduce. It also

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

2022-03-02 Thread GitBox
dblock edited a comment on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057078347 -- 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

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

2022-03-02 Thread GitBox
dblock edited a comment on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057078347 I think we have a case of floating point here. If you change `getMinCompetitiveScore` to take a `double` or `minScoreSum`, it becomes easy to reproduce. It also

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

2022-03-02 Thread GitBox
dblock edited a comment on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057078347 I think we have a case of floating point here. If you change `getMinCompetitiveScore` to take a `double` or `minScoreSum`, it becomes easy to reproduce. It also

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

2022-03-02 Thread GitBox
dblock edited a comment on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057078347 I think we have a case of floating point here. If you change `getMinCompetitiveScore` to take a `double` or `minScoreSum`, it becomes easy to reproduce. It also

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

2022-03-02 Thread GitBox
dblock commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057078347 I think we have a case of floating point here. If you change `getMinCompetitiveScore` to take a `double` or `minScoreSum`, it becomes easy to reproduce. It also almost

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

2022-03-02 Thread GitBox
jpountz commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057061295 @dblock Yeah I'm unhappy about this change too. FWIW this isn't really a bug fix, this mostly turns a potential bug that we haven't managed to understand into a different bug

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

2022-03-02 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500239#comment-17500239 ] Greg Miller commented on LUCENE-10302: -- {quote}I have the start of some code in progress I can

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

2022-03-02 Thread GitBox
jpountz commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1057058488 > Out of curiosity, what is the implication of returning whatever minScore get's computed after 2 iterations? Like we do a best case effort to converge, but return with whatever

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

2022-03-02 Thread GitBox
jpountz commented on a change in pull request #722: URL: https://github.com/apache/lucene/pull/722#discussion_r817784359 ## File path: lucene/core/src/java/org/apache/lucene/search/FuzzyQuery.java ## @@ -56,6 +56,10 @@ public static final int defaultMaxExpansions = 50;

[GitHub] [lucene] mocobeta commented on a change in pull request #717: LUCENE-10447: always use utf8 for forked process encoding. Use the sa…

2022-03-02 Thread GitBox
mocobeta commented on a change in pull request #717: URL: https://github.com/apache/lucene/pull/717#discussion_r817759908 ## File path: lucene/distribution/src/binary-release/bin/luke.sh ## @@ -17,5 +17,16 @@ MODULES=`dirname "$0"`/.. MODULES=`cd "$MODULES" && pwd` -java

[jira] [Commented] (LUCENE-10449) Performance regression due to LZ4 compression of TermsDict in SortedSetDocValues

2022-03-02 Thread Renaud Delbru (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500204#comment-17500204 ] Renaud Delbru commented on LUCENE-10449: We will, thanks Robert. > Performance regression due

[jira] [Commented] (LUCENE-10449) Performance regression due to LZ4 compression of TermsDict in SortedSetDocValues

2022-03-02 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500198#comment-17500198 ] Robert Muir commented on LUCENE-10449: -- {quote} Our need in terms of data access pattern is to

[jira] [Updated] (LUCENE-10449) Performance regression due to LZ4 compression of TermsDict in SortedSetDocValues

2022-03-02 Thread Renaud Delbru (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renaud Delbru updated LUCENE-10449: --- Description: LUCENE-9843 removed the compression option for SortedSetDocValues term

[jira] [Commented] (LUCENE-10449) Performance regression due to LZ4 compression of TermsDict in SortedSetDocValues

2022-03-02 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500194#comment-17500194 ] Robert Muir commented on LUCENE-10449: -- yeah, I think it is best to address the issue with them.

[jira] [Updated] (LUCENE-10449) Performance regression due to LZ4 compression of TermsDict in SortedSetDocValues

2022-03-02 Thread Renaud Delbru (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renaud Delbru updated LUCENE-10449: --- Summary: Performance regression due to LZ4 compression of TermsDict in SortedSetDocValues

[jira] [Commented] (LUCENE-10449) Performance regression due to decompressBlock method introduced with compression on binary doc values

2022-03-02 Thread Renaud Delbru (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500191#comment-17500191 ] Renaud Delbru commented on LUCENE-10449: Hi [~rcmuir]  Thanks for your observation and advice. 

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500172#comment-17500172 ] kkewwei edited comment on LUCENE-10448 at 3/2/22, 1:56 PM: --- We know that if

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

2022-03-02 Thread GitBox
msokolov commented on pull request #711: URL: https://github.com/apache/lucene/pull/711#issuecomment-1056965854 > I won't argue on this specific approach, but I have hard time accepting that we can fix a real bug, and write no new tests. Please feel free to contribute one, this is

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500172#comment-17500172 ] kkewwei commented on LUCENE-10448: -- We know that If we reach bytesSinceLastPause, we will call

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500172#comment-17500172 ] kkewwei edited comment on LUCENE-10448 at 3/2/22, 1:47 PM: --- We know that if

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

2022-03-02 Thread Michael Bien (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500157#comment-17500157 ] Michael Bien commented on LUCENE-10431: --- I see. Thanks for the info! > AssertionError in

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

2022-03-02 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500118#comment-17500118 ] Alan Woodward commented on LUCENE-10431: I opened [https://github.com/apache/lucene/pull/722]

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

2022-03-02 Thread GitBox
romseygeek opened a new pull request #722: URL: https://github.com/apache/lucene/pull/722 Allowing users to mutate MultiTermQuery can give rise to odd bugs, for example in wrapper queries such as BooleanQuery which lazily calculate their hashcodes and then cache the result. This

[jira] [Resolved] (LUCENE-10449) Performance regression due to decompressBlock method introduced with compression on binary doc values

2022-03-02 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-10449. -- Resolution: Not A Problem Problem here is that user isn't using binary docvalues, they are

[GitHub] [lucene] mocobeta commented on a change in pull request #717: LUCENE-10447: always use utf8 for forked process encoding. Use the sa…

2022-03-02 Thread GitBox
mocobeta commented on a change in pull request #717: URL: https://github.com/apache/lucene/pull/717#discussion_r817641774 ## File path: lucene/distribution/src/binary-release/bin/luke.sh ## @@ -17,5 +17,16 @@ MODULES=`dirname "$0"`/.. MODULES=`cd "$MODULES" && pwd` -java

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

2022-03-02 Thread Michael Bien (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500098#comment-17500098 ] Michael Bien commented on LUCENE-10431: --- "in 9.x only, remove rewriteMethod from MTQ's hashcode()

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

2022-03-02 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500090#comment-17500090 ] Alan Woodward commented on LUCENE-10431: I suggest we do the following: * deprecate

[GitHub] [lucene] donnerpeter opened a new pull request #721: LUCENE-10451 Hunspell: don't perform potentially expensive spellchecking after timeout

2022-03-02 Thread GitBox
donnerpeter opened a new pull request #721: URL: https://github.com/apache/lucene/pull/721 move all expensive operations closer to the suggestion creation, encapsulate case and output conversion into a new Suggestion class -- This is an automated message from the Apache Git Service. To

[jira] [Commented] (LUCENE-10446) Add a precise cost of score in ScorerSupplier

2022-03-02 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500048#comment-17500048 ] Lu Xugang commented on LUCENE-10446: Thanks [~jpountz] ,  so according to  LUCENE-10162 , does the

[jira] [Created] (LUCENE-10451) Hunspell: don't perform potentially expensive spellchecking after timeout

2022-03-02 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-10451: - Summary: Hunspell: don't perform potentially expensive spellchecking after timeout Key: LUCENE-10451 URL: https://issues.apache.org/jira/browse/LUCENE-10451

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1754#comment-1754 ] kkewwei edited comment on LUCENE-10448 at 3/2/22, 9:28 AM: --- Yes, this is

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1754#comment-1754 ] kkewwei commented on LUCENE-10448: -- Yes, This is what I wan to describe, the instant rate is

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

2022-03-02 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1751#comment-1751 ] Adrien Grand commented on LUCENE-10448: --- So if I understand correctly, the problem is that the

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1745#comment-1745 ] kkewwei edited comment on LUCENE-10448 at 3/2/22, 9:17 AM: --- For example,

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1745#comment-1745 ] kkewwei edited comment on LUCENE-10448 at 3/2/22, 9:17 AM: --- For example,

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1745#comment-1745 ] kkewwei edited comment on LUCENE-10448 at 3/2/22, 9:12 AM: --- For example,

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

2022-03-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1745#comment-1745 ] kkewwei commented on LUCENE-10448: -- For example, After the first time calling maybePause, it took long

[jira] [Commented] (LUCENE-10391) Reuse data structures across HnswGraph invocations

2022-03-02 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17499984#comment-17499984 ] Adrien Grand commented on LUCENE-10391: --- +1 to stop here for now, it looks like reusing the

[jira] [Commented] (LUCENE-10450) IndexSortSortedNumericDocValuesRangeQuery could be rewrite to MatchAllDocsQuery

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

[jira] [Resolved] (LUCENE-10450) IndexSortSortedNumericDocValuesRangeQuery could be rewrite to MatchAllDocsQuery

2022-03-02 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10450. --- Resolution: Fixed > IndexSortSortedNumericDocValuesRangeQuery could be rewrite to >

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

2022-03-02 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17499981#comment-17499981 ] Adrien Grand commented on LUCENE-10448: --- [~kkewwei] Sorry I'm not understanding what are the

[jira] [Updated] (LUCENE-10450) IndexSortSortedNumericDocValuesRangeQuery could be rewrite to MatchAllDocsQuery

2022-03-02 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-10450: --- Fix Version/s: 9.1 > IndexSortSortedNumericDocValuesRangeQuery could be rewrite to >

[jira] [Commented] (LUCENE-10237) Add merge on flush merge policy to Lucene Sandbox

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

[jira] [Updated] (LUCENE-10237) Add merge on flush merge policy to Lucene Sandbox

2022-03-02 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-10237: -- Summary: Add merge on flush merge policy to Lucene Sandbox (was: Add merge on commit merge

[jira] [Resolved] (LUCENE-10237) Add merge on commit merge policy to Lucene Sandbox

2022-03-02 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10237. --- Fix Version/s: 9.1 Resolution: Fixed > Add merge on commit merge policy to Lucene

[jira] [Commented] (LUCENE-10450) IndexSortSortedNumericDocValuesRangeQuery could be rewrite to MatchAllDocsQuery

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

[GitHub] [lucene] jpountz merged pull request #720: LUCENE-10450: IndexSortSortedNumericDocValuesRangeQuery could be rewrite to MatchAllDocsQuery

2022-03-02 Thread GitBox
jpountz merged pull request #720: URL: https://github.com/apache/lucene/pull/720 -- 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-10439) Support multi-valued and multiple dimensions for count query in PointRangeQuery

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

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

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

[jira] [Commented] (LUCENE-10237) Add merge on commit merge policy to Lucene Sandbox

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

[jira] [Commented] (LUCENE-10439) Support multi-valued and multiple dimensions for count query in PointRangeQuery

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

[GitHub] [lucene] jpountz merged pull request #714: LUCENE-10439: update CHANGES.txt

2022-03-02 Thread GitBox
jpountz merged pull request #714: URL: https://github.com/apache/lucene/pull/714 -- 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-10237) Add merge on commit merge policy to Lucene Sandbox

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

[GitHub] [lucene] mocobeta edited a comment on pull request #717: LUCENE-10447: always use utf8 for forked process encoding. Use the sa…

2022-03-02 Thread GitBox
mocobeta edited a comment on pull request #717: URL: https://github.com/apache/lucene/pull/717#issuecomment-1056113863 Sure; it works on macOS. ``` % sw_vers [0][LUCENE-10447] ProductName: macOS ProductVersion: 11.6 BuildVersion:

[GitHub] [lucene] jpountz merged pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox

2022-03-02 Thread GitBox
jpountz merged pull request #446: URL: https://github.com/apache/lucene/pull/446 -- 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-02 Thread kkewwei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17499960#comment-17499960 ] kkewwei commented on LUCENE-10448: -- [~jpountz] would you help confirm it? > MergeRateLimiter doesn't

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

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

[GitHub] [lucene] jpountz merged pull request #716: LUCENE-10002: Replace test usages of TopScoreDocCollector with a corresponding collector manager

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