[GitHub] [lucene] pquentin commented on a change in pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-16 Thread GitBox
pquentin commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r750955229 ## File path: lucene/core/src/java/org/apache/lucene/search/DocValuesFieldExistsQuery.java ## @@ -74,6 +74,16 @@ public Scorer scorer(LeafReaderContext

[GitHub] [lucene] pquentin commented on a change in pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-16 Thread GitBox
pquentin commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r750954007 ## File path: lucene/core/src/java/org/apache/lucene/search/DocValuesFieldExistsQuery.java ## @@ -74,6 +74,16 @@ public Scorer scorer(LeafReaderContext

[GitHub] [lucene] pquentin commented on a change in pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-16 Thread GitBox
pquentin commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r750953697 ## File path: lucene/core/src/test/org/apache/lucene/search/TestDocValuesFieldExistsQuery.java ## @@ -17,17 +17,17 @@ package org.apache.lucene.search;

[GitHub] [lucene] zacharymorn commented on pull request #444: LUCENE-10236: Updated field-weight used in CombinedFieldQuery scoring calculation, and added a test

2021-11-16 Thread GitBox
zacharymorn commented on pull request #444: URL: https://github.com/apache/lucene/pull/444#issuecomment-971181479 Thanks @jimczi @jtibshirani for the review and feedback! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [lucene] zacharymorn commented on a change in pull request #444: LUCENE-10236: Updated field-weight used in CombinedFieldQuery scoring calculation, and added a test

2021-11-16 Thread GitBox
zacharymorn commented on a change in pull request #444: URL: https://github.com/apache/lucene/pull/444#discussion_r750881073 ## File path: lucene/sandbox/src/java/org/apache/lucene/sandbox/search/MultiNormsLeafSimScorer.java ## @@ -61,7 +63,14 @@ if (needsScores) {

[GitHub] [lucene] zacharymorn commented on a change in pull request #444: LUCENE-10236: Updated field-weight used in CombinedFieldQuery scoring calculation, and added a test

2021-11-16 Thread GitBox
zacharymorn commented on a change in pull request #444: URL: https://github.com/apache/lucene/pull/444#discussion_r750880606 ## File path: lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestCombinedFieldQuery.java ## @@ -165,6 +169,117 @@ public void testSameScore()

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-16 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-971118953 OK should be ready for another look now. Thanks for the feedback everyone! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene] zhaih commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-16 Thread GitBox
zhaih commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r750831307 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java ## @@ -130,15 +125,49 @@ private void

[jira] [Updated] (LUCENE-10232) MultiRangeQuery incorrectly matches docs that only match on a single dimension

2021-11-16 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller updated LUCENE-10232: - Description: When {{MultiRangeQuery}} iterates the multiple dimensions to see if any of them

[jira] [Comment Edited] (LUCENE-10232) MultiRangeQuery incorrectly matches docs that only match on a single dimension

2021-11-16 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444883#comment-17444883 ] Greg Miller edited comment on LUCENE-10232 at 11/17/21, 12:26 AM: --

[jira] [Commented] (LUCENE-10232) MultiRangeQuery incorrectly matches docs that only match on a single dimension

2021-11-16 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444883#comment-17444883 ] Greg Miller commented on LUCENE-10232: -- [~mikemccand] not sure who uses it. There are no direct

[GitHub] [lucene] zhaih commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-16 Thread GitBox
zhaih commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r750735847 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyWriter.java ## @@ -161,12 +165,14 @@ public

[GitHub] [lucene] zhaih commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-16 Thread GitBox
zhaih commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r750735067 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java ## @@ -130,15 +125,49 @@ private void

[GitHub] [lucene] zhaih commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-16 Thread GitBox
zhaih commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r750733549 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java ## @@ -130,15 +125,49 @@ private void

[GitHub] [lucene] zhaih commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-16 Thread GitBox
zhaih commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r750733364 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java ## @@ -130,15 +125,49 @@ private void

[GitHub] [lucene] zhaih commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-16 Thread GitBox
zhaih commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r750733313 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java ## @@ -130,15 +125,49 @@ private void

