[jira] [Commented] (SOLR-14205) ConnectionImpl.isValid() does not behave as described in Connection javadocs

2020-01-22 Thread Nick Vercammen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021833#comment-17021833 ] Nick Vercammen commented on SOLR-14205: --- [~krisden] PR is open ;) > ConnectionImpl

[GitHub] [lucene-solr] nvercamm opened a new pull request #1204: SOLR-14205 Do not fail when given timeout to connectionImpl.isValid()…

2020-01-22 Thread GitBox
nvercamm opened a new pull request #1204: SOLR-14205 Do not fail when given timeout to connectionImpl.isValid()… URL: https://github.com/apache/lucene-solr/pull/1204 … = 0 # Description When timeout = 0 handle it as if there is no timeout # Solution Call the

[jira] [Updated] (SOLR-14207) Fix logging statements with less or more arguments than placeholders

2020-01-22 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-14207: - Attachment: SOLR-14207.patch > Fix logging statements with less or more arguments

[jira] [Created] (SOLR-14207) Fix logging statements with less or more arguments than placeholders

2020-01-22 Thread Shalin Shekhar Mangar (Jira)
Shalin Shekhar Mangar created SOLR-14207: Summary: Fix logging statements with less or more arguments than placeholders Key: SOLR-14207 URL: https://issues.apache.org/jira/browse/SOLR-14207 Pr

[jira] [Resolved] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

2020-01-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-11746. --- Resolution: Fixed > numeric fields need better error handling for prefix/wildcard syntax --

[jira] [Commented] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

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

[jira] [Assigned] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-14194: --- Assignee: David Smiley > Allow Highlighting to work for indexes with uniqueKey that is not s

[jira] [Commented] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021780#comment-17021780 ] David Smiley commented on SOLR-14194: - Looks good; I'm running tests. I was hoping y

[jira] [Commented] (SOLR-14132) Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021775#comment-17021775 ] Lucene/Solr QA commented on SOLR-14132: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Commented] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

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

[GitHub] [lucene-solr] dsmiley commented on issue #1191: SOLR-14197 Reduce API of SolrResourceLoader

2020-01-22 Thread GitBox
dsmiley commented on issue #1191: SOLR-14197 Reduce API of SolrResourceLoader URL: https://github.com/apache/lucene-solr/pull/1191#issuecomment-577499972 An interface sounds fine but it will take some steps to get to that juncture, method-by-method reducing needless scope of the very use of

[GitHub] [lucene-solr] noblepaul commented on issue #1191: SOLR-14197 Reduce API of SolrResourceLoader

2020-01-22 Thread GitBox
noblepaul commented on issue #1191: SOLR-14197 Reduce API of SolrResourceLoader URL: https://github.com/apache/lucene-solr/pull/1191#issuecomment-577499322 Lucene `ResourceLoader` is an interface, why can't we make `SolrResourceLoader` an interface. Having concrete classes as public APIs is

[jira] [Commented] (SOLR-12238) Synonym Query Style Boost By Payload

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021759#comment-17021759 ] David Smiley commented on SOLR-12238: - My main concern at a high level glance is that

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021745#comment-17021745 ] David Smiley commented on LUCENE-9160: -- I don't have the psutil module and I'm not

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021744#comment-17021744 ] Robert Muir commented on LUCENE-9160: - keep in mind with a vm, the admin may not hav

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021730#comment-17021730 ] Robert Muir commented on LUCENE-9160: - are you sure you really have 16? {noformat} p

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021728#comment-17021728 ] David Smiley commented on LUCENE-9160: -- Yep; I hear you, and thanks for your amusin

[jira] [Commented] (SOLR-13579) Create resource management API

2020-01-22 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021721#comment-17021721 ] Noble Paul commented on SOLR-13579: --- I don't see any section that discusses the public

[jira] [Resolved] (LUCENE-9083) TestIOUtils false failures on Linux due to StackOverflowError when Lucene is installed under /dev/shm

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9083. - Fix Version/s: 8.5 Resolution: Fixed > TestIOUtils false failures on Linux due to StackOv

[jira] [Commented] (LUCENE-9083) TestIOUtils false failures on Linux due to StackOverflowError when Lucene is installed under /dev/shm

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

[jira] [Commented] (LUCENE-9083) TestIOUtils false failures on Linux due to StackOverflowError when Lucene is installed under /dev/shm

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

[jira] [Updated] (LUCENE-9083) TestIOUtils false failures on Linux due to StackOverflowError when Lucene is installed under /dev/shm

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9083: Attachment: LUCENE-9083.patch > TestIOUtils false failures on Linux due to StackOverflowError when

