[GitHub] [solr] madrob commented on a change in pull request #169: SOLR-15385 RawTypes Part III, contrib and solrj

2021-06-15 Thread GitBox
madrob commented on a change in pull request #169: URL: https://github.com/apache/solr/pull/169#discussion_r652110237 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/PutCacheEvaluator.java ## @@ -37,18 +37,18 @@ public PutCacheEvaluator(StreamExpression

[jira] [Commented] (SOLR-15371) Backups randomly fail sometimes

2021-06-15 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363861#comment-17363861 ] Jason Gerlowski commented on SOLR-15371: bq. I may have forgot to mention, but th

[GitHub] [solr] cpoerschke commented on a change in pull request #169: SOLR-15385 RawTypes Part III, contrib and solrj

2021-06-15 Thread GitBox
cpoerschke commented on a change in pull request #169: URL: https://github.com/apache/solr/pull/169#discussion_r652050590 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/ListCacheEvaluator.java ## @@ -41,35 +39,21 @@ public ListCacheEvaluator(StreamExpre

[GitHub] [solr] madrob commented on a change in pull request #169: SOLR-15385 RawTypes Part III, contrib and solrj

2021-06-15 Thread GitBox
madrob commented on a change in pull request #169: URL: https://github.com/apache/solr/pull/169#discussion_r652059563 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -267,22 +255,21 @@ public void setFieldNames(List fieldNames) { this.fie

[jira] [Created] (SOLR-15480) Tuple clone and copy constructor are inconsistent

2021-06-15 Thread Mike Drob (Jira)
Mike Drob created SOLR-15480: Summary: Tuple clone and copy constructor are inconsistent Key: SOLR-15480 URL: https://issues.apache.org/jira/browse/SOLR-15480 Project: Solr Issue Type: Task

[GitHub] [solr] cpoerschke commented on a change in pull request #169: SOLR-15385 RawTypes Part III, contrib and solrj

2021-06-15 Thread GitBox
cpoerschke commented on a change in pull request #169: URL: https://github.com/apache/solr/pull/169#discussion_r652015016 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/GaussFitEvaluator.java ## @@ -81,7 +80,7 @@ public Object doWork(Object... objects)

[GitHub] [solr] cpoerschke commented on a change in pull request #169: SOLR-15385 RawTypes Part III, contrib and solrj

2021-06-15 Thread GitBox
cpoerschke commented on a change in pull request #169: URL: https://github.com/apache/solr/pull/169#discussion_r652001948 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -267,22 +255,21 @@ public void setFieldNames(List fieldNames) { this

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-06-15 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363774#comment-17363774 ] Uwe Schindler commented on SOLR-15177: -- 8.9 works well: https://solr.apache.org/guid

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-06-15 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363773#comment-17363773 ] Uwe Schindler commented on SOLR-15177: -- bq. the thing I wasn't sure of is if we'd al

[jira] [Created] (SOLR-15479) rq/rerank does not properly adjust maxScore

2021-06-15 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15479: - Summary: rq/rerank does not properly adjust maxScore Key: SOLR-15479 URL: https://issues.apache.org/jira/browse/SOLR-15479 Project: Solr Issue Type

[jira] [Commented] (SOLR-15312) v2 api: core creation, config vs configSet params

2021-06-15 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363763#comment-17363763 ] Jason Gerlowski commented on SOLR-15312: bq. Granted back-compat on an API almost

[GitHub] [solr] thelabdude commented on a change in pull request #168: SOLR-15451: SolrSchema (for SQL) should use PKI principal for request to /admin/luke

2021-06-15 Thread GitBox
thelabdude commented on a change in pull request #168: URL: https://github.com/apache/solr/pull/168#discussion_r651965550 ## File path: solr/solr-ref-guide/src/parallel-sql-interface.adoc ## @@ -66,6 +66,14 @@ The `/sql` handler is the front end of the Parallel SQL interface.

[GitHub] [solr] thelabdude commented on a change in pull request #173: SOLR-15460: Implement LIKE, IS NOT NULL, IS NULL, and support wildcard * in equals string literal

2021-06-15 Thread GitBox
thelabdude commented on a change in pull request #173: URL: https://github.com/apache/solr/pull/173#discussion_r651961736 ## File path: solr/core/src/java/org/apache/solr/handler/sql/SolrFilter.java ## @@ -69,34 +78,81 @@ public void implement(Implementor implementor) { pr

[jira] [Updated] (SOLR-15460) Solr SQL doesn't support LIKE operator

2021-06-15 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-15460: -- Issue Type: Improvement (was: Bug) > Solr SQL doesn't support LIKE operator >

[jira] [Resolved] (SOLR-15454) retain and explain Lucene commits in .git-blame-ignore-revs

2021-06-15 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-15454. Fix Version/s: main (9.0) Resolution: Fixed > retain and explain Lucene comm

[jira] [Updated] (SOLR-15454) retain and explain Lucene commits in .git-blame-ignore-revs

