[jira] [Commented] (LUCENE-9670) gradle precommit sometimes fails with "IOException: stream closed" from javadoc in nightly benchmarks

2021-01-18 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267066#comment-17267066 ] Dawid Weiss commented on LUCENE-9670: - I would start by running gradlew in non-daemo

[GitHub] [lucene-solr] s1monw commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559385012 ## File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java ## @@ -104,6 +104,23 @@ public static DirectoryReader open(final IndexC

[jira] [Created] (LUCENE-9674) Faster advance on Vector Values

2021-01-18 Thread Anand Kotriwal (Jira)
Anand Kotriwal created LUCENE-9674: -- Summary: Faster advance on Vector Values Key: LUCENE-9674 URL: https://issues.apache.org/jira/browse/LUCENE-9674 Project: Lucene - Core Issue Type: Impro

[jira] [Created] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Jim Ferenczi (Jira)
Jim Ferenczi created LUCENE-9675: Summary: Expose the compression mode of the binary doc values Key: LUCENE-9675 URL: https://issues.apache.org/jira/browse/LUCENE-9675 Project: Lucene - Core

[jira] [Updated] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-9675: - Status: Open (was: Open) > Expose the compression mode of the binary doc values > -

[jira] [Updated] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-9675: - Attachment: LUCENE-9675.patch Status: Open (was: Open) Here's a patch that adds the com

[jira] [Commented] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267140#comment-17267140 ] Ignacio Vera commented on LUCENE-9675: -- +1   Reading through the patch, maybe the

[jira] [Assigned] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-15052: - Assignee: Noble Paul > Reducing overseer bottlenecks using per-replica states >

[jira] [Resolved] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-15052. --- Fix Version/s: 8.8 Resolution: Fixed > Reducing overseer bottlenecks using per-replica states

[GitHub] [lucene-solr] codaitya opened a new pull request #2214: LUCENE-9674:Faster advance on Vector Values

2021-01-18 Thread GitBox
codaitya opened a new pull request #2214: URL: https://github.com/apache/lucene-solr/pull/2214 Currently the advance() function in the class Lucene90VectorReader does a linear search for the target document. This will make retrieving vectors for a sparse set of documents efficient.

[jira] [Commented] (SOLR-12613) Rename "Cloud" tab as "Cluster" in Admin UI

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267192#comment-17267192 ] David Eric Pugh commented on SOLR-12613: Definitly a fair point [~janhoy]! > Ren

[GitHub] [lucene-solr] mhitza commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-01-18 Thread GitBox
mhitza commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762201796 @epugh The main difference I see between this service file and the docker configuration is that the docker container starts the service in foreground mode. This is to be unde

[GitHub] [lucene-solr] epugh commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-01-18 Thread GitBox
epugh commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762208470 I'd be open to testing this out. Also, is this more of a 9.0 thing versus a branch 8? Seems like changing how you install Solr is a pretty big deal. I've done the upgrad

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

2021-01-18 Thread GitBox
epugh opened a new pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215 # 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 c

[GitHub] [lucene-solr] epugh commented on pull request #2016: SOLR-14067 v2 Move Stateless Scripting Update Process to /contrib/scripting module

2021-01-18 Thread GitBox
epugh commented on pull request #2016: URL: https://github.com/apache/lucene-solr/pull/2016#issuecomment-762219832 I followed the steps that Joel recommended in another thread, and created a new clean branch, #2215. I will close this one in favour of that PR which is much more legible.

[GitHub] [lucene-solr] epugh closed pull request #2016: SOLR-14067 v2 Move Stateless Scripting Update Process to /contrib/scripting module

2021-01-18 Thread GitBox
epugh closed pull request #2016: URL: https://github.com/apache/lucene-solr/pull/2016 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 t

[jira] [Commented] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267235#comment-17267235 ] David Eric Pugh commented on SOLR-13756: I am going to close this, based on one m

