[jira] [Commented] (LUCENE-10386) Add BOM module for ease of dependency management in dependent projects

2022-04-26 Thread Petr Portnov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528001#comment-17528001 ] Petr Portnov commented on LUCENE-10386: --- Thanks for your response! If this would

[GitHub] [lucene] boicehuang commented on pull request #816: LUCENE-10519: ThreadLocal.remove under G1GC takes 100% CPU

2022-04-26 Thread GitBox
boicehuang commented on PR #816: URL: https://github.com/apache/lucene/pull/816#issuecomment-1109518481 @mikemccand can you also help review this improvement for `CloseableThreadLocal`? thanks. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[jira] [Created] (LUCENE-10536) Doc values terms dicts should use the first term of each block as a dictionary

2022-04-26 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10536: - Summary: Doc values terms dicts should use the first term of each block as a dictionary Key: LUCENE-10536 URL: https://issues.apache.org/jira/browse/LUCENE-10536 Pr

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528159#comment-17528159 ] Kevin Risden commented on LUCENE-10534: --- Thanks [~hossman] for the comments and e

[GitHub] [lucene] jpountz opened a new pull request, #838: LUCENE-10536: Slightly better compression of doc values' terms dictionaries.

2022-04-26 Thread GitBox
jpountz opened a new pull request, #838: URL: https://github.com/apache/lucene/pull/838 Doc values terms dictionaries keep the first term of each block uncompressed so that they can somewhat efficiently perform binary searches across blocks. Suffixes of the other 63 terms are compresse

[GitHub] [lucene] jpountz merged pull request #786: LUCENE-10499: reduce unnecessary copy data overhead when growing array size

2022-04-26 Thread GitBox
jpountz merged PR #786: URL: https://github.com/apache/lucene/pull/786 -- 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.

[jira] [Commented] (LUCENE-10499) reduce unnecessary copy data overhead when grow array size

2022-04-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528176#comment-17528176 ] ASF subversion and git services commented on LUCENE-10499: -- Co

[jira] [Resolved] (LUCENE-10499) reduce unnecessary copy data overhead when grow array size

2022-04-26 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10499. --- Fix Version/s: 9.2 Resolution: Fixed Thanks [~wjp719]! > reduce unnecessary copy da

[GitHub] [lucene] rmuir commented on pull request #838: LUCENE-10536: Slightly better compression of doc values' terms dictionaries.

2022-04-26 Thread GitBox
rmuir commented on PR #838: URL: https://github.com/apache/lucene/pull/838#issuecomment-1109826778 nice idea. but is it really backwards-compatible? Shouldn't we force a new version (preferred) or at least bump internal constant? -- This is an automated message from the Apache Git Service

[jira] [Updated] (LUCENE-10537) DisjunctionMaxWeight could be rewrite to BooleanWeight if score is disable

