[GitHub] [lucene-solr] chlorochrule opened a new pull request #2259: SOLR-15114: WAND does not work correctly on multiple segments in Solr 8.6.3

2021-01-27 Thread GitBox
chlorochrule opened a new pull request #2259: URL: https://github.com/apache/lucene-solr/pull/2259 ## Description In Solr 8.6.3, minCompetitiveScore of WANDScorer resets to zero for each index segment and remain zero until maxScore is updated. There are two causes of this

[jira] [Created] (SOLR-15114) WAND does not work correctly on multiple segments in Solr 8.6.3

2021-01-27 Thread Naoto Minami (Jira)
Naoto Minami created SOLR-15114: --- Summary: WAND does not work correctly on multiple segments in Solr 8.6.3 Key: SOLR-15114 URL: https://issues.apache.org/jira/browse/SOLR-15114 Project: Solr

[jira] [Commented] (LUCENE-9686) TestDirectIODirectory#testFloatsUnderflow can fail assertion

2021-01-27 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273351#comment-17273351 ] Zach Chen commented on LUCENE-9686: --- Hi [~julietibs], I took a look at this test failure. The issue is

[GitHub] [lucene-solr] zacharymorn opened a new pull request #2258: LUCENE-9686: Fix read past EOF handling in DirectIODirectory

2021-01-27 Thread GitBox
zacharymorn opened a new pull request #2258: URL: https://github.com/apache/lucene-solr/pull/2258 # Description Explicitly handle read past EOF case in DirectIODirectory#readByte to throw EOFException # Solution In DirectIODirectory.readByte, checks for `buffer.limit()

[GitHub] [lucene-solr] jaisonbi commented on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-27 Thread GitBox
jaisonbi commented on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-768786435 I also want to use different configurations, so we can enable terms dict compression only. I plan to remove the enum Mode from Lucene80DocValuesFormat, and add a new

[GitHub] [lucene-solr] cammiemw commented on pull request #2097: LUCENE-9537

2021-01-27 Thread GitBox
cammiemw commented on pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-768751214 Hi @mikemccand, apologies for the failed test! Unfortunately, I cannot replicate the error in my environments and gradle test as well as that specific test come back

[GitHub] [lucene-solr] jaisonbi commented on a change in pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-27 Thread GitBox
jaisonbi commented on a change in pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r565767001 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java ## @@ -790,6 +833,28 @@ private void

[GitHub] [lucene-solr] jaisonbi commented on a change in pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-27 Thread GitBox
jaisonbi commented on a change in pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r565760915 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java ## @@ -736,49 +736,92 @@ private void

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #2256: LUCENE-9507 Custom order for leaves in IndexReader and IndexWriter

2021-01-27 Thread GitBox
muse-dev[bot] commented on a change in pull request #2256: URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r565714215 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -933,6 +936,31 @@ protected final void ensureOpen() throws

[jira] [Commented] (SOLR-14067) Move StatelessScriptUpdateProcessor to a contrib

2021-01-27 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273169#comment-17273169 ] David Eric Pugh commented on SOLR-14067: I've dug into the unit test failures, and I think I've

[GitHub] [lucene-solr] epugh opened a new pull request #2257: SOLR-14067: v4 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-27 Thread GitBox
epugh opened a new pull request #2257: URL: https://github.com/apache/lucene-solr/pull/2257 # Description This PR supersecedes the work done in #2016, as it doesn't drag all the commits made to master. I followed the steps recommend by Joel Bernstein in another PR to

[jira] [Updated] (SOLR-14886) Suppress stack trace in Query response.

2021-01-27 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-14886: Attachment: SOLR-14886.patch > Suppress stack trace in Query response. >

[jira] [Commented] (SOLR-14886) Suppress stack trace in Query response.

2021-01-27 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273160#comment-17273160 ] Isabelle Giguere commented on SOLR-14886: - Well... silly me. After looking at

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2249: LUCENE-9700: Hunspell: support words with trailing dots

2021-01-27 Thread GitBox
dweiss commented on a change in pull request #2249: URL: https://github.com/apache/lucene-solr/pull/2249#discussion_r565651590 ## File path: lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/base.good ## @@ -0,0 +1,27 @@ +created +uncreate +uncreated +imply

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2249: LUCENE-9700: Hunspell: support words with trailing dots

