MarcusSorealheis commented on a change in pull request #1702:
URL: https://github.com/apache/lucene-solr/pull/1702#discussion_r463423664
##
File path: solr/core/src/java/org/apache/solr/filestore/PackageStoreAPI.java
##
@@ -131,6 +131,53 @@ public void validateFiles(List files,
MarcusSorealheis commented on a change in pull request #1702:
URL: https://github.com/apache/lucene-solr/pull/1702#discussion_r463423265
##
File path:
solr/core/src/test/org/apache/solr/filestore/TestDistribPackageStore.java
##
@@ -39,15 +40,11 @@
import org.apache.zookeeper.
[
https://issues.apache.org/jira/browse/LUCENE-9427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168412#comment-17168412
]
Mike Drob commented on LUCENE-9427:
---
Blarg, GitHub wasn't showing me the conversation
[
https://issues.apache.org/jira/browse/LUCENE-9427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168410#comment-17168410
]
Mike Drob commented on LUCENE-9427:
---
Patch makes sense, and looks good to me. [~romsey
madrob commented on a change in pull request #1702:
URL: https://github.com/apache/lucene-solr/pull/1702#discussion_r463410424
##
File path: solr/core/src/java/org/apache/solr/filestore/PackageStoreAPI.java
##
@@ -131,6 +131,53 @@ public void validateFiles(List files, boolean
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168401#comment-17168401
]
Noble Paul commented on SOLR-14695:
---
We want to address a very important usecase with t
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168401#comment-17168401
]
Noble Paul edited comment on SOLR-14695 at 7/31/20, 5:15 AM:
-
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168401#comment-17168401
]
Noble Paul edited comment on SOLR-14695 at 7/31/20, 5:15 AM:
-
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168376#comment-17168376
]
Ishan Chattopadhyaya edited comment on SOLR-14695 at 7/31/20, 4:11 AM:
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168376#comment-17168376
]
Ishan Chattopadhyaya commented on SOLR-14695:
-
bq. SHA alone is normally only
[
https://issues.apache.org/jira/browse/SOLR-14696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168351#comment-17168351
]
Noble Paul commented on SOLR-14696:
---
The appropriate fix is to make make the internal f
rishisankar commented on a change in pull request #1688:
URL: https://github.com/apache/lucene-solr/pull/1688#discussion_r463361526
##
File path:
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java
##
@@ -1074,4 +1077,37 @@ private void
queryWi
rishisankar commented on a change in pull request #1688:
URL: https://github.com/apache/lucene-solr/pull/1688#discussion_r463357149
##
File path:
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java
##
@@ -1074,4 +1077,37 @@ private void
queryWi
rishisankar commented on a change in pull request #1688:
URL: https://github.com/apache/lucene-solr/pull/1688#discussion_r463357149
##
File path:
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java
##
@@ -1074,4 +1077,37 @@ private void
queryWi
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168273#comment-17168273
]
Jan Høydahl commented on SOLR-14695:
For fat-solr, users would have validated the PGP
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl reassigned SOLR-6152:
-
Assignee: Jan Høydahl
> Pre-populating values into search parameters on the query page of solr ad
dsmiley commented on a change in pull request #1688:
URL: https://github.com/apache/lucene-solr/pull/1688#discussion_r463282674
##
File path:
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java
##
@@ -102,6 +103,8 @@
private static CloudHttp2
Ankur created LUCENE-9444:
-
Summary: Need an API to easily fetch facet labels for a field in a
document
Key: LUCENE-9444
URL: https://issues.apache.org/jira/browse/LUCENE-9444
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/SOLR-14665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman resolved SOLR-14665.
---
Assignee: Andrzej Bialecki
Resolution: Fixed
> Collection creation is progressively slo
[
https://issues.apache.org/jira/browse/SOLR-14692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168222#comment-17168222
]
Jason Gerlowski commented on SOLR-14692:
I've create an initial pass at this in t
gerlowskija opened a new pull request #1707:
URL: https://github.com/apache/lucene-solr/pull/1707
# Description
Solr offers several different join implementations which can be switched off
providing the "method" local-param on JoinQuery's. Each of these
implementations has differen
[
https://issues.apache.org/jira/browse/SOLR-14665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-14665:
--
Fix Version/s: 8.6.1
> Collection creation is progressively slower
> --
David Smiley created SOLR-14697:
---
Summary: PluginInfo, apply isEnabled more often
Key: SOLR-14697
URL: https://issues.apache.org/jira/browse/SOLR-14697
Project: Solr
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/SOLR-14696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168202#comment-17168202
]
David Smiley commented on SOLR-14696:
-
[~noble.paul] it appears this was introduced b
[
https://issues.apache.org/jira/browse/SOLR-14696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-14696:
Issue Type: Bug (was: Improvement)
Summary: PluginInfo attribute values should only be Strin
David Smiley created SOLR-14696:
---
Summary: PluginInfo
Key: SOLR-14696
URL: https://issues.apache.org/jira/browse/SOLR-14696
Project: Solr
Issue Type: Improvement
Security Level: Public (D
[
https://issues.apache.org/jira/browse/LUCENE-9440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168148#comment-17168148
]
ASF subversion and git services commented on LUCENE-9440:
-
Commi
jpountz commented on a change in pull request #1610:
URL: https://github.com/apache/lucene-solr/pull/1610#discussion_r463156089
##
File path: lucene/core/src/java/org/apache/lucene/search/SortField.java
##
@@ -428,7 +428,6 @@ public boolean equals(Object o) {
&& other.re
[
https://issues.apache.org/jira/browse/LUCENE-9395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168067#comment-17168067
]
Tony Xu commented on LUCENE-9395:
-
Thank you, [~mikemccand]! For the record, I tried loc
[
https://issues.apache.org/jira/browse/LUCENE-9440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168026#comment-17168026
]
Yauheni Putsykovich commented on LUCENE-9440:
-
Thanks [~mikemccand]
> Field
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168005#comment-17168005
]
Noble Paul edited comment on SOLR-14695 at 7/30/20, 4:03 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168005#comment-17168005
]
Noble Paul edited comment on SOLR-14695 at 7/30/20, 3:35 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168005#comment-17168005
]
Noble Paul edited comment on SOLR-14695 at 7/30/20, 3:34 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168005#comment-17168005
]
Noble Paul commented on SOLR-14695:
---
{quote}I assume you propose this as a temporary so
murblanc commented on pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-666431559
Would love to see sample plug-in code accessing cluster config. How the
instances are obtained and how the cluster is explored (nodes, collections,
shards, replicas).
--
murblanc commented on pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#issuecomment-666429803
Machine vs Node: environment variables (rack, availability zone etc) are
"machine" abstractions but can be considered at the node level. Free disk is
clearly a machine abst
epugh commented on a change in pull request #1692:
URL: https://github.com/apache/lucene-solr/pull/1692#discussion_r463060086
##
File path: solr/solr-ref-guide/src/shards-and-indexing-data-in-solrcloud.adoc
##
@@ -122,6 +122,8 @@ More details on how to use shard splitting is in
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-6152:
---
Attachment: copy_url_to_clipboard_v2.png
> Pre-populating values into search parameters on the query p
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Furrer updated SOLR-6152:
---
Attachment: SOLR-6152.patch
> Pre-populating values into search parameters on the query page of solr a
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167973#comment-17167973
]
Jakob Furrer commented on SOLR-6152:
The new patch contains the following functionalit
[
https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167971#comment-17167971
]
Jakob Furrer commented on SOLR-6152:
_> Do we need to add another text box for the Adm
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167961#comment-17167961
]
Jan Høydahl commented on SOLR-14695:
I assume you propose this as a temporary solutio
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-14695:
--
Description:
Solr distribution can keep a set of sha512 hashes of already trusted jars. This
helps loa
[
https://issues.apache.org/jira/browse/SOLR-14695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-14695:
--
Description:
Solr distribution can keep a set of sha512 hashes of already trusted jars. This
helps loa
Noble Paul created SOLR-14695:
-
Summary: Support loading of unsigned jars
Key: SOLR-14695
URL: https://issues.apache.org/jira/browse/SOLR-14695
Project: Solr
Issue Type: New Feature
Securit
[
https://issues.apache.org/jira/browse/LUCENE-9440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167944#comment-17167944
]
Michael McCandless commented on LUCENE-9440:
Thanks [~sleshJdev] the patch l
[
https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-14688:
--
Labels: package packagemanager (was: )
> First party package implementation design
> -
[
https://issues.apache.org/jira/browse/SOLR-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167936#comment-17167936
]
ASF subversion and git services commented on SOLR-14608:
Commit 8
[
https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167937#comment-17167937
]
Mark Robert Miller commented on SOLR-14636:
---
I've got time pressure from multip
[
https://issues.apache.org/jira/browse/SOLR-14694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-14694:
--
Description:
This ticket will add the *import* function to be used within a *let* expression
t
[
https://issues.apache.org/jira/browse/SOLR-14694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-14694:
--
Description:
This ticket will add the *import* function to be used within a *let* expression
t
[
https://issues.apache.org/jira/browse/SOLR-14694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-14694:
--
Description:
This ticket will add the *import* function to be used within a *let* expression
t
Joel Bernstein created SOLR-14694:
-
Summary: Add import function to Streaming Expressions
Key: SOLR-14694
URL: https://issues.apache.org/jira/browse/SOLR-14694
Project: Solr
Issue Type: New F
[
https://issues.apache.org/jira/browse/SOLR-14694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-14694:
--
Description:
This ticket will add the *import* function to be used within a *let* expression
t
[
https://issues.apache.org/jira/browse/LUCENE-9395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-9395:
---
Fix Version/s: 8.7
master (9.0)
Resolution: Fixed
[
https://issues.apache.org/jira/browse/LUCENE-9395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167899#comment-17167899
]
Michael McCandless commented on LUCENE-9395:
Thank you [~hypothesisx86]!
>
[
https://issues.apache.org/jira/browse/LUCENE-9395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167897#comment-17167897
]
ASF subversion and git services commented on LUCENE-9395:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167896#comment-17167896
]
ASF subversion and git services commented on LUCENE-9395:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-14661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul reassigned SOLR-14661:
-
Assignee: Noble Paul
> Load BackupRepository from packages
> ---
noblepaul commented on a change in pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#discussion_r462931220
##
File path: solr/solrj/src/java/org/apache/solr/cluster/api/Config.java
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (AS
janhoy commented on a change in pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#discussion_r462911335
##
File path: solr/solrj/src/java/org/apache/solr/cluster/api/Config.java
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
gus-asf opened a new pull request #26:
URL: https://github.com/apache/lucene-site/pull/26
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
dsmiley merged pull request #1706:
URL: https://github.com/apache/lucene-solr/pull/1706
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
dsmiley commented on a change in pull request #1694:
URL: https://github.com/apache/lucene-solr/pull/1694#discussion_r462508983
##
File path: solr/solrj/src/java/org/apache/solr/cluster/api/Config.java
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
dsmiley commented on pull request #1706:
URL: https://github.com/apache/lucene-solr/pull/1706#issuecomment-665951141
Yup, and branch_8_6 -- the placement of the CHANGES.txt entry into 8.6.1
indicates this.
This is an automat
gus-asf merged pull request #26:
URL: https://github.com/apache/lucene-site/pull/26
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
[
https://issues.apache.org/jira/browse/SOLR-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167701#comment-17167701
]
Razvan Tache commented on SOLR-11310:
-
Hello, we can reproduce this issue on Solr 8.3
gus-asf merged pull request #1704:
URL: https://github.com/apache/lucene-solr/pull/1704
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
HoustonPutman commented on pull request #1706:
URL: https://github.com/apache/lucene-solr/pull/1706#issuecomment-665955764
Sorry, misread the branch this was going to. Understood.
This is an automated message from the Apache
69 matches
Mail list logo