[jira] [Commented] (LUCENE-9083) TestIOUtils false failures on Linux due to StackOverflowError when Lucene is installed under /dev/shm

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021713#comment-17021713 ] Robert Muir commented on LUCENE-9083: - The test uses a "mock" filesystem that remaps

[GitHub] [lucene-solr] janhoy commented on issue #1121: SOLR-11207: Add OWASP dependency checker to gradle build

2020-01-22 Thread GitBox
janhoy commented on issue #1121: SOLR-11207: Add OWASP dependency checker to gradle build URL: https://github.com/apache/lucene-solr/pull/1121#issuecomment-577445219 Updated the PR for master. I have not enabled OWASP as part of 'check' yet, mainly due to the large initial download

[jira] [Updated] (LUCENE-9164) Should not consider ACE a tragedy if IW is closed

2020-01-22 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-9164: Status: Patch Available (was: Open) > Should not consider ACE a tragedy if IW is closed > ---

[jira] [Updated] (LUCENE-9164) Should not consider ACE a tragedy if IW is closed

2020-01-22 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-9164: Attachment: LUCENE-9164.patch Lucene Fields: New,Patch Available (was: New) > Should not c

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build

2020-01-22 Thread GitBox
janhoy commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build URL: https://github.com/apache/lucene-solr/pull/1121#discussion_r369871709 ## File path: gradle/validation/dependency-check.gradle ## @@ -0,0 +1,12 @@ +// This adds

[jira] [Created] (LUCENE-9164) Should not consider ACE a tragedy if IW is closed

2020-01-22 Thread Nhat Nguyen (Jira)
Nhat Nguyen created LUCENE-9164: --- Summary: Should not consider ACE a tragedy if IW is closed Key: LUCENE-9164 URL: https://issues.apache.org/jira/browse/LUCENE-9164 Project: Lucene - Core Issue

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #1200: SOLR-12045: emphasize deployment caveat.

2020-01-22 Thread GitBox
HoustonPutman commented on a change in pull request #1200: SOLR-12045: emphasize deployment caveat. URL: https://github.com/apache/lucene-solr/pull/1200#discussion_r369856683 ## File path: solr/solr-ref-guide/src/analytics.adoc ## @@ -33,7 +33,7 @@ Since the Analytics fram

[jira] [Commented] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

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

[jira] [Commented] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

2020-01-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021602#comment-17021602 ] Houston Putman commented on SOLR-11746: --- I modified one of the tests to at least pa

[GitHub] [lucene-solr] janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a…

2020-01-22 Thread GitBox
janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a… URL: https://github.com/apache/lucene-solr/pull/908#discussion_r369847595 ## File path: lucene/queryparser/docs/surround/README.md ## @@ -0,0 +1,105 @@

[GitHub] [lucene-solr] janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a…

2020-01-22 Thread GitBox
janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a… URL: https://github.com/apache/lucene-solr/pull/908#discussion_r369846482 ## File path: lucene/analysis/README.md ## @@ -0,0 +1,89 @@ + + +#Analysis

[GitHub] [lucene-solr] janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a…

2020-01-22 Thread GitBox
janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a… URL: https://github.com/apache/lucene-solr/pull/908#discussion_r369844902 ## File path: dev-tools/doap/README.md ## @@ -0,0 +1,27 @@ + + +#DOAP Rev

[GitHub] [lucene-solr] janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a…

2020-01-22 Thread GitBox
janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a… URL: https://github.com/apache/lucene-solr/pull/908#discussion_r369845812 ## File path: dev-tools/doap/README.md ## @@ -0,0 +1,27 @@ + + +#DOAP + +Thi

[GitHub] [lucene-solr] janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a…

2020-01-22 Thread GitBox
janhoy commented on a change in pull request #908: Change the file format of README files from README.txt to README.md a… URL: https://github.com/apache/lucene-solr/pull/908#discussion_r369847941 ## File path: lucene/queryparser/docs/surround/README.md ## @@ -0,0 +1,105 @@

[jira] [Resolved] (LUCENE-9163) test speedup for slowest/pathological tests (round 2)

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9163. - Resolution: Fixed > test speedup for slowest/pathological tests (round 2) >

[jira] [Updated] (LUCENE-9163) test speedup for slowest/pathological tests (round 2)

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9163: Fix Version/s: master (9.0) > test speedup for slowest/pathological tests (round 2) >