[jira] [Resolved] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-13756. Resolution: Not A Problem I believe this is "Not a Problem" since the underlying issue has

[jira] [Closed] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh closed SOLR-13756. -- > ivy cannot download org.restlet.ext.servlet jar > ---

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2021-01-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267239#comment-17267239 ] David Eric Pugh commented on SOLR-13105: I tried your commands on another branch

[jira] [Created] (SOLR-15085) EmbeddedSolrServer calls shutdown on a provided CoreContainer

2021-01-18 Thread Tim Owen (Jira)
Tim Owen created SOLR-15085: --- Summary: EmbeddedSolrServer calls shutdown on a provided CoreContainer Key: SOLR-15085 URL: https://issues.apache.org/jira/browse/SOLR-15085 Project: Solr Issue Type:

[GitHub] [lucene-solr] timatbw opened a new pull request #2216: SOLR-15085 Prevent EmbeddedSolrServer calling shutdown on a CoreConta…

2021-01-18 Thread GitBox
timatbw opened a new pull request #2216: URL: https://github.com/apache/lucene-solr/pull/2216 …iner that was passed to it # Description Prevent EmbeddedSolrServer calling shutdown on a CoreContainer that was passed to it. # Solution Now keeping track

[jira] [Updated] (SOLR-15085) EmbeddedSolrServer calls shutdown on a provided CoreContainer

2021-01-18 Thread Tim Owen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Owen updated SOLR-15085: Labels: pull-request-available (was: ) > EmbeddedSolrServer calls shutdown on a provided CoreContainer > -

[GitHub] [lucene-solr] mhitza commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-01-18 Thread GitBox
mhitza commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762235551 The moment when I wrote this systemd service file I was running Solr 8, that is correct. I think it should work with Solr 9 as is. From my memory when working on updati

[jira] [Updated] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-9675: - Attachment: LUCENE-9675.patch Status: Open (was: Open) Thanks [~ivera], I attached a ne

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

2021-01-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267294#comment-17267294 ] David Smiley commented on SOLR-14067: - I like the rename (I suggested it after all) -

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

2021-01-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267295#comment-17267295 ] David Smiley commented on SOLR-14067: - Ah; actually you chose "ScriptUpdateProcessor"

[GitHub] [lucene-solr] janhoy commented on pull request #1435: SOLR-14410: Switch from SysV init script to systemd service file

