[jira] [Commented] (LUCENE-9437) Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly accessible

2020-07-21 Thread Ankur (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162422#comment-17162422 ] Ankur commented on LUCENE-9437: --- Thanks [~mikemccand], I updated the patch fixing javadoc comments as

[jira] [Updated] (LUCENE-9437) Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly accessible

2020-07-21 Thread Ankur (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankur updated LUCENE-9437: -- Status: Patch Available (was: Open) > Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly

[jira] [Updated] (LUCENE-9437) Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly accessible

2020-07-21 Thread Ankur (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankur updated LUCENE-9437: -- Status: Open (was: Patch Available) > Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly

[jira] [Updated] (LUCENE-9437) Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly accessible

2020-07-21 Thread Ankur (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankur updated LUCENE-9437: -- Attachment: LUCENE-9437.patch > Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly >

[jira] [Updated] (LUCENE-9437) Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly accessible

2020-07-21 Thread Ankur (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankur updated LUCENE-9437: -- Attachment: (was: LUCENE-9437.patch) > Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method

[jira] [Updated] (SOLR-14383) Fix indexing-nested-documents.adoc XML/JSON examples to be accurate, consistent, and clear

2020-07-21 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-14383: -- Attachment: SOLR-14383.patch Assignee: Chris M. Hostetter Status: Open

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

2020-07-21 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162394#comment-17162394 ] Mark Robert Miller commented on SOLR-14636: --- This starts to give an idea of what a serial solr

[jira] [Updated] (SOLR-14649) Package manager should use SHA512, not SHA1

2020-07-21 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14649: Fix Version/s: 8.7 > Package manager should use SHA512, not SHA1 >

[jira] [Updated] (SOLR-14649) Package manager should use SHA512, not SHA1

2020-07-21 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14649: Priority: Critical (was: Major) > Package manager should use SHA512, not SHA1 >

[jira] [Updated] (SOLR-14649) Package manager should use SHA512, not SHA1

2020-07-21 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14649: Description: Due to a massive oversight, we only support SHA1 based package

[GitHub] [lucene-solr] atris commented on pull request #1686: SOLR-13528: Implement Request Rate Limiters

2020-07-21 Thread GitBox
atris commented on pull request #1686: URL: https://github.com/apache/lucene-solr/pull/1686#issuecomment-662073876 @anshumg @madrob @sigram @ErickErickson Please take a look This is an automated message from the Apache Git

[GitHub] [lucene-solr] madrob commented on a change in pull request #1685: LUCENE-9433: Remove Ant support from trunk

2020-07-21 Thread GitBox
madrob commented on a change in pull request #1685: URL: https://github.com/apache/lucene-solr/pull/1685#discussion_r458346227 ## File path: README.md ## @@ -40,48 +40,31 @@ comprehensive documentation, visit: (You do not need to do this if you downloaded a pre-built

[GitHub] [lucene-solr] atris opened a new pull request #1686: SOLR-13528: Implement Request Rate Limiters

2020-07-21 Thread GitBox
atris opened a new pull request #1686: URL: https://github.com/apache/lucene-solr/pull/1686 This commit introduces two functionalities: request rate limiting and ability to identify requests based on type (indexing, search, admin). The default rate limiter rate limits query requests based

[jira] [Commented] (SOLR-14675) [SolrJ] Http2SolrClient async request through CloudHttp2SolrClient

2020-07-21 Thread Rishi Sankar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162290#comment-17162290 ] Rishi Sankar commented on SOLR-14675: - cc [~caomanhdat] > [SolrJ] Http2SolrClient async request

[GitHub] [lucene-solr] jtibshirani commented on pull request #1671: LUCENE-9427: Ensure unified highlighter considers all terms in fuzzy query.

2020-07-21 Thread GitBox
jtibshirani commented on pull request #1671: URL: https://github.com/apache/lucene-solr/pull/1671#issuecomment-661988556 Thanks @romseygeek for taking a look. What do you see as the next steps? Would it make sense to merge this, and I could look into LUCENE-9277 in a follow-up?

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162174#comment-17162174 ] Atri Sharma commented on LUCENE-9432: - I think the first step is to rewrite the code with the Deque

[jira] [Updated] (SOLR-14675) [SolrJ] Http2SolrClient async request through CloudHttp2SolrClient

2020-07-21 Thread Rishi Sankar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rishi Sankar updated SOLR-14675: Issue Type: Improvement (was: New Feature) > [SolrJ] Http2SolrClient async request through

[jira] [Created] (SOLR-14675) [SolrJ] Http2SolrClient async request through CloudHttp2SolrClient

2020-07-21 Thread Rishi Sankar (Jira)
Rishi Sankar created SOLR-14675: --- Summary: [SolrJ] Http2SolrClient async request through CloudHttp2SolrClient Key: SOLR-14675 URL: https://issues.apache.org/jira/browse/SOLR-14675 Project: Solr

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

2020-07-21 Thread GitBox
murblanc commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r458233991 ## File path: solr/core/src/java/org/apache/solr/cloud/gumi/PropertyKeyFactory.java ## @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache Software

[jira] [Comment Edited] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162146#comment-17162146 ] Uwe Schindler edited comment on LUCENE-9432 at 7/21/20, 4:23 PM: - Hi,

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162146#comment-17162146 ] Uwe Schindler commented on LUCENE-9432: --- Hi, the problematic part with linked list is two-kind: -

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162137#comment-17162137 ] Atri Sharma commented on LUCENE-9432: - Also, I like [~uschindler]'s idea of using the Deque

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162133#comment-17162133 ] Atri Sharma commented on LUCENE-9432: - [~mosadiq] Try with a larger data set (wikilarge*) just to

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Mohammad Sadiq (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162130#comment-17162130 ] Mohammad Sadiq commented on LUCENE-9432: The benchmarks don't indicate a clear improvement. Note

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Mohammad Sadiq (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162123#comment-17162123 ] Mohammad Sadiq commented on LUCENE-9432: Thanks for the guidance [~mikemccand] ! Here are the

[GitHub] [lucene-solr] romseygeek commented on pull request #1671: LUCENE-9427: Ensure unified highlighter considers all terms in fuzzy query.

2020-07-21 Thread GitBox
romseygeek commented on pull request #1671: URL: https://github.com/apache/lucene-solr/pull/1671#issuecomment-661926498 Related: https://issues.apache.org/jira/browse/LUCENE-9274 I think ideally the fix would be https://issues.apache.org/jira/browse/LUCENE-9277, but this works as a

[jira] [Commented] (LUCENE-9433) Remove Ant support from trunk

2020-07-21 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17162103#comment-17162103 ] Erick Erickson commented on LUCENE-9433: I updated the lucene/BUILD.md and pushed it to my repo.

[jira] [Created] (SOLR-14674) NPE when TimeAllowed exceeded with sorting

2020-07-21 Thread Daniel Lowe (Jira)
Daniel Lowe created SOLR-14674: -- Summary: NPE when TimeAllowed exceeded with sorting Key: SOLR-14674 URL: https://issues.apache.org/jira/browse/SOLR-14674 Project: Solr Issue Type: Bug

[GitHub] [lucene-solr] atris commented on pull request #1568: SOLR-14537 Improve performance of ExportWriter

2020-07-21 Thread GitBox
atris commented on pull request #1568: URL: https://github.com/apache/lucene-solr/pull/1568#issuecomment-661903793 @sigram Whats the status of this PR? Is it completed? This is an automated message from the Apache Git

[GitHub] [lucene-solr] juanka588 commented on a change in pull request #1675: SOLR-14652: SolrCore should hold its own CoreDescriptor

2020-07-21 Thread GitBox
juanka588 commented on a change in pull request #1675: URL: https://github.com/apache/lucene-solr/pull/1675#discussion_r458117507 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -1788,6 +1786,7 @@ public void unload(String name, boolean

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

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

[GitHub] [lucene-solr] dsmiley commented on pull request #1675: SOLR-14652: SolrCore should hold its own CoreDescriptor

2020-07-21 Thread GitBox
dsmiley commented on pull request #1675: URL: https://github.com/apache/lucene-solr/pull/1675#issuecomment-661869359 > Please give me until EOW to review this. Appreciate the patience, thanks! Sure. You got me just in time :-)

[GitHub] [lucene-solr] madrob commented on pull request #1675: SOLR-14652: SolrCore should hold its own CoreDescriptor

2020-07-21 Thread GitBox
madrob commented on pull request #1675: URL: https://github.com/apache/lucene-solr/pull/1675#issuecomment-661866720 Please give me until EOW to review this. Appreciate the patience, thanks! This is an automated message from

[jira] [Assigned] (SOLR-14673) Add command line tool for executing Streaming Expressions

2020-07-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-14673: - Assignee: Joel Bernstein > Add command line tool for executing Streaming Expressions >

[jira] [Updated] (SOLR-14673) Add command line tool for executing Streaming Expressions

2020-07-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14673: -- Description: This ticket will provide a simple command line tool that will run a Streaming

[jira] [Updated] (SOLR-14673) Add command line tool for executing Streaming Expressions

2020-07-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14673: -- Description: This ticket will provide a simple command line tool that will run a Streaming

[jira] [Updated] (SOLR-14673) Add command line tool for executing Streaming Expressions

2020-07-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14673: -- Description: This ticket will provide a simple command line tool that will run a Streaming

[jira] [Updated] (SOLR-14673) Add command line tool for executing Streaming Expressions

2020-07-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14673: -- Description: This ticket will provide a simple command line tool that will run a Streaming

[jira] [Updated] (SOLR-14673) Add command line tool for executing Streaming Expressions

2020-07-21 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14673: -- Summary: Add command line tool for executing Streaming Expressions (was: Add command line

[jira] [Created] (SOLR-14673) Add command line tool executing Streaming Expressions

2020-07-21 Thread Joel Bernstein (Jira)
Joel Bernstein created SOLR-14673: - Summary: Add command line tool executing Streaming Expressions Key: SOLR-14673 URL: https://issues.apache.org/jira/browse/SOLR-14673 Project: Solr Issue

[jira] [Created] (SOLR-14672) Make timeouts configurable for the Streaming Expression SolrClientCache

2020-07-21 Thread Joel Bernstein (Jira)
Joel Bernstein created SOLR-14672: - Summary: Make timeouts configurable for the Streaming Expression SolrClientCache Key: SOLR-14672 URL: https://issues.apache.org/jira/browse/SOLR-14672 Project:

[jira] [Updated] (SOLR-14671) NumberFormatException when accessing ZK Status page in 8.6.0

2020-07-21 Thread Henrik (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrik updated SOLR-14671: -- Description: The Admin -> Cloud -> ZK Status page in Solr 8.6.0 does not show any data except for the error

[jira] [Commented] (SOLR-14671) NumberFormatException when acessing ZK Status page in 8.6.0

2020-07-21 Thread Henrik (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161992#comment-17161992 ] Henrik commented on SOLR-14671: --- We're running zookeeper 3.5.7, maybe the content in /zookeeper/config is

[jira] [Commented] (SOLR-14671) NumberFormatException when acessing ZK Status page in 8.6.0

2020-07-21 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161987#comment-17161987 ] Erick Erickson commented on SOLR-14671: --- Not quite the same stack trace though? >

[jira] [Commented] (SOLR-14669) Solr 8.6 / ZK 3.6.1 / Admin UI - ZK Status Null

2020-07-21 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161986#comment-17161986 ] Erick Erickson commented on SOLR-14669: --- Should have pointed out that I made the link for info.

[jira] [Commented] (LUCENE-9438) Add gradle workflow support for Eclipse IDE

2020-07-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161963#comment-17161963 ] Dawid Weiss commented on LUCENE-9438: - I really am IDE-agnostic, I don't care. I use what works,

[jira] [Commented] (LUCENE-9438) Add gradle workflow support for Eclipse IDE

2020-07-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161947#comment-17161947 ] Robert Muir commented on LUCENE-9438: - gradle cant solve these issues though... and intellij isnt an

[jira] [Commented] (LUCENE-9438) Add gradle workflow support for Eclipse IDE

2020-07-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161940#comment-17161940 ] Dawid Weiss commented on LUCENE-9438: - That was my point: autocomplete in such a setup doesn't

[jira] [Commented] (LUCENE-9438) Add gradle workflow support for Eclipse IDE

2020-07-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161932#comment-17161932 ] Robert Muir commented on LUCENE-9438: - The single "blob" project isnt a fanboy thing, I don't think

[jira] [Updated] (SOLR-14671) NumberFormatException when acessing ZK Status page in 8.6.0

2020-07-21 Thread Henrik (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrik updated SOLR-14671: -- Description: The Admin -> Cloud -> ZK Status page in Solr 8.6.0 does not show any data except for the error

[jira] [Commented] (LUCENE-9437) Make DocValuesOrdinalsReader.decode(BytesRef, IntsRef) method publicly accessible

2020-07-21 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161885#comment-17161885 ] Michael McCandless commented on LUCENE-9437: Thanks [~goankur].  I think it makes sense to

[jira] [Created] (SOLR-14671) NumberFormatException when acessing ZK Status page in 8.6.0

2020-07-21 Thread Henrik (Jira)
Henrik created SOLR-14671: - Summary: NumberFormatException when acessing ZK Status page in 8.6.0 Key: SOLR-14671 URL: https://issues.apache.org/jira/browse/SOLR-14671 Project: Solr Issue Type: Bug

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

2020-07-21 Thread GitBox
murblanc commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r457937538 ## File path: solr/core/src/java/org/apache/solr/cloud/gumi/SolrCollection.java ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software

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

2020-07-21 Thread GitBox
murblanc commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r457933563 ## File path: solr/core/src/java/org/apache/solr/cloud/gumi/CreateCollectionRequest.java ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache

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

2020-07-21 Thread GitBox
murblanc commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r457933563 ## File path: solr/core/src/java/org/apache/solr/cloud/gumi/CreateCollectionRequest.java ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache

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

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

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

2020-07-21 Thread GitBox
murblanc commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r457929742 ## File path: solr/core/src/java/org/apache/solr/cloud/gumi/SolrCollection.java ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software

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

2020-07-21 Thread GitBox
murblanc commented on a change in pull request #1684: URL: https://github.com/apache/lucene-solr/pull/1684#discussion_r457925818 ## File path: solr/core/src/java/org/apache/solr/cloud/gumi/Replica.java ## @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Updated] (LUCENE-9438) Add gradle workflow support for Eclipse IDE

2020-07-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9438: Description: Off the top of my head I've tried using the eclipse plugin (this should prepare

[jira] [Updated] (LUCENE-9438) Add gradle workflow support for Eclipse IDE

2020-07-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9438: Attachment: capture-1.png > Add gradle workflow support for Eclipse IDE >

[jira] [Created] (LUCENE-9438) Add gradle workflow support for Eclipse IDE

2020-07-21 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9438: --- Summary: Add gradle workflow support for Eclipse IDE Key: LUCENE-9438 URL: https://issues.apache.org/jira/browse/LUCENE-9438 Project: Lucene - Core Issue

[jira] [Commented] (SOLR-14435) createNodeSet and createNodeSet.shuffle parameters missing from Collection Restore RefGuide

2020-07-21 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161818#comment-17161818 ] Andras Salamon commented on SOLR-14435: --- I was checking the 8.5 docs. What's happened with

[jira] [Commented] (LUCENE-9433) Remove Ant support from trunk

2020-07-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161815#comment-17161815 ] Dawid Weiss commented on LUCENE-9433: - bq. At this point is it even possible to build Lucene without

[jira] [Resolved] (LUCENE-9312) Allow builds against arbitrary JVMs (even those unsupported by gradle)

2020-07-21 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9312. - Fix Version/s: master (9.0) Resolution: Fixed > Allow builds against arbitrary JVMs

[jira] [Commented] (LUCENE-9312) Allow builds against arbitrary JVMs (even those unsupported by gradle)

2020-07-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161808#comment-17161808 ] ASF subversion and git services commented on LUCENE-9312: - Commit

[jira] [Commented] (LUCENE-9312) Allow builds against arbitrary JVMs (even those unsupported by gradle)

2020-07-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161809#comment-17161809 ] ASF subversion and git services commented on LUCENE-9312: - Commit

[jira] [Commented] (SOLR-14669) Solr 8.6 / ZK 3.6.1 / Admin UI - ZK Status Null

2020-07-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161793#comment-17161793 ] Jörn Franke commented on SOLR-14669: Not exactly, here it is with ZK 3.6.1 and not 3.5.x maybe they

[jira] [Commented] (SOLR-14669) Solr 8.6 / ZK 3.6.1 / Admin UI - ZK Status Null

2020-07-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17161795#comment-17161795 ] Jörn Franke commented on SOLR-14669: ah sorry, right it looks similar > Solr 8.6 / ZK 3.6.1 / Admin