[jira] [Commented] (LUCENE-9163) test speedup for slowest/pathological tests (round 2)

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

[jira] [Updated] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

2020-01-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-11746: -- Attachment: SOLR-11746.patch > numeric fields need better error handling for prefix/wildcard sy

[jira] [Updated] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

2020-01-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-11746: -- Attachment: SOLR-11746.patch > numeric fields need better error handling for prefix/wildcard sy

[GitHub] [lucene-solr] anshumg opened a new pull request #1203: SOLR-14206: Annotate HttpSolrCall as thread-safe

2020-01-22 Thread GitBox
anshumg opened a new pull request #1203: SOLR-14206: Annotate HttpSolrCall as thread-safe URL: https://github.com/apache/lucene-solr/pull/1203 This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021595#comment-17021595 ] Robert Muir commented on LUCENE-9160: - Similar comparison: if you have a 16 cpu mach

[GitHub] [lucene-solr] anshumg closed pull request #1201: SOLR-14206: Annotate HttpSolrCall as thread-safe

2020-01-22 Thread GitBox
anshumg closed pull request #1201: SOLR-14206: Annotate HttpSolrCall as thread-safe URL: https://github.com/apache/lucene-solr/pull/1201 This is an automated message from the Apache Git Service. To respond to the message, pl

[jira] [Commented] (SOLR-14205) ConnectionImpl.isValid() does not behave as described in Connection javadocs

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021592#comment-17021592 ] Kevin Risden commented on SOLR-14205: - Thanks [~vercani] are you planning to open a P

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021591#comment-17021591 ] Robert Muir commented on LUCENE-9160: - Also, if you have a machine with 16 cpus, and

[jira] [Updated] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

2020-01-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-11746: -- Attachment: SOLR-11746.patch > numeric fields need better error handling for prefix/wildcard sy

[jira] [Commented] (SOLR-14149) Remove non-changes from CHANGES.txt

2020-01-22 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021575#comment-17021575 ] Cassandra Targett commented on SOLR-14149: -- bq. Perhaps we could change the rele

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021572#comment-17021572 ] Robert Muir commented on LUCENE-9160: - The solr tests are generally sleep()'ing and

[jira] [Comment Edited] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021568#comment-17021568 ] David Smiley edited comment on LUCENE-9160 at 1/22/20 10:06 PM: --

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021568#comment-17021568 ] David Smiley commented on LUCENE-9160: -- While this change might improve Lucene test

[jira] [Commented] (SOLR-14159) Fix errors in TestCloudConsistency

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

[jira] [Updated] (SOLR-14202) Old segments are not deleted after commit

2020-01-22 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-14202: -- Attachment: eoe.zip Status: Open (was: Open) Jörn: I don't see it. I downloaded 8.4 a

[jira] [Commented] (LUCENE-9163) test speedup for slowest/pathological tests (round 2)

2020-01-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021561#comment-17021561 ] Michael McCandless commented on LUCENE-9163: +1, thanks [~rcmuir]! > test s

[jira] [Commented] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-01-22 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021551#comment-17021551 ] Lucene/Solr QA commented on SOLR-14194: --- | (x) *{color:red}-1 overall{color}* | \\

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1200: SOLR-12045: emphasize deployment caveat.

2020-01-22 Thread GitBox
dsmiley commented on a change in pull request #1200: SOLR-12045: emphasize deployment caveat. URL: https://github.com/apache/lucene-solr/pull/1200#discussion_r369824330 ## File path: solr/solr-ref-guide/src/analytics.adoc ## @@ -33,7 +33,7 @@ Since the Analytics framework

[jira] [Commented] (SOLR-14132) Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021550#comment-17021550 ] Kevin Risden commented on SOLR-14132: - Some quick restart on Angular 1.7.9: * Angula

[jira] [Comment Edited] (SOLR-14132) Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021550#comment-17021550 ] Kevin Risden edited comment on SOLR-14132 at 1/22/20 9:52 PM: -

[jira] [Commented] (SOLR-14149) Remove non-changes from CHANGES.txt

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021547#comment-17021547 ] David Smiley commented on SOLR-14149: - See my PR; I didn't put much time into it. cha

[jira] [Commented] (SOLR-14159) Fix errors in TestCloudConsistency

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

[GitHub] [lucene-solr] dsmiley opened a new pull request #1202: SOLR-14149: CHANGES.txt Remove off-topic stuff