2022-04-26 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-10537: --- Summary: DisjunctionMaxWeight could be rewrite to BooleanWeight if score is disable (was: Disjunct

[jira] [Created] (LUCENE-10537) DisjunctionMaxWeight could rewrite to BooleanWeight if score is disable

2022-04-26 Thread Lu Xugang (Jira)
Lu Xugang created LUCENE-10537: -- Summary: DisjunctionMaxWeight could rewrite to BooleanWeight if score is disable Key: LUCENE-10537 URL: https://issues.apache.org/jira/browse/LUCENE-10537 Project: Lucene

[GitHub] [lucene] LuXugang opened a new pull request, #839: LUCENE-10537: DisjunctionMaxWeight could be rewrite to BooleanWeight if score is disable

2022-04-26 Thread GitBox
LuXugang opened a new pull request, #839: URL: https://github.com/apache/lucene/pull/839 If scores are not needed, could we let BooleanWeight deal with optimizing things? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [lucene] jpountz commented on pull request #838: LUCENE-10536: Slightly better compression of doc values' terms dictionaries.

2022-04-26 Thread GitBox
jpountz commented on PR #838: URL: https://github.com/apache/lucene/pull/838#issuecomment-1109906929 It's backward compatible, old indices will just never have references to content that lives in the compression dictionary. I'm happy to still create a new Lucene92Codec+Lucene92DocValu

[jira] [Commented] (LUCENE-10537) DisjunctionMaxWeight could be rewrite to BooleanWeight if score is disable

2022-04-26 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528224#comment-17528224 ] Adrien Grand commented on LUCENE-10537: --- On previous issues, we discussed that it

[GitHub] [lucene] jpountz commented on a diff in pull request #833: LUCENE-10411: Add NN vectors support to ExitableDirectoryReader

2022-04-26 Thread GitBox
jpountz commented on code in PR #833: URL: https://github.com/apache/lucene/pull/833#discussion_r858834778 ## lucene/core/src/java/org/apache/lucene/index/ExitableDirectoryReader.java: ## @@ -323,6 +325,62 @@ public int nextDoc() throws IOException { : sortedSetDocVal

[jira] [Updated] (LUCENE-10436) Combine DocValuesFieldExistsQuery, NormsFieldExistsQuery and KnnVectorFieldExistsQuery into a single FieldExistsQuery?

2022-04-26 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-10436: -- Fix Version/s: 9.2 > Combine DocValuesFieldExistsQuery, NormsFieldExistsQuery and > KnnVecto

[GitHub] [lucene] rmuir commented on pull request #838: LUCENE-10536: Slightly better compression of doc values' terms dictionaries.

2022-04-26 Thread GitBox
rmuir commented on PR #838: URL: https://github.com/apache/lucene/pull/838#issuecomment-1109947215 i'm just asking questions because i have only worked with the deflate dictionaries not the lz4 ones. is it just the case for the old indexes that because we indexed with initial empty dictiona

[GitHub] [lucene] jpountz commented on pull request #838: LUCENE-10536: Slightly better compression of doc values' terms dictionaries.

2022-04-26 Thread GitBox
jpountz commented on PR #838: URL: https://github.com/apache/lucene/pull/838#issuecomment-1109956838 > is it just the case for the old indexes that because we indexed with initial empty dictionary that anything we put in the dictionary will be effectively "ignored" (e.g. basically pushed ou

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528329#comment-17528329 ] Kevin Risden commented on LUCENE-10534: --- So my thoughts about 0.0f were based on

[jira] [Updated] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated LUCENE-10534: -- Attachment: flamegraph.png > MinFloatFunction / MaxFloatFunction exists check can be slow > -

[jira] [Updated] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated LUCENE-10534: -- Attachment: flamegraph_getValueForDoc.png > MinFloatFunction / MaxFloatFunction exists check

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528331#comment-17528331 ] Kevin Risden commented on LUCENE-10534: --- Here is a small part of the flamegraph h

[jira] [Comment Edited] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528331#comment-17528331 ] Kevin Risden edited comment on LUCENE-10534 at 4/26/22 5:45 PM: -

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528338#comment-17528338 ] Chris M. Hostetter commented on LUCENE-10534: - So you're thinking that we c

[jira] [Commented] (LUCENE-8580) Make segment merging parallel in SegmentMerger

2022-04-26 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528360#comment-17528360 ] Michael Sokolov commented on LUCENE-8580: - It seems we have generally stuck with

[jira] [Commented] (LUCENE-10527) Use bigger maxConn for last layer in HNSW

2022-04-26 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528362#comment-17528362 ] Michael Sokolov commented on LUCENE-10527: -- Yes, good find! Agree that users m

[GitHub] [lucene] risdenk opened a new pull request, #840: LUCENE-10534: FieldSource exists improvements

2022-04-26 Thread GitBox
risdenk opened a new pull request, #840: URL: https://github.com/apache/lucene/pull/840 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please provide a short description of the approach taken to implement

[GitHub] [lucene] risdenk commented on a diff in pull request #840: LUCENE-10534: FieldSource exists improvements

2022-04-26 Thread GitBox
risdenk commented on code in PR #840: URL: https://github.com/apache/lucene/pull/840#discussion_r859065937 ## lucene/queries/src/java/org/apache/lucene/queries/function/valuesource/DoubleFieldSource.java: ## @@ -52,55 +50,32 @@ public SortField getSortField(boolean reverse) {

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528369#comment-17528369 ] Kevin Risden commented on LUCENE-10534: --- I'm still getting used to flamegraphs so

[GitHub] [lucene] risdenk commented on a diff in pull request #840: LUCENE-10534: FieldSource exists improvements

2022-04-26 Thread GitBox
risdenk commented on code in PR #840: URL: https://github.com/apache/lucene/pull/840#discussion_r859074624 ## lucene/queries/src/java/org/apache/lucene/queries/function/valuesource/LongFieldSource.java: ## @@ -147,10 +122,6 @@ protected NumericDocValues getNumericDocValues(

[GitHub] [lucene] risdenk commented on a diff in pull request #840: LUCENE-10534: FieldSource exists improvements

2022-04-26 Thread GitBox
risdenk commented on code in PR #840: URL: https://github.com/apache/lucene/pull/840#discussion_r859076455 ## lucene/queries/src/java/org/apache/lucene/queries/function/valuesource/DoubleFieldSource.java: ## @@ -52,55 +50,32 @@ public SortField getSortField(boolean reverse) {

[jira] [Commented] (LUCENE-10519) ThreadLocal.remove under G1GC takes 100% CPU

2022-04-26 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528375#comment-17528375 ] Michael Sokolov commented on LUCENE-10519: -- I looked at the patch. It's hard t

[jira] [Commented] (LUCENE-10386) Add BOM module for ease of dependency management in dependent projects

2022-04-26 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528377#comment-17528377 ] Dawid Weiss commented on LUCENE-10386: -- Hi Petr. Sorry for the delay. I'll try to

[jira] [Resolved] (LUCENE-10495) Fix return statement of siblingsLoaded() in TaxonomyFacets

2022-04-26 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-10495. -- Fix Version/s: 9.2 Resolution: Fixed > Fix return statement of siblingsLoaded() in Tax

[jira] [Commented] (LUCENE-10530) TestTaxonomyFacetAssociations test failure

2022-04-26 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528402#comment-17528402 ] Greg Miller commented on LUCENE-10530: -- Possibly the same issue also reported in L

[jira] [Commented] (LUCENE-10529) TestTaxonomyFacetAssociations may have floating point issues

2022-04-26 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528401#comment-17528401 ] Greg Miller commented on LUCENE-10529: -- Looks like maybe the same thing reported i

[GitHub] [lucene] mdmarshmallow opened a new pull request, #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-04-26 Thread GitBox
mdmarshmallow opened a new pull request, #841: URL: https://github.com/apache/lucene/pull/841 # Description Added basic hyperrectangle faceting capabilities. This is mostly just a draft PR to sketch out what the API will look like. Added new fields to store points as a Bi

[jira] [Commented] (LUCENE-10274) Implement "hyperrectangle" faceting

2022-04-26 Thread Marc D'Mello (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528445#comment-17528445 ] Marc D'Mello commented on LUCENE-10274: --- Created a basic unoptimized initial comm

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528447#comment-17528447 ] Chris M. Hostetter commented on LUCENE-10534: - Your two PRs seem good to me

[jira] [Commented] (LUCENE-10534) MinFloatFunction / MaxFloatFunction exists check can be slow

2022-04-26 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528448#comment-17528448 ] Chris M. Hostetter commented on LUCENE-10534: - {quote}I found the same patt

[jira] [Updated] (LUCENE-10519) Improvement for CloseableThreadLocal

2022-04-26 Thread Lucifer Boice (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucifer Boice updated LUCENE-10519: --- Summary: Improvement for CloseableThreadLocal (was: ThreadLocal.remove under G1GC takes 10

[jira] [Commented] (LUCENE-10519) Improvement for CloseableThreadLocal

2022-04-26 Thread Lucifer Boice (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528488#comment-17528488 ] Lucifer Boice commented on LUCENE-10519: @[mikemccand|https://github.com/mikemc

[jira] (LUCENE-10519) Improvement for CloseableThreadLocal

2022-04-26 Thread Lucifer Boice (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10519 ] Lucifer Boice deleted comment on LUCENE-10519: was (Author: JIRAUSER288072): @[mikemccand|https://github.com/mikemccand] can you help give some opinion, please? appreciated. > Improvem

[GitHub] [lucene] dnhatn opened a new pull request, #842: LUCENE-10518: Relax field consistency check for old indices

2022-04-26 Thread GitBox
dnhatn opened a new pull request, #842: URL: https://github.com/apache/lucene/pull/842 This change relaxes the field consistency check for old indices as we didn't enforce that in the previous versions. This commit also disables the optimization that relies on the field consistency for old

[jira] [Commented] (LUCENE-10529) TestTaxonomyFacetAssociations may have floating point issues

2022-04-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528499#comment-17528499 ] ASF subversion and git services commented on LUCENE-10529: -- Co

[jira] [Commented] (LUCENE-10529) TestTaxonomyFacetAssociations may have floating point issues

2022-04-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528502#comment-17528502 ] ASF subversion and git services commented on LUCENE-10529: -- Co

[jira] [Commented] (LUCENE-10529) TestTaxonomyFacetAssociations may have floating point issues

2022-04-26 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528504#comment-17528504 ] Greg Miller commented on LUCENE-10529: -- Just pushed a fix for the NPE (rare random

[jira] [Resolved] (LUCENE-10204) Support iteration of sub-matches in join queries (ToParentBlockJoinQuery / ToChildBlockJoinQuery)

2022-04-26 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-10204. -- Resolution: Won't Fix > Support iteration of sub-matches in join queries (ToParentBlockJoinQu

[jira] [Commented] (LUCENE-10204) Support iteration of sub-matches in join queries (ToParentBlockJoinQuery / ToChildBlockJoinQuery)

2022-04-26 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528507#comment-17528507 ] Greg Miller commented on LUCENE-10204: -- Yeah +1 to not pursuing further right now.

[jira] [Created] (LUCENE-10538) TopN is not being used in getTopChildren()

2022-04-26 Thread Yuting Gan (Jira)
Yuting Gan created LUCENE-10538: --- Summary: TopN is not being used in getTopChildren() Key: LUCENE-10538 URL: https://issues.apache.org/jira/browse/LUCENE-10538 Project: Lucene - Core Issue Type

[jira] [Commented] (LUCENE-10537) DisjunctionMaxWeight could be rewrite to BooleanWeight if score is disable

2022-04-26 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528541#comment-17528541 ] Lu Xugang commented on LUCENE-10537: Thanks [~jpountz]  for your note. {quote}we di

[GitHub] [lucene] iverase merged pull request #824: LUCENE-10508: Fix error for rectangles with an extent close to 180 degrees

2022-04-26 Thread GitBox
iverase merged PR #824: URL: https://github.com/apache/lucene/pull/824 -- 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.

[jira] [Commented] (LUCENE-10508) GeoArea failure with degenerated latitude

2022-04-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528552#comment-17528552 ] ASF subversion and git services commented on LUCENE-10508: -- Co

[GitHub] [lucene] Yuti-G opened a new pull request, #843: Lucene-10538: TopN is not being used in getTopChildren

2022-04-26 Thread GitBox
Yuti-G opened a new pull request, #843: URL: https://github.com/apache/lucene/pull/843 # Description This change fixed the issue that top-n parameter is not being used in the getTopChildren function in RangeFacetCounts. # Solution Evaluate if top-n value is less than th

[jira] [Commented] (LUCENE-10508) GeoArea failure with degenerated latitude

2022-04-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528554#comment-17528554 ] ASF subversion and git services commented on LUCENE-10508: -- Co

[jira] [Updated] (LUCENE-10538) TopN is not being used in getTopChildren()

2022-04-26 Thread Yuting Gan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuting Gan updated LUCENE-10538: Description: When looking at the overridden implementation getTopChildren(int topN, String dim, S

[jira] [Updated] (LUCENE-10538) TopN is not being used in getTopChildren()

2022-04-26 Thread Yuting Gan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuting Gan updated LUCENE-10538: Description: When looking at the overridden implementation getTopChildren(int topN, String dim, S

[jira] [Updated] (LUCENE-10538) TopN is not being used in getTopChildren()

2022-04-26 Thread Yuting Gan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuting Gan updated LUCENE-10538: Description: When looking at the overridden implementation getTopChildren(int topN, String dim, S

[jira] [Updated] (LUCENE-10538) TopN is not being used in getTopChildren()

2022-04-26 Thread Yuting Gan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuting Gan updated LUCENE-10538: Priority: Minor (was: Major) > TopN is not being used in getTopChildren() >

[GitHub] [lucene] Yuti-G commented on pull request #843: LUCENE-10538: TopN is not being used in getTopChildren

2022-04-26 Thread GitBox
Yuti-G commented on PR #843: URL: https://github.com/apache/lucene/pull/843#issuecomment-1110592769 Please see the benchmark results below: ``` TaskQPS baseline StdDevQPS candidate StdDevPct diffp-value BrowseMonthTaxoFac