[GitHub] [solr] tomglk commented on a change in pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-12 Thread GitBox
tomglk commented on a change in pull request #123: URL: https://github.com/apache/solr/pull/123#discussion_r631601388 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/FieldValueFeature.java ## @@ -146,5 +171,100 @@ public float getMaxScore(int upTo) throws I

[GitHub] [solr-site] dsmiley commented on pull request #22: Add Salesforce logo

2021-05-12 Thread GitBox
dsmiley commented on pull request #22: URL: https://github.com/apache/solr-site/pull/22#issuecomment-840265295 https://user-images.githubusercontent.com/377295/118073133-3c5bdc80-b379-11eb-888a-c8c5a74b88ed.png";> I put the extra padding on the div in an inline style on the element it

[jira] [Commented] (SOLR-12420) Propose removing schema version; use luceneMatchVersion instead

2021-05-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343557#comment-17343557 ] David Smiley commented on SOLR-12420: - The essence of what I want most is to eliminat

[GitHub] [solr] tomglk commented on pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-12 Thread GitBox
tomglk commented on pull request #123: URL: https://github.com/apache/solr/pull/123#issuecomment-840072084 Thank you very much for the quick and detailed feedback, @cpoerschke ! I already have some ideas in mind and will start to improve the code next thing tomorrow morning. -- This i

[GitHub] [solr] dsmiley commented on a change in pull request #115: SOLR-15392 Tracing span operation name and tags

2021-05-12 Thread GitBox
dsmiley commented on a change in pull request #115: URL: https://github.com/apache/solr/pull/115#discussion_r631352608 ## File path: solr/core/src/java/org/apache/solr/servlet/SolrRequestParsers.java ## @@ -171,23 +173,50 @@ public SolrQueryRequest parse( SolrCore core, String

[GitHub] [solr] dsmiley commented on a change in pull request #115: SOLR-15392 Tracing span operation name and tags

2021-05-12 Thread GitBox
dsmiley commented on a change in pull request #115: URL: https://github.com/apache/solr/pull/115#discussion_r631351971 ## File path: solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java ## @@ -499,6 +495,7 @@ public void doFilter(ServletRequest _request, ServletR

[GitHub] [solr-operator] HoustonPutman merged pull request #270: Add information about the official operator site.

2021-05-12 Thread GitBox
HoustonPutman merged pull request #270: URL: https://github.com/apache/solr-operator/pull/270 -- 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 servi

[jira] [Created] (SOLR-15402) Create a Solr Discord server

2021-05-12 Thread Almog Tavor (Jira)
Almog Tavor created SOLR-15402: -- Summary: Create a Solr Discord server Key: SOLR-15402 URL: https://issues.apache.org/jira/browse/SOLR-15402 Project: Solr Issue Type: Wish Security Level:

[jira] [Commented] (SOLR-12697) pure DocValues support for FieldValueFeature

2021-05-12 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343492#comment-17343492 ] Christine Poerschke commented on SOLR-12697: Thanks [~TomGilke] for opening t

[GitHub] [solr] cpoerschke commented on a change in pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-12 Thread GitBox
cpoerschke commented on a change in pull request #123: URL: https://github.com/apache/solr/pull/123#discussion_r631256745 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/FieldValueFeature.java ## @@ -146,5 +171,100 @@ public float getMaxScore(int upTo) thro

[GitHub] [solr] sigram commented on pull request #60: SOLR-15232: Add replica(s) as a part of node startup

2021-05-12 Thread GitBox
sigram commented on pull request #60: URL: https://github.com/apache/solr/pull/60#issuecomment-839968476 In light of the comments I'm closing this as Won't Do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [solr] sigram closed pull request #60: SOLR-15232: Add replica(s) as a part of node startup

2021-05-12 Thread GitBox
sigram closed pull request #60: URL: https://github.com/apache/solr/pull/60 -- 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 contact

[jira] [Resolved] (SOLR-15232) Add replica(s) as a part of node startup