2020-01-22 Thread GitBox
dsmiley opened a new pull request #1202: SOLR-14149: CHANGES.txt Remove off-topic stuff URL: https://github.com/apache/lucene-solr/pull/1202 https://issues.apache.org/jira/browse/SOLR-14149 This is an automated message from t

[jira] [Updated] (SOLR-14159) Fix errors in TestCloudConsistency

2020-01-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-14159: -- Attachment: SOLR-14159_waitFor_testfix.patch Status: Open (was: Open) Erick me

[jira] [Commented] (SOLR-10305) uniqueKey filed store=false will throw null NullPointerException

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021524#comment-17021524 ] Kevin Risden commented on SOLR-10305: - SOLR-3682 says this should fail loudly, but th

[jira] [Commented] (SOLR-11768) NPE in QueryComponent

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021519#comment-17021519 ] Kevin Risden commented on SOLR-11768: - So I debugged a similar issue to this and the

[GitHub] [lucene-solr] janhoy commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread GitBox
janhoy commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9 URL: https://github.com/apache/lucene-solr/pull/1196#issuecomment-577388000 Great. I have not re-tested but trust that your tests prove that it works. -

[jira] [Commented] (SOLR-11768) NPE in QueryComponent

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021508#comment-17021508 ] Kevin Risden commented on SOLR-11768: - SOLR-10305 is basically the same as this. > N

[jira] [Updated] (SOLR-11768) NPE in QueryComponent

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-11768: Fix Version/s: (was: 8.1) (was: master (9.0)) > NPE in QueryComponent >

[jira] [Commented] (SOLR-12045) Move Analytics Component from contrib to core

2020-01-22 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021507#comment-17021507 ] Mikhail Khludnev commented on SOLR-12045: - My judgement might be out of date but

[GitHub] [lucene-solr] anshumg opened a new pull request #1201: SOLR-14206: Annotate HttpSolrCall as thread-safe

2020-01-22 Thread GitBox
anshumg opened a new pull request #1201: SOLR-14206: Annotate HttpSolrCall as thread-safe URL: https://github.com/apache/lucene-solr/pull/1201 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [lucene-solr] mkhludnev opened a new pull request #1200: SOLR-12045: emphasize deployment caveat.

2020-01-22 Thread GitBox
mkhludnev opened a new pull request #1200: SOLR-12045: emphasize deployment caveat. URL: https://github.com/apache/lucene-solr/pull/1200 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please

[jira] [Created] (LUCENE-9163) test speedup for slowest/pathological tests (round 2)

2020-01-22 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9163: --- Summary: test speedup for slowest/pathological tests (round 2) Key: LUCENE-9163 URL: https://issues.apache.org/jira/browse/LUCENE-9163 Project: Lucene - Core I

[jira] [Updated] (LUCENE-9163) test speedup for slowest/pathological tests (round 2)

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9163: Attachment: LUCENE-9163.patch > test speedup for slowest/pathological tests (round 2) > --

[jira] [Resolved] (SOLR-14198) Nullpointer in AuditEvent when initialized from AuthorizationContext

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14198. Fix Version/s: 8.5 Resolution: Fixed > Nullpointer in AuditEvent when initialized from Autho

[jira] [Commented] (SOLR-14198) Nullpointer in AuditEvent when initialized from AuthorizationContext

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

[jira] [Commented] (SOLR-14198) Nullpointer in AuditEvent when initialized from AuthorizationContext

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

[GitHub] [lucene-solr] janhoy merged pull request #1192: SOLR-14198: Nullpointer exception in AuditEvent with AuthorizationContext

2020-01-22 Thread GitBox
janhoy merged pull request #1192: SOLR-14198: Nullpointer exception in AuditEvent with AuthorizationContext URL: https://github.com/apache/lucene-solr/pull/1192 This is an automated message from the Apache Git Service. To re

[jira] [Commented] (SOLR-14149) Remove non-changes from CHANGES.txt

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021481#comment-17021481 ] Jan Høydahl commented on SOLR-14149: Perhaps we could change the release process so t

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

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

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

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

[jira] [Commented] (SOLR-14200) Shard Tolerance in Streaming API

2020-01-22 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021469#comment-17021469 ] Lucene/Solr QA commented on SOLR-14200: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Commented] (SOLR-14132) Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021468#comment-17021468 ] Lucene/Solr QA commented on SOLR-14132: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Updated] (SOLR-14132) Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14132: Attachment: SOLR-14132.patch > Upgrade Angular JS 1.3.8 to 1.7.9 >

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021456#comment-17021456 ] David Smiley commented on SOLR-14040: - I'm currently running a full battery of tests