2021-06-15 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-15454: --- Summary: retain and explain Lucene commits in .git-blame-ignore-revs (was: remove Lu

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2021-06-15 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363722#comment-17363722 ] Christine Poerschke commented on SOLR-14920: Just a note to say that the abov

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-06-15 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363721#comment-17363721 ] Cassandra Targett commented on SOLR-15177: -- Thanks [~uschindler] - the thing I w

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-06-15 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363717#comment-17363717 ] Uwe Schindler commented on SOLR-15177: -- About the repository: This is just a huge in

[GitHub] [solr] bruno-roustant merged pull request #108: SOLR-15051: Pull files from the repository when BlobDirectory is created.

2021-06-15 Thread GitBox
bruno-roustant merged pull request #108: URL: https://github.com/apache/solr/pull/108 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, plea

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-06-15 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363716#comment-17363716 ] Uwe Schindler commented on SOLR-15177: -- Hi, same answer to me. It looks like this i

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-06-15 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363705#comment-17363705 ] Houston Putman commented on SOLR-15177: --- They never responded to me when I asked if

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-06-15 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363703#comment-17363703 ] Jan Høydahl commented on SOLR-15177: For 8x let’s keep as is, and if we want/need to

[jira] [Commented] (SOLR-15177) Handle RefGuide and JavaDoc on solr.apache.org site

2021-06-15 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363668#comment-17363668 ] Cassandra Targett commented on SOLR-15177: -- [~janhoy], I'm unsure what to do for

[GitHub] [solr] dsmiley commented on pull request #20: SOLR-15051 Blob, DRAFT WIP

2021-06-15 Thread GitBox
dsmiley commented on pull request #20: URL: https://github.com/apache/solr/pull/20#issuecomment-861504856 +1 LGTM. But I don't think we want to merge to main; I think we want to stay on a branch. AFAIK BlobDirectory is merely unit tested, nothing more. -- This is an automated message f

[jira] [Resolved] (SOLR-15430) it reminds me invalid master on slave server, after setting up solr replication

2021-06-15 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-15430. Resolution: Invalid Hi [~guangqiang@qedge.cn] We try to reserve JIRA for confirmed, ac

[jira] [Commented] (SOLR-15478) Schema Changes are Not Visible after Reuse of ConfigSet

2021-06-15 Thread Steffen Moldenhauer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363606#comment-17363606 ] Steffen Moldenhauer commented on SOLR-15478: Different Steps to repeat provid

[jira] [Updated] (SOLR-15478) Schema Changes are Not Visible after Reuse of ConfigSet

2021-06-15 Thread Steffen Moldenhauer (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steffen Moldenhauer updated SOLR-15478: --- Component/s: (was: Backup/Restore) > Schema Changes are Not Visible after Reuse o

[jira] [Created] (SOLR-15478) Schema Changes are Not Visible after Reuse of ConfigSet

2021-06-15 Thread Steffen Moldenhauer (Jira)
Steffen Moldenhauer created SOLR-15478: -- Summary: Schema Changes are Not Visible after Reuse of ConfigSet Key: SOLR-15478 URL: https://issues.apache.org/jira/browse/SOLR-15478 Project: Solr

[jira] [Resolved] (SOLR-7114) SimplePostTool fails crawling lucene.apache.org due to missing tag

2021-06-15 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-7114. --- Resolution: Won't Fix We have a new site without this issue, and also post tool is not intended as a

[jira] [Resolved] (SOLR-15470) Stop shipping test-framework jar in binary distro

2021-06-15 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-15470. Fix Version/s: main (9.0) Resolution: Fixed > Stop shipping test-framework jar in binary dis

[jira] [Commented] (SOLR-15470) Stop shipping test-framework jar in binary distro

2021-06-15 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363533#comment-17363533 ] ASF subversion and git services commented on SOLR-15470: Commit c

[GitHub] [solr] janhoy merged pull request #174: SOLR-15470 Remove test-framework from binary distro

2021-06-15 Thread GitBox
janhoy merged pull request #174: URL: https://github.com/apache/solr/pull/174 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please conta

[GitHub] [solr] bruno-roustant commented on a change in pull request #108: SOLR-15051: Pull files from the repository when BlobDirectory is created.

2021-06-15 Thread GitBox
bruno-roustant commented on a change in pull request #108: URL: https://github.com/apache/solr/pull/108#discussion_r651628249 ## File path: solr/contrib/blob-directory/src/java/org/apache/solr/blob/BlobDirectory.java ## @@ -61,20 +62,33 @@ private final Object lock = new Ob

[GitHub] [solr] bruno-roustant commented on a change in pull request #108: SOLR-15051: Pull files from the repository when BlobDirectory is created.

2021-06-15 Thread GitBox
bruno-roustant commented on a change in pull request #108: URL: https://github.com/apache/solr/pull/108#discussion_r651622909 ## File path: solr/contrib/blob-directory/src/java/org/apache/solr/blob/BlobDirectory.java ## @@ -61,20 +62,33 @@ private final Object lock = new Ob