[GitHub] [lucene-solr] dsmiley commented on pull request #1672: SOLR-14651: Metrics History could disable better

2020-07-25 Thread GitBox
dsmiley commented on pull request #1672: URL: https://github.com/apache/lucene-solr/pull/1672#issuecomment-663935133 I see @markrmiller did something similar at about the same time: https://github.com/apache/lucene-solr/commit/a7b9847a7e98c27d74b13ac0a46d3e36945fbba3 but instead more

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-07-25 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165151#comment-17165151 ] Mark Robert Miller commented on SOLR-14636: --- I am narrowing in on the non Nightly test run I'd

[jira] [Comment Edited] (SOLR-12845) Add a default cluster policy

2020-07-25 Thread Varun Thacker (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165144#comment-17165144 ] Varun Thacker edited comment on SOLR-12845 at 7/26/20, 1:27 AM: Hi

[jira] [Commented] (SOLR-12845) Add a default cluster policy

2020-07-25 Thread Varun Thacker (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165144#comment-17165144 ] Varun Thacker commented on SOLR-12845: -- Hi Houston,   Can you post the results of the test you ran

[jira] [Commented] (LUCENE-9424) Have a warning comment for AttributeSource.captureState

2020-07-25 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165140#comment-17165140 ] Michael McCandless commented on LUCENE-9424: Thanks [~zhai7631], the patch looks good.  I'll

[jira] [Updated] (SOLR-11868) Deprecate CloudSolrClient.setIdField, use information from Zookeeper

2020-07-25 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-11868: -- Summary: Deprecate CloudSolrClient.setIdField, use information from Zookeeper (was:

[GitHub] [lucene-solr] noblepaul commented on pull request #1684: SOLR-14613: strongly typed initial proposal for plugin interface

2020-07-25 Thread GitBox
noblepaul commented on pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#issuecomment-663920053 Pleas refer to #1694 as a separate effort to make this simpler I would prefer not to give names like `gumi` anywhere. Let's use simple english terms like `Assign` ,

[GitHub] [lucene-solr] noblepaul opened a new pull request #1694: SOLR-14680: Provide simple interfaces to our concrete SolrCloud classes

2020-07-25 Thread GitBox
noblepaul opened a new pull request #1694: URL: https://github.com/apache/lucene-solr/pull/1694 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] [Updated] (SOLR-14680) Provide simple interfaces to our concrete SolrCloud classes

2020-07-25 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14680: -- Description: All our current implementations of SolrCloud such as # ClusterState # DocCollection #

[jira] [Updated] (SOLR-14680) Provide simple interfaces to our concrete SolrCloud classes

2020-07-25 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14680: -- Description: All our current implementations of SolrCLoud such as # ClusterState # DocCollection #

[jira] [Updated] (SOLR-14680) Provide simple interfaces to our concrete SolrCloud classes

2020-07-25 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14680: -- Description: All our current implementations of SolrCloud such as # ClusterState # DocCollection #

[jira] [Created] (SOLR-14680) Provide simple interfaces to our concrete SolrCloud classes

2020-07-25 Thread Noble Paul (Jira)
Noble Paul created SOLR-14680: - Summary: Provide simple interfaces to our concrete SolrCloud classes Key: SOLR-14680 URL: https://issues.apache.org/jira/browse/SOLR-14680 Project: Solr Issue

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1684: SOLR-14613: strongly typed initial proposal for plugin interface

2020-07-25 Thread GitBox
noblepaul commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r460459656 ## File path: solr/core/src/java/org/apache/solr/cloud/gumi/Shard.java ## @@ -0,0 +1,32 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (LUCENE-9439) Matches API should enumerate hit fields that have no positions (no iterator)

2020-07-25 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165112#comment-17165112 ] Dawid Weiss commented on LUCENE-9439: - Let me return to it on Monday, Alan. I am away for the

[jira] [Commented] (LUCENE-9439) Matches API should enumerate hit fields that have no positions (no iterator)

2020-07-25 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17165049#comment-17165049 ] Alan Woodward commented on LUCENE-9439: --- I wouldn't call it useless data, it works in the same way

[GitHub] [lucene-solr] limingnihao opened a new pull request #1693: SOLR-14607: LTR Query, timeAllowed parameter causes a timeout exception with no result

2020-07-25 Thread GitBox
limingnihao opened a new pull request #1693: URL: https://github.com/apache/lucene-solr/pull/1693 …on with no result # Description When TimeAllowed is set, the SolrQueryTimeoutImpl function will be started to detect whether it has timed out when the term is loaded.

[GitHub] [lucene-solr] limingnihao closed pull request #1690: SOLR-14607: LTR Query, timeAllowed parameter causes a timeout exception with no result

2020-07-25 Thread GitBox
limingnihao closed pull request #1690: URL: https://github.com/apache/lucene-solr/pull/1690 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

[jira] [Commented] (LUCENE-9439) Matches API should enumerate hit fields that have no positions (no iterator)

2020-07-25 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164957#comment-17164957 ] Dawid Weiss commented on LUCENE-9439: - Hmmm. I don't think it is a good idea. If a given query

[jira] [Comment Edited] (LUCENE-9439) Matches API should enumerate hit fields that have no positions (no iterator)

2020-07-25 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164855#comment-17164855 ] Alan Woodward edited comment on LUCENE-9439 at 7/25/20, 10:03 AM: -- If

[jira] [Updated] (LUCENE-9439) Matches API should enumerate hit fields that have no positions (no iterator)

2020-07-25 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-9439: -- Attachment: LUCENE-9439.patch > Matches API should enumerate hit fields that have no

[jira] [Commented] (LUCENE-9439) Matches API should enumerate hit fields that have no positions (no iterator)

2020-07-25 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17164855#comment-17164855 ] Alan Woodward commented on LUCENE-9439: --- If the issue is just for term queries against fields