2021-01-27 Thread GitBox
dweiss commented on a change in pull request #2249: URL: https://github.com/apache/lucene-solr/pull/2249#discussion_r565650241 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SpellChecker.java ## @@ -67,6 +75,14 @@ public boolean spell(String

[jira] [Commented] (LUCENE-9699) Support German-like compound words

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

[jira] [Resolved] (LUCENE-9699) Support German-like compound words

2021-01-27 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9699. - Fix Version/s: master (9.0) Resolution: Fixed This will make Uwe happy! > Support

[GitHub] [lucene-solr] dweiss merged pull request #2248: LUCENE-9699: Support German-like compound words

2021-01-27 Thread GitBox
dweiss merged pull request #2248: URL: https://github.com/apache/lucene-solr/pull/2248 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

[GitHub] [lucene-solr] mayya-sharipova opened a new pull request #2256: LUCENE-9507 Custom order for leaves in IndexReader and IndexWriter

2021-01-27 Thread GitBox
mayya-sharipova opened a new pull request #2256: URL: https://github.com/apache/lucene-solr/pull/2256 1. Add an option to supply a custom leaf sorter for IndexWriter. A DirectoryReader opened from this IndexWriter will have its leaf readers sorted with the provided leaf sorter. This

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2230: SOLR-15011: /admin/logging handler is configured logs to all nodes

2021-01-27 Thread GitBox
dsmiley commented on a change in pull request #2230: URL: https://github.com/apache/lucene-solr/pull/2230#discussion_r565608099 ## File path: solr/webapp/web/js/angular/services.js ## @@ -58,7 +58,7 @@ solrAdminServices.factory('System', }]) .factory('Logging',

[jira] [Updated] (SOLR-14672) Make timeouts configurable for the Streaming Expression SolrClientCache

2021-01-27 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14672: -- Attachment: SOLR-14672.patch > Make timeouts configurable for the Streaming Expression

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2230: SOLR-15011: /admin/logging handler is configured logs to all nodes

2021-01-27 Thread GitBox
dsmiley commented on a change in pull request #2230: URL: https://github.com/apache/lucene-solr/pull/2230#discussion_r565608099 ## File path: solr/webapp/web/js/angular/services.js ## @@ -58,7 +58,7 @@ solrAdminServices.factory('System', }]) .factory('Logging',

[jira] [Commented] (SOLR-9854) Collect metrics for index merges and index store IO

2021-01-27 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273108#comment-17273108 ] David Smiley commented on SOLR-9854: I'm looking at SolrIndexWriter, and seeing various fields of type

[jira] [Updated] (SOLR-14672) Make timeouts configurable for the Streaming Expression SolrClientCache

2021-01-27 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14672: -- Description: Currently the connection timeouts used by the SolrClientCache when creating new

[GitHub] [lucene-solr] NazerkeBS commented on a change in pull request #2230: SOLR-15011: /admin/logging handler is configured logs to all nodes

2021-01-27 Thread GitBox
NazerkeBS commented on a change in pull request #2230: URL: https://github.com/apache/lucene-solr/pull/2230#discussion_r565562275 ## File path: solr/webapp/web/js/angular/services.js ## @@ -58,7 +58,7 @@ solrAdminServices.factory('System', }]) .factory('Logging',

[GitHub] [lucene-solr] zhaih commented on pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-27 Thread GitBox
zhaih commented on pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-768505413 @bruno-roustant Sorry I didn't make it clear. I didn't mean this is harmful for `BinaryDocValues`, I mean compression of `BinaryDocValues` makes our searching slower. But

[jira] [Commented] (LUCENE-7282) search APIs should take advantage of index sort by default

2021-01-27 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273067#comment-17273067 ] Julie Tibshirani commented on LUCENE-7282: -- Sorry [~atris] I missed this (didn't have emails

[jira] [Commented] (SOLR-15075) Remove the Docker Gradle plugin dependency and solr/docker/package module

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273039#comment-17273039 ] ASF subversion and git services commented on SOLR-15075: Commit

[jira] [Commented] (SOLR-14949) Ability to customize docker image name/base image

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273036#comment-17273036 ] ASF subversion and git services commented on SOLR-14949: Commit