[jira] [Commented] (LUCENE-10232) MultiRangeQuery incorrectly matches docs that only match on a single dimension

2021-11-16 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444845#comment-17444845 ] Michael McCandless commented on LUCENE-10232: - Egads, this is awful.  Who/what uses

[GitHub] [lucene] gsmiller commented on pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-16 Thread GitBox
gsmiller commented on pull request #443: URL: https://github.com/apache/lucene/pull/443#issuecomment-970739154 > I wonder if we could make the bw compat logic simpler by creating a SortedNumericDocValues instance that is backed by BinaryDocValues for 8.x indices? I like this idea.

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-16 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r750715374 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetUtils.java ## @@ -81,4 +84,18 @@ public long cost() { } }; } + + /** + *

[GitHub] [lucene] mikemccand commented on a change in pull request #442: LUCENE-10122 Use NumericDocValue to store taxonomy parent array

2021-11-16 Thread GitBox
mikemccand commented on a change in pull request #442: URL: https://github.com/apache/lucene/pull/442#discussion_r750653939 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java ## @@ -130,15 +125,49 @@ private void

[jira] [Commented] (LUCENE-10238) Update icu4j to 70.1

2021-11-16 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444838#comment-17444838 ] Robert Muir commented on LUCENE-10238: -- all done, everything seems happy. {{hacks -= 2}} > Update

[jira] [Commented] (LUCENE-10238) Update icu4j to 70.1

2021-11-16 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444831#comment-17444831 ] Robert Muir commented on LUCENE-10238: -- I'm fixing the input file for the impacted characters.

[GitHub] [lucene-solr] HoustonPutman commented on pull request #2607: SOLR-15794: Switching a PRS collection from true -> false -> true results in INACTIVE replicas

2021-11-16 Thread GitBox
HoustonPutman commented on pull request #2607: URL: https://github.com/apache/lucene-solr/pull/2607#issuecomment-970699660 It's in the 8.11.1 Changelog, so it should be. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (LUCENE-10238) Update icu4j to 70.1

2021-11-16 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444824#comment-17444824 ] Robert Muir commented on LUCENE-10238: -- i'll check out your branch. i don't think this is a bug

[jira] [Resolved] (LUCENE-9921) Can ICU regeneration tasks treat icu version as input?

2021-11-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9921. - Resolution: Invalid > Can ICU regeneration tasks treat icu version as input? >

[jira] [Commented] (LUCENE-9921) Can ICU regeneration tasks treat icu version as input?

2021-11-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444818#comment-17444818 ] Dawid Weiss commented on LUCENE-9921: - Thanks Robert. I'll close this issue and maybe straighten

[jira] [Commented] (LUCENE-10238) Update icu4j to 70.1

2021-11-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444817#comment-17444817 ] Dawid Weiss commented on LUCENE-10238: -- Incomplete PR at

[jira] [Commented] (LUCENE-10238) Update icu4j to 70.1

2021-11-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444815#comment-17444815 ] Dawid Weiss commented on LUCENE-10238: -- I have some errors trying to regenerate resources. {code}

[GitHub] [lucene] mikemccand commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-16 Thread GitBox
mikemccand commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r750659421 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java ## @@ -409,9 +410,26 @@ private void processFacetFields(

[jira] [Commented] (LUCENE-9921) Can ICU regeneration tasks treat icu version as input?

2021-11-16 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444811#comment-17444811 ] Robert Muir commented on LUCENE-9921: - [~dweiss] the older icu is only used for regeneration of

[jira] [Commented] (LUCENE-9921) Can ICU regeneration tasks treat icu version as input?

2021-11-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444809#comment-17444809 ] Dawid Weiss commented on LUCENE-9921: - Also, think this task is actually obsolete - I see this

[GitHub] [lucene] jpountz commented on a change in pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-16 Thread GitBox
jpountz commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r750644758 ## File path: lucene/core/src/test/org/apache/lucene/search/TestDocValuesFieldExistsQuery.java ## @@ -17,17 +17,17 @@ package org.apache.lucene.search;