2021-01-18 Thread GitBox
janhoy commented on pull request #1435: URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762275006 > are you referring to the service file within this PR, or something else I think you got me wrong - I said that systemd (the new script) should work ootb but the old i

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
mikemccand commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559531239 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -3900,6 +3907,12 @@ public static Options parseOptions(String[] ar

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
romseygeek commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559604398 ## File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java ## @@ -104,6 +104,23 @@ public static DirectoryReader open(final In

[GitHub] [lucene-solr] madrob commented on a change in pull request #2216: SOLR-15085 Prevent EmbeddedSolrServer calling shutdown on a CoreConta…

2021-01-18 Thread GitBox
madrob commented on a change in pull request #2216: URL: https://github.com/apache/lucene-solr/pull/2216#discussion_r559611053 ## File path: solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java ## @@ -71,6 +71,7 @@ protected final String coreName

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
dsmiley commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559588597 ## File path: solr/contrib/scripting/README.md ## @@ -0,0 +1,14 @@ +Welcome to Apache Solr Scripting! +=== + +# Introducti

[GitHub] [lucene-solr] s1monw commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559614818 ## File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java ## @@ -104,6 +104,23 @@ public static DirectoryReader open(final IndexC

[GitHub] [lucene-solr] s1monw commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559618608 ## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ## @@ -3900,6 +3907,12 @@ public static Options parseOptions(String[] args)

[GitHub] [lucene-solr] s1monw commented on a change in pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on a change in pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559620857 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @@ -1009,6 +1009,14 @@ public IndexWriter(Directory d, IndexWriterConfig

[GitHub] [lucene-solr] s1monw commented on pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#issuecomment-762301076 @mikemccand pushed changes This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [lucene-solr] timatbw commented on a change in pull request #2216: SOLR-15085 Prevent EmbeddedSolrServer calling shutdown on a CoreConta…

2021-01-18 Thread GitBox
timatbw commented on a change in pull request #2216: URL: https://github.com/apache/lucene-solr/pull/2216#discussion_r559642959 ## File path: solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java ## @@ -71,6 +71,7 @@ protected final String coreNam

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559661956 ## File path: solr/solr-ref-guide/src/scripting-update-processor.adoc ## @@ -0,0 +1,295 @@ += Scripting Update Processor Review comment: Will up

[GitHub] [lucene-solr] noblepaul merged pull request #2177: SOLR-15052: Per-replica states for reducing overseer bottlenecks (trunk)

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

[jira] [Commented] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

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

[jira] [Commented] (LUCENE-9673) The level of IntBlockPool slice is always 1

2021-01-18 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267389#comment-17267389 ] Michael McCandless commented on LUCENE-9673: Whoa, this is horrible and prob

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559672654 ## File path: solr/contrib/scripting/README.md ## @@ -0,0 +1,14 @@ +Welcome to Apache Solr Scripting! +=== + +# Introduction

[jira] [Commented] (LUCENE-9670) gradle precommit sometimes fails with "IOException: stream closed" from javadoc in nightly benchmarks

2021-01-18 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267390#comment-17267390 ] Michael McCandless commented on LUCENE-9670: Thanks [~dweiss]; I'll try that

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559674364 ## File path: solr/CHANGES.txt ## @@ -186,6 +186,9 @@ Other Changes * SOLR-14034: Remove deprecated min_rf references (Tim Dillon) +* SOLR-14067: S

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559695973 ## File path: solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml ## @@ -674,12 +679,12 @@ *** WARNING ***

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559696636 ## File path: solr/solr-ref-guide/src/scripting-update-processor.adoc ## @@ -0,0 +1,295 @@ += Scripting Update Processor Review comment: Changes

[GitHub] [lucene-solr] epugh commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559696904 ## File path: solr/solr-ref-guide/src/scripting-update-processor.adoc ## @@ -0,0 +1,295 @@ += Scripting Update Processor +// Licensed to the Apache Soft

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
dsmiley commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559731569 ## File path: solr/CHANGES.txt ## @@ -186,6 +186,9 @@ Other Changes * SOLR-14034: Remove deprecated min_rf references (Tim Dillon) +* SOLR-14067:

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
dsmiley commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559733095 ## File path: solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml ## @@ -674,12 +679,12 @@ *** WARNING ***

[jira] [Created] (LUCENE-9676) Hunspell: improve stemming of all-caps words

2021-01-18 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9676: Summary: Hunspell: improve stemming of all-caps words Key: LUCENE-9676 URL: https://issues.apache.org/jira/browse/LUCENE-9676 Project: Lucene - Core Issue Ty

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2215: SOLR-14067: v3 Create /contrib/scripting module with ScriptingUpdateProcessor

2021-01-18 Thread GitBox
dsmiley commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559735328 ## File path: solr/solr-ref-guide/src/script-update-processor.adoc ## @@ -35,19 +35,19 @@ potential security vulnerabilities. The scripting update

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2217: LUCENE-9676: Hunspell: improve stemming of all-caps words

2021-01-18 Thread GitBox
donnerpeter opened a new pull request #2217: URL: https://github.com/apache/lucene-solr/pull/2217 # Description Currently words like "OPENOFFICE.ORG" result in no stems even if the dictionary contains "OpenOffice.org" # Solution Repeat Hunspell's logic: *

[jira] [Updated] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9671: - Status: Patch Available (was: Open) > Hunspell: shorten Stemmer.applyAffix > --

[jira] [Updated] (LUCENE-9676) Hunspell: improve stemming of all-caps words

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9676: - Status: Patch Available (was: Open) > Hunspell: improve stemming of all-caps words > --

[jira] [Commented] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267451#comment-17267451 ] Ilan Ginzburg commented on SOLR-15052: -- [~ichattopadhyaya], following up on [~mdrob]

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559740603 ## File path: solr/core/src/java/org/apache/solr/cloud/ExclusiveSliceProperty.java ## @@ -74,8 +74,8 @@ ExclusiveSliceProperty(ClusterState cluste

[jira] [Updated] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-7913: --- Attachment: SOLR-7913.patch > Add stream.body support to MLT QParser > ---

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559742269 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteCollectionCmd.java ## @@ -92,6 +98,19 @@ public void call(ClusterState

[jira] [Commented] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267462#comment-17267462 ] Isabelle Giguere commented on SOLR-7913: New patch on tag release/lucene-solr/8.5.

[jira] [Commented] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267463#comment-17267463 ] David Smiley commented on LUCENE-9675: -- I noticed the removal of {{meta.writeByte((

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559749942 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteReplicaCmd.java ## @@ -147,14 +170,27 @@ void deleteReplicaBasedOnCount

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559750891 ## File path: solr/core/src/java/org/apache/solr/cloud/overseer/ReplicaMutator.java ## @@ -115,8 +116,8 @@ public ZkWriteCommand addReplicaProperty(C

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559751155 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/DeleteReplicasRequest.java ## @@ -0,0 +1,29 @@ +/* + * Licensed to the Apache Sof

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559751454 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/DeleteShardsRequest.java ## @@ -0,0 +1,27 @@ +/* + * Licensed to the Apache Softw

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559753902 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/DeleteShardsRequest.java ## @@ -0,0 +1,27 @@ +/* + * Licensed to the Apache Softw

[jira] [Updated] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-7913: --- Attachment: SOLR-7913_fix-unit-test-setup.patch > Add stream.body support to MLT QParser > ---

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559755408 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteReplicaCmd.java ## @@ -147,14 +170,27 @@ void deleteReplicaBasedOnCount

[jira] [Comment Edited] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267462#comment-17267462 ] Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:10 PM: --

[GitHub] [lucene-solr] s1monw commented on pull request #2212: LUCENE-9669: Add an expert API to allow opening indices created < N-1

2021-01-18 Thread GitBox
s1monw commented on pull request #2212: URL: https://github.com/apache/lucene-solr/pull/2212#issuecomment-762429660 I plan to merge this during the next 24 hours thanks for the reviews This is an automated message from the Ap

[jira] [Commented] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267473#comment-17267473 ] Jim Ferenczi commented on LUCENE-9675: -- [~dsmiley] no because we never released a v

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559759523 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/impl/ModificationRequestImpl.java ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Ap

[jira] [Commented] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267477#comment-17267477 ] Isabelle Giguere commented on SOLR-7913: MLT Query Parser was originally implement

[GitHub] [lucene-solr] donnerpeter commented on pull request #2217: LUCENE-9676: Hunspell: improve stemming of all-caps words

2021-01-18 Thread GitBox
donnerpeter commented on pull request #2217: URL: https://github.com/apache/lucene-solr/pull/2217#issuecomment-762432969 It might be easier to review commits separately This is an automated message from the Apache Git Service

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559761033 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/PlacementContext.java ## @@ -0,0 +1,44 @@ +/* + * Licensed to the Apache Software

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559762633 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/impl/SimpleClusterAbstractionsImpl.java ## @@ -324,7 +324,7 @@ public int hashCod

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559763883 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementConfig.java ## @@ -43,14 +46,30 @@ @JsonProperty p

[jira] [Updated] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabelle Giguere updated SOLR-7913: --- Attachment: SOLR-7913_negative-tests.patch > Add stream.body support to MLT QParser >

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559766377 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -171,14 +174,17 @@ public AffinityPla

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559766377 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -171,14 +174,17 @@ public AffinityPla

[jira] [Comment Edited] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267477#comment-17267477 ] Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:42 PM: --

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559767267 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -238,11 +247,87 @@ public PlacementPl

[jira] [Comment Edited] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267477#comment-17267477 ] Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:43 PM: --

[jira] [Comment Edited] (SOLR-7913) Add stream.body support to MLT QParser

2021-01-18 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267462#comment-17267462 ] Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:43 PM: --

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559768110 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -238,11 +247,87 @@ public PlacementPl

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2199: SOLR-15055 (Take 2) Re-implement 'withCollection'

2021-01-18 Thread GitBox
murblanc commented on a change in pull request #2199: URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559768110 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -238,11 +247,87 @@ public PlacementPl

[GitHub] [lucene-solr] dweiss commented on a change in pull request #2217: LUCENE-9676: Hunspell: improve stemming of all-caps words

2021-01-18 Thread GitBox
dweiss commented on a change in pull request #2217: URL: https://github.com/apache/lucene-solr/pull/2217#discussion_r559806181 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java ## @@ -74,6 +74,8 @@ static final char[] NOFLAG

[GitHub] [lucene-solr] dweiss merged pull request #2209: LUCENE-9671: Hunspell: shorten Stemmer.applyAffix

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

[jira] [Commented] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267560#comment-17267560 ] ASF subversion and git services commented on LUCENE-9671: - Commi

[jira] [Updated] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9671: Fix Version/s: master (9.0) Resolution: Fixed Status: Resolved (was: Patch Avail

[jira] [Updated] (LUCENE-9676) Hunspell: improve stemming of all-caps words

2021-01-18 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9676: Fix Version/s: master (9.0) > Hunspell: improve stemming of all-caps words > -

[jira] [Assigned] (LUCENE-9676) Hunspell: improve stemming of all-caps words

2021-01-18 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9676: --- Assignee: Dawid Weiss > Hunspell: improve stemming of all-caps words >

[jira] [Commented] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267582#comment-17267582 ] Noble Paul commented on SOLR-15052: --- The DOWNNODE is still processed by overseer as a s

[jira] [Comment Edited] (SOLR-15052) Reducing overseer bottlenecks using per-replica states

2021-01-18 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267582#comment-17267582 ] Noble Paul edited comment on SOLR-15052 at 1/19/21, 12:35 AM: -

[jira] [Commented] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-18 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267595#comment-17267595 ] Jaison.Bi commented on LUCENE-9663: --- [~mikemccand] [~jpountz] [~sokolov] Please help

[jira] [Commented] (LUCENE-9673) The level of IntBlockPool slice is always 1

2021-01-18 Thread mashudong (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267611#comment-17267611 ] mashudong commented on LUCENE-9673: --- Yes, it's probably an ancient bug. IMHO, ByteBlo

[jira] [Updated] (LUCENE-9663) Adding compression to terms dict from SortedSet/Sorted DocValues

2021-01-18 Thread Jaison.Bi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaison.Bi updated LUCENE-9663: -- Status: Patch Available (was: Open) > Adding compression to terms dict from SortedSet/Sorted DocValue

[jira] [Commented] (LUCENE-9675) Expose the compression mode of the binary doc values

2021-01-18 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267647#comment-17267647 ] Ishan Chattopadhyaya commented on LUCENE-9675: -- When do we expect this to b

[jira] [Closed] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov closed LUCENE-9671. > Hunspell: shorten Stemmer.applyAffix > > > Key:

[jira] [Updated] (LUCENE-9671) Hunspell: shorten Stemmer.applyAffix

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9671: - Issue Type: Improvement (was: Bug) > Hunspell: shorten Stemmer.applyAffix > ---

[jira] [Updated] (LUCENE-9667) Hunspell: add a spellchecker, support BREAK and FORBIDDENWORD affix rules

2021-01-18 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9667: - Issue Type: Improvement (was: Bug) > Hunspell: add a spellchecker, support BREAK and FORBIDDENW

  1   2   >