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

2020-10-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-14067: Fix Version/s: (was: 8.7) Description: Move server-side scripting out of core and into a

[jira] [Commented] (SOLR-14067) Deprecate StatelessScriptUpdateProcessor and disabled by default

2020-10-22 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219380#comment-17219380 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-14067: -- The rename can still be done

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #2012: SOLR-14935: Solr can forward request ( remoteQuery ) even if there are local cores present

2020-10-22 Thread GitBox
HoustonPutman commented on a change in pull request #2012: URL: https://github.com/apache/lucene-solr/pull/2012#discussion_r510461646 ## File path: solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java ## @@ -280,30 +280,37 @@ protected void init() throws Exception {

[jira] [Commented] (LUCENE-9455) ExitableTermsEnum (in ExitableDirectoryReader) should sample next()

2020-10-22 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219291#comment-17219291 ] Bruno Roustant commented on LUCENE-9455: I plan to merge tomorrow. > ExitableTermsEnum (in

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #2018: LUCENE-9582: rename VectorValues.ScoreFunction to SearchStrategy

2020-10-22 Thread GitBox
jtibshirani commented on a change in pull request #2018: URL: https://github.com/apache/lucene-solr/pull/2018#discussion_r510385786 ## File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java ## @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (LUCENE-9582) Rename VectorValues.ScoreFunction to SearchStrategy

2020-10-22 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219280#comment-17219280 ] Julie Tibshirani commented on LUCENE-9582: -- Thanks for following up on this (and the random

[jira] [Commented] (SOLR-13506) Upgrade carrot2-guava-*.jar

2020-10-22 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219258#comment-17219258 ] Dawid Weiss commented on SOLR-13506: I'm working on an upgrade to the clustering component that will

[jira] [Commented] (SOLR-13506) Upgrade carrot2-guava-*.jar

2020-10-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219200#comment-17219200 ] Kevin Risden commented on SOLR-13506: - FYI [~dweiss] - [~sourabhsparkala] filed SOLR-14960 which

[jira] [Resolved] (SOLR-14960) Solr-clustering is bringing in CVE-2018-10237 vulnerable guava

2020-10-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-14960. - Resolution: Duplicate Duplicate of SOLR-13506 > Solr-clustering is bringing in CVE-2018-10237

[jira] [Commented] (SOLR-14575) Solr restore is failing when basic authentication is enabled