[GitHub] [lucene-solr] mkhludnev merged pull request #2611: SOLR-15635: avoid redundant closeHooks invocation by MDCThreadPool

2021-11-16 Thread GitBox
mkhludnev merged pull request #2611: URL: https://github.com/apache/lucene-solr/pull/2611 -- 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-10238) Update icu4j to 70.1

2021-11-16 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10238: Summary: Update icu4j to 70.1 Key: LUCENE-10238 URL: https://issues.apache.org/jira/browse/LUCENE-10238 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (LUCENE-9921) Can ICU regeneration tasks treat icu version as input?

2021-11-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444792#comment-17444792 ] Dawid Weiss commented on LUCENE-9921: - [~rmuir] do you remember why there are two different versions

[jira] [Commented] (LUCENE-9921) Can ICU regeneration tasks treat icu version as input?

2021-11-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444789#comment-17444789 ] Dawid Weiss commented on LUCENE-9921: - > I even fixated it in my build.gradle at 62.2 to prevent

[GitHub] [lucene] gsmiller commented on pull request #264: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals (instead of custom binary format)

2021-11-16 Thread GitBox
gsmiller commented on pull request #264: URL: https://github.com/apache/lucene/pull/264#issuecomment-970619510 Please note I've opened a separate PR (#443) to add this change to 9.0. After iterating on that PR and merging to 9.0/9.x, I'll come back to this PR and remove the back-compat

[GitHub] [lucene] gsmiller commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-16 Thread GitBox
gsmiller commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r750605208 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetUtils.java ## @@ -81,4 +84,18 @@ public long cost() { } }; } + + /** + *

[GitHub] [lucene] magibney commented on pull request #380: LUCENE-10171 - Fix dictionary-based OpenNLPLemmatizerFilterFactory caching issue

2021-11-16 Thread GitBox
magibney commented on pull request #380: URL: https://github.com/apache/lucene/pull/380#issuecomment-970573111 I'm definitely not the ideal reviewer for this either, but fwiw: the only potential issue I can see here is the sharing of this component (and ultimately the underlying opennlp

[GitHub] [lucene] jtibshirani commented on a change in pull request #444: LUCENE-10236: Updated field-weight used in CombinedFieldQuery scoring calculation, and added a test

2021-11-16 Thread GitBox
jtibshirani commented on a change in pull request #444: URL: https://github.com/apache/lucene/pull/444#discussion_r750528027 ## File path: lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestCombinedFieldQuery.java ## @@ -165,6 +169,117 @@ public void testSameScore()

[GitHub] [lucene] magibney commented on a change in pull request #380: LUCENE-10171 - Fix dictionary-based OpenNLPLemmatizerFilterFactory caching issue

2021-11-16 Thread GitBox
magibney commented on a change in pull request #380: URL: https://github.com/apache/lucene/pull/380#discussion_r750515187 ## File path: lucene/analysis/opennlp/src/java/org/apache/lucene/analysis/opennlp/tools/OpenNLPOpsFactory.java ## @@ -169,11 +169,14 @@ public static

[GitHub] [lucene] rmuir commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-16 Thread GitBox
rmuir commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r750426411 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetUtils.java ## @@ -81,4 +84,18 @@ public long cost() { } }; } + + /** + *

[GitHub] [lucene] jpountz commented on a change in pull request #443: LUCENE-10062: Switch to numeric doc values for encoding taxonomy ordinals

2021-11-16 Thread GitBox
jpountz commented on a change in pull request #443: URL: https://github.com/apache/lucene/pull/443#discussion_r750386018 ## File path: lucene/facet/src/java/org/apache/lucene/facet/FacetUtils.java ## @@ -81,4 +84,18 @@ public long cost() { } }; } + + /** + *

[GitHub] [lucene] jpountz commented on a change in pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-16 Thread GitBox
jpountz commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r750295570 ## File path: lucene/core/src/java/org/apache/lucene/search/DocValuesFieldExistsQuery.java ## @@ -74,6 +74,16 @@ public Scorer scorer(LeafReaderContext