[jira] [Commented] (SOLR-14957) Add Prometheus Exporter bin to PATH in docker image

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273032#comment-17273032 ] ASF subversion and git services commented on SOLR-14957: Commit

[jira] [Commented] (SOLR-15075) Remove the Docker Gradle plugin dependency and solr/docker/package module

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273038#comment-17273038 ] ASF subversion and git services commented on SOLR-15075: Commit

[jira] [Commented] (SOLR-14949) Ability to customize docker image name/base image

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273035#comment-17273035 ] ASF subversion and git services commented on SOLR-14949: Commit

[jira] [Commented] (SOLR-14955) Add env var options for the Prometheus Exporter bin scripts

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273033#comment-17273033 ] ASF subversion and git services commented on SOLR-14955: Commit

[jira] [Commented] (SOLR-15001) Docker: require init_var_solr.sh; don't init in Dockerfile

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273037#comment-17273037 ] ASF subversion and git services commented on SOLR-15001: Commit

[jira] [Commented] (SOLR-14972) Change default port of prometheus exporter

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273034#comment-17273034 ] ASF subversion and git services commented on SOLR-14972: Commit

[jira] [Commented] (SOLR-14947) Gradle docker build task should output image id or tag

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273031#comment-17273031 ] ASF subversion and git services commented on SOLR-14947: Commit

[jira] [Commented] (LUCENE-9695) Don't include deleted documents when merging vectors

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

[GitHub] [lucene-solr] msokolov merged pull request #2239: LUCENE-9695: don't merge deleted vectors

2021-01-27 Thread GitBox
msokolov merged pull request #2239: URL: https://github.com/apache/lucene-solr/pull/2239 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

[GitHub] [lucene-solr] madrob opened a new pull request #2255: SOLR-15113 Do not attempt to start Solr server when embedded ZK fails

2021-01-27 Thread GitBox
madrob opened a new pull request #2255: URL: https://github.com/apache/lucene-solr/pull/2255 https://issues.apache.org/jira/browse/SOLR-15113 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2254: LUCENE-9703: Hunspell: prohibit FORBIDDENWORD words and their case variations

2021-01-27 Thread GitBox
donnerpeter opened a new pull request #2254: URL: https://github.com/apache/lucene-solr/pull/2254 # Description Dutch `Ijs` should not be accepted # Solution Check for word forbiddenness earlier # Tests Added `Ijs` case to `IJ` test #

[jira] [Created] (LUCENE-9703) Hunspell: prohibit FORBIDDENWORD words and their case variations

2021-01-27 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9703: Summary: Hunspell: prohibit FORBIDDENWORD words and their case variations Key: LUCENE-9703 URL: https://issues.apache.org/jira/browse/LUCENE-9703 Project: Lucene -

[jira] [Created] (SOLR-15113) More gracefully handle embedded ZK failure to start

2021-01-27 Thread Mike Drob (Jira)
Mike Drob created SOLR-15113: Summary: More gracefully handle embedded ZK failure to start Key: SOLR-15113 URL: https://issues.apache.org/jira/browse/SOLR-15113 Project: Solr Issue Type: Bug

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2230: SOLR-15011: /admin/logging handler is configured logs to all nodes

2021-01-27 Thread GitBox
dsmiley commented on a change in pull request #2230: URL: https://github.com/apache/lucene-solr/pull/2230#discussion_r565448485 ## File path: solr/webapp/web/js/angular/services.js ## @@ -58,7 +58,7 @@ solrAdminServices.factory('System', }]) .factory('Logging',

[jira] [Updated] (SOLR-15112) SolrJ DocumentObjectBinder.toSolrInputDocument null handling

2021-01-27 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated SOLR-15112: Description: Currently the:

[jira] [Commented] (SOLR-15112) SolrJ DocumentObjectBinder.toSolrInputDocument null handling

2021-01-27 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17272960#comment-17272960 ] Alessandro Benedetti commented on SOLR-15112: - Culprit: {code:java} else { if

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2253: LUCENE-9702: Hunspell: support alternate casing for short language codes