2020-10-22 Thread Yaswanth (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219175#comment-17219175 ] Yaswanth commented on SOLR-14575: - Thanks for your time on this [~janhoy] I finally figured out that the

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

2020-10-22 Thread GitBox
epugh commented on pull request #2016: URL: https://github.com/apache/lucene-solr/pull/2016#issuecomment-714630383 Should `ScriptEngineTest` move to the /contrib as well? It doesn't directly touch the update processor, but I think it exists only because of that code.

[jira] [Commented] (SOLR-14942) Reduce leader election time on node shutdown

2020-10-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219156#comment-17219156 ] Chris M. Hostetter commented on SOLR-14942: --- makes sense – and clears up some things i

[GitHub] [lucene-solr] gus-asf commented on a change in pull request #1995: LUCENE-9575 Add PatternTypingFilter to annotate tokens with flags and types

2020-10-22 Thread GitBox
gus-asf commented on a change in pull request #1995: URL: https://github.com/apache/lucene-solr/pull/1995#discussion_r510288752 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/pattern/PatternTypingFilterFactory.java ## @@ -0,0 +1,115 @@ +/* + *

[GitHub] [lucene-solr] HoustonPutman opened a new pull request #2020: SOLR-14949: Ability to customize Solr Docker build

2020-10-22 Thread GitBox
HoustonPutman opened a new pull request #2020: URL: https://github.com/apache/lucene-solr/pull/2020 https://issues.apache.org/jira/browse/SOLR-14949 Custom inputs: - Docker Image repo - Docker Image tag - Docker Image name - Base Docker Image Also added a gradlew

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

2020-10-22 Thread GitBox
epugh commented on a change in pull request #2016: URL: https://github.com/apache/lucene-solr/pull/2016#discussion_r510258601 ## File path: gradle/documentation/render-javadoc.gradle ## @@ -278,6 +278,13 @@ configure(project(":solr:contrib:langid")) { } }

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

2020-10-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219105#comment-17219105 ] Houston Putman commented on SOLR-14947: --- Unfortunately it does not seem possible to get the image

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

2020-10-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-14947. --- Fix Version/s: master (9.0) Resolution: Done > Gradle docker build task should output

[jira] [Resolved] (SOLR-14956) Wrong case of parameters in example for "Configuring the ShardHandlerFactory"

2020-10-22 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-14956. Fix Version/s: 8.7 master (9.0) Assignee: Christine

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

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

[GitHub] [lucene-solr] HoustonPutman merged pull request #2007: SOLR-14947: Print out image info after gradle docker task.

2020-10-22 Thread GitBox
HoustonPutman merged pull request #2007: URL: https://github.com/apache/lucene-solr/pull/2007 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (SOLR-14956) Wrong case of parameters in example for "Configuring the ShardHandlerFactory"

2020-10-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219098#comment-17219098 ] ASF subversion and git services commented on SOLR-14956: Commit

[jira] [Commented] (SOLR-14956) Wrong case of parameters in example for "Configuring the ShardHandlerFactory"

2020-10-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219097#comment-17219097 ] ASF subversion and git services commented on SOLR-14956: Commit

[jira] [Commented] (SOLR-14956) Wrong case of parameters in example for "Configuring the ShardHandlerFactory"

2020-10-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219095#comment-17219095 ] ASF subversion and git services commented on SOLR-14956: Commit

[jira] [Commented] (SOLR-14067) Deprecate StatelessScriptUpdateProcessor and disabled by default

2020-10-22 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219092#comment-17219092 ] David Eric Pugh commented on SOLR-14067: Thanks [~hossman]I created SOLR-14962 to track the

[GitHub] [lucene-solr] HoustonPutman merged pull request #2005: Add example for ConfigSet create with properties map.

2020-10-22 Thread GitBox
HoustonPutman merged pull request #2005: URL: https://github.com/apache/lucene-solr/pull/2005 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (SOLR-14962) Rename StatelessScriptUpdateProcessor to ScriptUpdateProcessor

2020-10-22 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-14962: -- Summary: Rename StatelessScriptUpdateProcessor to ScriptUpdateProcessor Key: SOLR-14962 URL: https://issues.apache.org/jira/browse/SOLR-14962 Project: Solr

[GitHub] [lucene-solr] danmuzi commented on a change in pull request #1995: LUCENE-9575 Add PatternTypingFilter to annotate tokens with flags and types

2020-10-22 Thread GitBox
danmuzi commented on a change in pull request #1995: URL: https://github.com/apache/lucene-solr/pull/1995#discussion_r510218521 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/pattern/PatternTypingFilterFactory.java ## @@ -0,0 +1,115 @@ +/* + *

[jira] [Updated] (SOLR-14960) Solr-clustering is bringing in CVE-2018-10237 vulnerable guava

2020-10-22 Thread Sourabh Sarvotham Parkala (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sourabh Sarvotham Parkala updated SOLR-14960: - Description: Hello Team, we find that Solr-Clustering module is bringing

[jira] [Updated] (LUCENE-9581) Clarify discardCompoundToken behavior in the JapaneseTokenizer

2020-10-22 Thread Jim Ferenczi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-9581: - Attachment: LUCENE-9581.patch Status: Open (was: Open) Thanks [~h.kazuaki]. I am not

[jira] [Updated] (SOLR-14961) ZkMaintenanceUtils.clean(...) doesn't delete files with same length

2020-10-22 Thread def onion (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] def onion updated SOLR-14961: - Summary: ZkMaintenanceUtils.clean(...) doesn't delete files with same length (was:

[jira] [Created] (SOLR-14961) ZkMaintenanceUtils.clean(...) doesnt delete files with same length

2020-10-22 Thread def onion (Jira)
def onion created SOLR-14961: Summary: ZkMaintenanceUtils.clean(...) doesnt delete files with same length Key: SOLR-14961 URL: https://issues.apache.org/jira/browse/SOLR-14961 Project: Solr

[jira] [Issue Comment Deleted] (SOLR-14354) HttpShardHandler send requests in async

2020-10-22 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-14354: Comment: was deleted (was: Commit 0226b16ce88918482d00b2cc49c092e96d0339bf in lucene-solr's branch

[jira] [Commented] (SOLR-14354) HttpShardHandler send requests in async

2020-10-22 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219012#comment-17219012 ] Cao Manh Dat commented on SOLR-14354: - [~dsmiley] can you review the PR that I just pushed?

[GitHub] [lucene-solr] CaoManhDat opened a new pull request #2019: SOLR-14354: Revert changes for 8.x

2020-10-22 Thread GitBox
CaoManhDat opened a new pull request #2019: URL: https://github.com/apache/lucene-solr/pull/2019 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (SOLR-14354) HttpShardHandler send requests in async

2020-10-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219010#comment-17219010 ] ASF subversion and git services commented on SOLR-14354: Commit

[jira] [Created] (SOLR-14960) Solr-clustering is bringing in CVE-2018-10237 vulnerable guava

2020-10-22 Thread Sourabh Sarvotham Parkala (Jira)
Sourabh Sarvotham Parkala created SOLR-14960: Summary: Solr-clustering is bringing in CVE-2018-10237 vulnerable guava Key: SOLR-14960 URL: https://issues.apache.org/jira/browse/SOLR-14960

[jira] [Commented] (SOLR-14684) CloudExitableDirectoryReaderTest failing about 25% of the time

2020-10-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219009#comment-17219009 ] ASF subversion and git services commented on SOLR-14684: Commit

[jira] [Commented] (SOLR-14354) HttpShardHandler send requests in async

2020-10-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219008#comment-17219008 ] ASF subversion and git services commented on SOLR-14354: Commit

[GitHub] [lucene-solr] gus-asf commented on a change in pull request #1995: LUCENE-9575 Add PatternTypingFilter to annotate tokens with flags and types

2020-10-22 Thread GitBox
gus-asf commented on a change in pull request #1995: URL: https://github.com/apache/lucene-solr/pull/1995#discussion_r510133202 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/pattern/PatternTypingFilter.java ## @@ -0,0 +1,78 @@ +/* + * Licensed to

[GitHub] [lucene-solr] gus-asf commented on a change in pull request #1995: LUCENE-9575 Add PatternTypingFilter to annotate tokens with flags and types

2020-10-22 Thread GitBox
gus-asf commented on a change in pull request #1995: URL: https://github.com/apache/lucene-solr/pull/1995#discussion_r510133202 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/pattern/PatternTypingFilter.java ## @@ -0,0 +1,78 @@ +/* + * Licensed to

[jira] [Resolved] (SOLR-14959) Getting an error trying to web crawl a website

2020-10-22 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-14959. --- Resolution: Not A Problem Please raise questions like this on the user's list, we try to

[jira] [Commented] (SOLR-14354) HttpShardHandler send requests in async

2020-10-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218982#comment-17218982 ] David Smiley commented on SOLR-14354: - I started to revert but there are some difficult merge

[GitHub] [lucene-solr] gus-asf commented on a change in pull request #1995: LUCENE-9575 Add PatternTypingFilter to annotate tokens with flags and types

2020-10-22 Thread GitBox
gus-asf commented on a change in pull request #1995: URL: https://github.com/apache/lucene-solr/pull/1995#discussion_r510116825 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/pattern/PatternTypingFilterFactory.java ## @@ -0,0 +1,120 @@ +/* + *

[GitHub] [lucene-solr] gus-asf commented on a change in pull request #1995: LUCENE-9575 Add PatternTypingFilter to annotate tokens with flags and types

2020-10-22 Thread GitBox
gus-asf commented on a change in pull request #1995: URL: https://github.com/apache/lucene-solr/pull/1995#discussion_r510114271 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/pattern/PatternTypingFilter.java ## @@ -0,0 +1,78 @@ +/* + * Licensed to

[jira] [Commented] (SOLR-14942) Reduce leader election time on node shutdown

2020-10-22 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218973#comment-17218973 ] Shalin Shekhar Mangar commented on SOLR-14942: -- {code} final boolean requestIsImportant =

[GitHub] [lucene-solr] sigram closed pull request #1964: SOLR-14749: Cluster singleton part of PR-1785

2020-10-22 Thread GitBox
sigram closed pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964 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] sigram commented on pull request #1964: SOLR-14749: Cluster singleton part of PR-1785

2020-10-22 Thread GitBox
sigram commented on pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#issuecomment-714429468 Merged. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene-solr] shalinmangar commented on a change in pull request #2004: SOLR-14942: Reduce leader election time on node shutdown

2020-10-22 Thread GitBox
shalinmangar commented on a change in pull request #2004: URL: https://github.com/apache/lucene-solr/pull/2004#discussion_r510072302 ## File path: solr/core/src/java/org/apache/solr/update/SolrCoreState.java ## @@ -86,7 +103,45 @@ public boolean

[GitHub] [lucene-solr] shalinmangar commented on a change in pull request #2004: SOLR-14942: Reduce leader election time on node shutdown

2020-10-22 Thread GitBox
shalinmangar commented on a change in pull request #2004: URL: https://github.com/apache/lucene-solr/pull/2004#discussion_r510069623 ## File path: solr/core/src/java/org/apache/solr/cloud/ZkController.java ## @@ -653,7 +653,12 @@ public void close() {

[GitHub] [lucene-solr] zacharymorn commented on a change in pull request #1998: LUCENE-9455: ExitableTermsEnum should sample timeout and interruption check before calling next()

2020-10-22 Thread GitBox
zacharymorn commented on a change in pull request #1998: URL: https://github.com/apache/lucene-solr/pull/1998#discussion_r509958005 ## File path: lucene/core/src/test/org/apache/lucene/index/TestExitableDirectoryReader.java ## @@ -163,6 +163,17 @@ public void

[jira] [Commented] (LUCENE-9455) ExitableTermsEnum (in ExitableDirectoryReader) should sample next()

2020-10-22 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17218810#comment-17218810 ] Bruno Roustant commented on LUCENE-9455: Your investigation revealed something I overlooked: 

[GitHub] [lucene-solr] bruno-roustant commented on pull request #1998: LUCENE-9455: ExitableTermsEnum should sample timeout and interruption check before calling next()

2020-10-22 Thread GitBox
bruno-roustant commented on pull request #1998: URL: https://github.com/apache/lucene-solr/pull/1998#issuecomment-714274227 So thanks to MultiTermQueryConstantScoreWrapper.BOOLEAN_REWRITE_TERM_COUNT_THRESHOLD we actually don't need to sample ExitableTermsEnum constructor.

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #1998: LUCENE-9455: ExitableTermsEnum should sample timeout and interruption check before calling next()

2020-10-22 Thread GitBox
bruno-roustant commented on a change in pull request #1998: URL: https://github.com/apache/lucene-solr/pull/1998#discussion_r509919492 ## File path: lucene/core/src/test/org/apache/lucene/index/TestExitableDirectoryReader.java ## @@ -163,6 +163,17 @@ public void

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #1998: LUCENE-9455: ExitableTermsEnum should sample timeout and interruption check before calling next()

2020-10-22 Thread GitBox
bruno-roustant commented on a change in pull request #1998: URL: https://github.com/apache/lucene-solr/pull/1998#discussion_r509912132 ## File path: lucene/core/src/java/org/apache/lucene/index/ExitableDirectoryReader.java ## @@ -496,35 +496,38 @@ public TermsEnum iterator()