2021-05-12 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-15232. - Resolution: Won't Do Closing as Won't Do (didn't know this was an option :) ). As noted i

[jira] [Commented] (SOLR-12697) pure DocValues support for FieldValueFeature

2021-05-12 Thread Tom Gilke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343331#comment-17343331 ] Tom Gilke commented on SOLR-12697: -- Hi [~cpoerschke], I just created a PR: [https://git

[GitHub] [solr] tomglk opened a new pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-12 Thread GitBox
tomglk opened a new pull request #123: URL: https://github.com/apache/solr/pull/123 # Description This PR refers to the issue [SOLR-12697](https://issues.apache.org/jira/browse/SOLR-12697). The problem is, that the current FieldValueFeature only works for stored field

[GitHub] [solr] dsmiley commented on a change in pull request #115: SOLR-15392 Tracing span operation name and tags

2021-05-12 Thread GitBox
dsmiley commented on a change in pull request #115: URL: https://github.com/apache/solr/pull/115#discussion_r631165486 ## File path: solr/core/src/java/org/apache/solr/request/SolrQueryRequestBase.java ## @@ -144,19 +146,31 @@ public IndexSchema getSchema() { @Override

[jira] [Created] (SOLR-15401) Document NorwegianNormalizationFilter

2021-05-12 Thread Jira
Jan Høydahl created SOLR-15401: -- Summary: Document NorwegianNormalizationFilter Key: SOLR-15401 URL: https://issues.apache.org/jira/browse/SOLR-15401 Project: Solr Issue Type: New Feature

[jira] [Commented] (SOLR-15397) Expose zookeeper status in the exporter

2021-05-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343145#comment-17343145 ] ASF subversion and git services commented on SOLR-15397: Commit d

[jira] [Resolved] (SOLR-15397) Expose zookeeper status in the exporter

2021-05-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-15397. Fix Version/s: 8.9 Resolution: Fixed > Expose zookeeper status in the exporter > ---

[jira] [Updated] (SOLR-6152) Pre-populating values into search parameters on the query page of solr admin

2021-05-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-6152: -- Fix Version/s: 8.9 Resolution: Fixed Status: Resolved (was: Patch Available) Finally,

[jira] [Commented] (SOLR-6152) Pre-populating values into search parameters on the query page of solr admin

2021-05-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343126#comment-17343126 ] ASF subversion and git services commented on SOLR-6152: --- Commit 1ce0

[jira] [Commented] (SOLR-6152) Pre-populating values into search parameters on the query page of solr admin

2021-05-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343125#comment-17343125 ] ASF subversion and git services commented on SOLR-6152: --- Commit 720f

[GitHub] [solr] janhoy merged pull request #122: SOLR-6152 Pre-populating values into search parameters on the query page of solr admin (main)

2021-05-12 Thread GitBox
janhoy merged pull request #122: URL: https://github.com/apache/solr/pull/122 -- 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] janhoy opened a new pull request #122: SOLR-6152 Pre-populating values into search parameters on the query page of solr admin (main)

2021-05-12 Thread GitBox
janhoy opened a new pull request #122: URL: https://github.com/apache/solr/pull/122 See https://issues.apache.org/jira/browse/SOLR-6152 This is a PR against main branch in correct repo -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[jira] [Commented] (SOLR-15397) Expose zookeeper status in the exporter

2021-05-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343109#comment-17343109 ] ASF subversion and git services commented on SOLR-15397: Commit 1

[GitHub] [solr] janhoy merged pull request #116: SOLR-15397 Expose zookeeper status in the exporter, and in grafana da…

2021-05-12 Thread GitBox
janhoy merged pull request #116: URL: https://github.com/apache/solr/pull/116 -- 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

[jira] [Comment Edited] (SOLR-15388) PKIAuthenticationPlugin intercepts every outgoing requests not just inter-nodes

2021-05-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342860#comment-17342860 ] Jan Høydahl edited comment on SOLR-15388 at 5/12/21, 7:52 AM: -

[jira] [Commented] (SOLR-15388) PKIAuthenticationPlugin intercepts every outgoing requests not just inter-nodes

2021-05-12 Thread Geza Nagy (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343089#comment-17343089 ] Geza Nagy commented on SOLR-15388: -- Well, that can work, I need some time to test it. >

[jira] [Commented] (SOLR-12420) Propose removing schema version; use luceneMatchVersion instead

2021-05-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343079#comment-17343079 ] Jan Høydahl commented on SOLR-12420: The luceneMatchVersion is not the same as Lucene