2021-01-27 Thread GitBox
donnerpeter opened a new pull request #2253: URL: https://github.com/apache/lucene-solr/pull/2253 # Description Turkish `I`s don't work with `LANG tr` # Solution Support `tr` as well as `tr_TR` # Tests `dotless_i` from Hunspell/C++ #

[jira] [Created] (LUCENE-9702) Hunspell: support alternate casing for short language codes

2021-01-27 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9702: Summary: Hunspell: support alternate casing for short language codes Key: LUCENE-9702 URL: https://issues.apache.org/jira/browse/LUCENE-9702 Project: Lucene - Core

[jira] [Created] (SOLR-15112) SolrJ DocumentObjectBinder.toSolrInputDocument null handling

2021-01-27 Thread Alessandro Benedetti (Jira)
Alessandro Benedetti created SOLR-15112: --- Summary: SolrJ DocumentObjectBinder.toSolrInputDocument null handling Key: SOLR-15112 URL: https://issues.apache.org/jira/browse/SOLR-15112 Project:

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-27 Thread GitBox
bruno-roustant commented on a change in pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r565404249 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java ## @@ -736,49 +736,92 @@ private void

[GitHub] [lucene-solr] mikemccand commented on pull request #2097: LUCENE-9537

2021-01-27 Thread GitBox
mikemccand commented on pull request #2097: URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-768299026 Hello @cammiemw, I ran top-level `./gradlew test` on the latest diff here, yet still see the Solr `TestFeature` failure: ```

[jira] [Commented] (SOLR-14297) Remove apache commons-codec Base64 calls in favor of java 8 alternatives

2021-01-27 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17272863#comment-17272863 ] Andras Salamon commented on SOLR-14297: --- Created a separate Jira about the own Base64 class

[GitHub] [lucene-solr] asalamon74 opened a new pull request #2252: SOLR-15111: Use JDK8 Base64 instead of own implementation

2021-01-27 Thread GitBox
asalamon74 opened a new pull request #2252: URL: https://github.com/apache/lucene-solr/pull/2252 # Description JDK8 has a builtin Base64 encoder and decoder, there is no need to use own implementaion for this. # Solution Eliminate own implementation.

[jira] [Created] (SOLR-15111) Use JDK8 Base64 instead of own implementation

2021-01-27 Thread Andras Salamon (Jira)
Andras Salamon created SOLR-15111: - Summary: Use JDK8 Base64 instead of own implementation Key: SOLR-15111 URL: https://issues.apache.org/jira/browse/SOLR-15111 Project: Solr Issue Type:

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2251: LUCENE-9701: Hunspell: implement simple REP-based suggestion algorithm

2021-01-27 Thread GitBox
donnerpeter opened a new pull request #2251: URL: https://github.com/apache/lucene-solr/pull/2251 # Description Start reimplementing Hunspell suggestion algorithm in Lucene # Solution For starters, support REP options and separation by dash # Tests

[jira] [Created] (LUCENE-9701) Hunspell: implement simple suggestion algorithm based on REP

2021-01-27 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9701: Summary: Hunspell: implement simple suggestion algorithm based on REP Key: LUCENE-9701 URL: https://issues.apache.org/jira/browse/LUCENE-9701 Project: Lucene - Core

[jira] [Updated] (LUCENE-9701) Hunspell: implement simple REP-based suggestion algorithm

2021-01-27 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9701: - Summary: Hunspell: implement simple REP-based suggestion algorithm (was: Hunspell: implement

[jira] [Commented] (SOLR-15055) Re-implement 'withCollection'

2021-01-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17272829#comment-17272829 ] ASF subversion and git services commented on SOLR-15055: Commit

[jira] [Commented] (SOLR-14700) CloudSolrClient cannot be used without setting an explicit streamContext

2021-01-27 Thread Mads Bondo Dydensborg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17272780#comment-17272780 ] Mads Bondo Dydensborg commented on SOLR-14700: -- Admittedly, I am not a very competent user

[GitHub] [lucene-solr] jaisonbi commented on a change in pull request #2213: LUCENE-9663: Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-27 Thread GitBox
jaisonbi commented on a change in pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r565127459 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java ## @@ -736,49 +736,92 @@ private void

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

2021-01-27 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reopened LUCENE-8580: - About time, eh? > Make segment merging parallel in SegmentMerger >