[jira] [Commented] (LUCENE-10233) Store docIds as bitset when leafCardinality = 1 to speed up addAll

2021-11-16 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444540#comment-17444540 ] Adrien Grand commented on LUCENE-10233: --- I like how it makes contracts simpler, but I now worry

[jira] [Comment Edited] (LUCENE-10233) Store docIds as bitset when leafCardinality = 1 to speed up addAll

2021-11-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444527#comment-17444527 ] Feng Guo edited comment on LUCENE-10233 at 11/16/21, 1:40 PM: -- [~jpountz]

[GitHub] [lucene] jpountz commented on a change in pull request #430: LUCENE-10225: Improve IntroSelector.

2021-11-16 Thread GitBox
jpountz commented on a change in pull request #430: URL: https://github.com/apache/lucene/pull/430#discussion_r750279415 ## File path: lucene/core/src/java/org/apache/lucene/util/MathUtil.java ## @@ -24,13 +24,36 @@ // No instance: private MathUtil() {} + /** + *

[jira] [Commented] (LUCENE-10233) Store docIds as bitset when leafCardinality = 1 to speed up addAll

2021-11-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444527#comment-17444527 ] Feng Guo commented on LUCENE-10233: --- Sadly, I found that the implementation of {{SparseFixedBitSet}} 

[jira] [Comment Edited] (LUCENE-10233) Store docIds as bitset when leafCardinality = 1 to speed up addAll

2021-11-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444527#comment-17444527 ] Feng Guo edited comment on LUCENE-10233 at 11/16/21, 1:18 PM: -- [~jpountz]

[GitHub] [lucene] codaitya opened a new pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox

2021-11-16 Thread GitBox
codaitya opened a new pull request #446: URL: https://github.com/apache/lucene/pull/446 # Description Add MergeOnCommitTieredMergePolicy to sandbox # Solution Add MergeOnCommitTieredMergePolicy and tests to sandbox module # Tests Added tests

[GitHub] [lucene] bruno-roustant commented on pull request #430: LUCENE-10225: Improve IntroSelector.

2021-11-16 Thread GitBox
bruno-roustant commented on pull request #430: URL: https://github.com/apache/lucene/pull/430#issuecomment-970150412 I tried different variations (e.g. median of min/max instead of min/max of medians) but without more gain. I finally tried to fully remove the top-k shortcut, and it

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

2021-11-16 Thread Anand Kotriwal (Jira)
Anand Kotriwal created LUCENE-10237: --- Summary: Add merge on commit merge policy to Lucene Sandbox Key: LUCENE-10237 URL: https://issues.apache.org/jira/browse/LUCENE-10237 Project: Lucene - Core

[GitHub] [lucene] pquentin opened a new pull request #445: LUCENE-10085: Implement Weight#count on DocValuesFieldExistsQuery

2021-11-16 Thread GitBox
pquentin opened a new pull request #445: URL: https://github.com/apache/lucene/pull/445 # Description Now that we require all documents to use the same features (LUCENE-9334), implement `Weight#count()` to return `docCount` if either terms or points are indexed. # Solution

[jira] [Commented] (LUCENE-10233) Store docIds as bitset when leafCardinality = 1 to speed up addAll

2021-11-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444362#comment-17444362 ] Feng Guo commented on LUCENE-10233: --- Thanks! I'll try SparseFixedBitSet :) > Store docIds as bitset

[GitHub] [lucene] jpountz commented on a change in pull request #418: LUCENE-10061: Implements dynamic pruning support for CombinedFieldsQuery

2021-11-16 Thread GitBox
jpountz commented on a change in pull request #418: URL: https://github.com/apache/lucene/pull/418#discussion_r750020101 ## File path: lucene/sandbox/src/java/org/apache/lucene/sandbox/search/CombinedFieldQuery.java ## @@ -441,6 +491,273 @@ public boolean

[jira] [Commented] (LUCENE-10233) Store docIds as bitset when leafCardinality = 1 to speed up addAll

2021-11-16 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444346#comment-17444346 ] Adrien Grand commented on LUCENE-10233: --- Indeed, I was thinking of implementing