[GitHub] [lucene-solr] risdenk commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread GitBox
risdenk commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9 URL: https://github.com/apache/lucene-solr/pull/1196#issuecomment-577355096 Thanks @janhoy for the initial review. I tried updating the hash prefix and that looks to work. I pushed a new update with that change

[jira] [Comment Edited] (SOLR-13579) Create resource management API

2020-01-22 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021432#comment-17021432 ] Andrzej Bialecki edited comment on SOLR-13579 at 1/22/20 7:44 PM: -

[jira] [Comment Edited] (SOLR-13579) Create resource management API

2020-01-22 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021432#comment-17021432 ] Andrzej Bialecki edited comment on SOLR-13579 at 1/22/20 7:42 PM: -

[jira] [Commented] (SOLR-13579) Create resource management API

2020-01-22 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021432#comment-17021432 ] Andrzej Bialecki commented on SOLR-13579: - See the WIP documentation here:  [http

[jira] [Commented] (SOLR-14206) Annotate classes for thread safety

2020-01-22 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021427#comment-17021427 ] Anshum Gupta commented on SOLR-14206: - I don't think we need a new JIRA for each clas

[jira] [Created] (SOLR-14206) Annotate classes for thread safety

2020-01-22 Thread Anshum Gupta (Jira)
Anshum Gupta created SOLR-14206: --- Summary: Annotate classes for thread safety Key: SOLR-14206 URL: https://issues.apache.org/jira/browse/SOLR-14206 Project: Solr Issue Type: Improvement S

[GitHub] [lucene-solr] nknize commented on issue #1174: LUCENE-8621: Refactor LatLonShape, XYShape, and all query and utility classes to core

2020-01-22 Thread GitBox
nknize commented on issue #1174: LUCENE-8621: Refactor LatLonShape, XYShape, and all query and utility classes to core URL: https://github.com/apache/lucene-solr/pull/1174#issuecomment-577344161 Backported to branch_8x This i

[jira] [Commented] (LUCENE-8621) Move LatLonShape and XYShape out of sandbox

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

[GitHub] [lucene-solr] dweiss commented on issue #1199: LUCENE-9134: Port ant-regenerate tasks to Gradle build

2020-01-22 Thread GitBox
dweiss commented on issue #1199: LUCENE-9134: Port ant-regenerate tasks to Gradle build URL: https://github.com/apache/lucene-solr/pull/1199#issuecomment-577339879 Thanks Erick. I'll get back to it, I just didn't have as much time as before.

[jira] [Commented] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

2020-01-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021403#comment-17021403 ] Chris M. Hostetter commented on SOLR-11746: --- Skimmed the patch, read the tests

[jira] [Commented] (SOLR-14202) Old segments are not deleted after commit

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021386#comment-17021386 ] Jörn Franke commented on SOLR-14202: tlogs is not an issue (sorry was my fault) - onl

[jira] [Created] (SOLR-14205) ConnectionImpl.isValid() does not behave as described in Connection javadocs

2020-01-22 Thread Nick Vercammen (Jira)
Nick Vercammen created SOLR-14205: - Summary: ConnectionImpl.isValid() does not behave as described in Connection javadocs Key: SOLR-14205 URL: https://issues.apache.org/jira/browse/SOLR-14205 Project:

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021339#comment-17021339 ] David Smiley commented on SOLR-14040: - Ouch; thanks Hoss. I'm looking into it right

[jira] [Updated] (SOLR-12859) DocExpirationUpdateProcessorFactory does not work with BasicAuth (and other auth plugins that use PKI)

2020-01-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-12859: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed & backport

[jira] [Created] (SOLR-14204) Rethink PKIs hueristic for dealing with 'isSolrThread()'

2020-01-22 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-14204: - Summary: Rethink PKIs hueristic for dealing with 'isSolrThread()' Key: SOLR-14204 URL: https://issues.apache.org/jira/browse/SOLR-14204 Project: Solr

[jira] [Assigned] (SOLR-12859) DocExpirationUpdateProcessorFactory does not work with BasicAuth (and other auth plugins that use PKI)

2020-01-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reassigned SOLR-12859: - Fix Version/s: 8.5 master (9.0) Assignee: Chris M. Ho

[GitHub] [lucene-solr] gerlowskija edited a comment on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-22 Thread GitBox
gerlowskija edited a comment on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#issuecomment-577188503 That's 100% what I was looking for. I knew it had to exist somewhere. Thanks David! ~It's package scop

  1   2   >