[jira] [Commented] (SOLR-14282) /get handler doesn't return copied fields

2020-10-12 Thread Andrei Minin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212845#comment-17212845 ] Andrei Minin commented on SOLR-14282: - Sure, I am interested to work on PR - need some time to set

[jira] [Commented] (LUCENE-9524) NullPointerException in IndexSearcher.explain() when using ComplexPhraseQueryParser

2020-10-12 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212830#comment-17212830 ] Zach Chen commented on LUCENE-9524: --- Thanks Adrien! I've opened a PR to perform a null check in

[GitHub] [lucene-solr] zacharymorn opened a new pull request #1978: LUCENE-9524: Fix NPE in SpanWeight#explain when no scoring is require…

2020-10-12 Thread GitBox
zacharymorn opened a new pull request #1978: URL: https://github.com/apache/lucene-solr/pull/1978 # Description `SpanWeight#explain` uses `Similarity.SimScorer` to generate explanations, and may fail with NullPointerException when scoring is not needed and thus `Similarity.SimScorer`

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1963: SOLR-14827: Refactor schema loading to not use XPath

2020-10-12 Thread GitBox
noblepaul commented on a change in pull request #1963: URL: https://github.com/apache/lucene-solr/pull/1963#discussion_r503655774 ## File path: solr/core/src/java/org/apache/solr/util/plugin/AbstractPluginLoader.java ## @@ -135,15 +134,13 @@ protected T create(SolrClassLoader

[GitHub] [lucene-solr] msokolov commented on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-12 Thread GitBox
msokolov commented on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-707431740 > One option could be 200-dimensional GloVe word vectors, available from http://ann-benchmarks.com/glove-200-angular.hdf5. I think these are trained on Twitter data.

[GitHub] [lucene-solr] jtibshirani edited a comment on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-12 Thread GitBox
jtibshirani edited a comment on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-707404485 > It seems to expect your algorithm to be delivered as an in-process extension to Python, which works OK for a native code library, but I'm not sure how we'd

[GitHub] [lucene-solr] jtibshirani commented on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-12 Thread GitBox
jtibshirani commented on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-707404485 > It seems to expect your algorithm to be delivered as an in-process extension to Python, which works OK for a native code library, but I'm not sure how we'd present

[jira] [Commented] (LUCENE-9568) FuzzyTermEnums sets negative boost for fuzzy search & highlight

2020-10-12 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212738#comment-17212738 ] Robert Muir commented on LUCENE-9568: - It will break most of the top-N optimizations of the query.

[GitHub] [lucene-solr] jtibshirani edited a comment on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-12 Thread GitBox
jtibshirani edited a comment on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-706813811 > Hmm I tried to get that benchmarking suite to run and it requires some major Python-fu. I managed to get this working a few months ago while

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #1977: SOLR-14907: Support single file upload/overwrite in configSet API

2020-10-12 Thread GitBox
HoustonPutman commented on a change in pull request #1977: URL: https://github.com/apache/lucene-solr/pull/1977#discussion_r503580189 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ConfigSetsHandler.java ## @@ -170,10 +170,14 @@ private void

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1977: SOLR-14907: Support single file upload/overwrite in configSet API

2020-10-12 Thread GitBox
tflobbe commented on a change in pull request #1977: URL: https://github.com/apache/lucene-solr/pull/1977#discussion_r503567179 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ConfigSetsHandler.java ## @@ -170,10 +170,14 @@ private void

[jira] [Commented] (LUCENE-9536) Optimize OrdinalMap when one segment contains all distinct values?

2020-10-12 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212713#comment-17212713 ] Julie Tibshirani commented on LUCENE-9536: -- I opened a pull request implementing the idea. It

[jira] [Commented] (LUCENE-9568) FuzzyTermEnums sets negative boost for fuzzy search & highlight

2020-10-12 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212703#comment-17212703 ] Adrien Grand commented on LUCENE-9568: -- This will change the top hits returned by fuzzy queries so

[jira] [Commented] (SOLR-14282) /get handler doesn't return copied fields

2020-10-12 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212653#comment-17212653 ] David Eric Pugh commented on SOLR-14282: I just ran into this issue as well. If you are

[jira] [Commented] (SOLR-9207) PeerSync recovery fails if number of updates requested is high

2020-10-12 Thread Evgeny Ivanskiy (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212621#comment-17212621 ] Evgeny Ivanskiy commented on SOLR-9207: --- Hi [~praste], [~shalin]. We are seeing an intermittent

[jira] [Commented] (SOLR-14923) Indexing performance is unacceptable when child documents are involved

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212597#comment-17212597 ] Thomas Wöckinger commented on SOLR-14923: - [~dsmiley], [~noble], [~ab] maybe one of you can help,

[jira] [Updated] (SOLR-14925) CVE-2020-13957: The checks added to unauthenticated configset uploads can be circumvented

2020-10-12 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Eduardo Fernandez Lobbe updated SOLR-14925: - Security: Public (was: Private (Security Issue)) >

[jira] [Comment Edited] (SOLR-14923) Indexing performance is unacceptable when child documents are involved

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212567#comment-17212567 ] Thomas Wöckinger edited comment on SOLR-14923 at 10/12/20, 6:19 PM:

[jira] [Assigned] (SOLR-14907) Support single file upload/overwrite in configSet API

2020-10-12 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman reassigned SOLR-14907: - Assignee: Houston Putman > Support single file upload/overwrite in configSet API >

[jira] [Commented] (SOLR-14923) Indexing performance is unacceptable when child documents are involved

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212567#comment-17212567 ] Thomas Wöckinger commented on SOLR-14923: - Overall index time, for a complete reindex is reduced

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1976: LUCENE-9578: TermRangeQuery empty string lower bound edge case

2020-10-12 Thread GitBox
jpountz commented on a change in pull request #1976: URL: https://github.com/apache/lucene-solr/pull/1976#discussion_r503439534 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/Automata.java ## @@ -254,7 +254,7 @@ public static Automaton

[GitHub] [lucene-solr] HoustonPutman opened a new pull request #1977: SOLR-14907: Support single file upload/overwrite in configSet API

2020-10-12 Thread GitBox
HoustonPutman opened a new pull request #1977: URL: https://github.com/apache/lucene-solr/pull/1977 https://issues.apache.org/jira/browse/SOLR-14907 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (LUCENE-9524) NullPointerException in IndexSearcher.explain() when using ComplexPhraseQueryParser

2020-10-12 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212529#comment-17212529 ] Adrien Grand commented on LUCENE-9524: -- Thanks for digging this! I think it's a bug in

[GitHub] [lucene-solr] cbuescher opened a new pull request #1976: LUCENE-9578: TermRangeQuery empty string lower bound edge case

2020-10-12 Thread GitBox
cbuescher opened a new pull request #1976: URL: https://github.com/apache/lucene-solr/pull/1976 # Description Currently a TermRangeQuery with the empty String ("") as lower bound and includeLower=false leads internally constructs an Automaton that doesn't match anything. This

[jira] [Updated] (SOLR-14870) gradle build does not validate ref-guide -> javadoc links

2020-10-12 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-14870: -- Fix Version/s: master (9.0) Resolution: Fixed Status: Resolved (was:

[jira] [Commented] (SOLR-14870) gradle build does not validate ref-guide -> javadoc links

2020-10-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212449#comment-17212449 ] ASF subversion and git services commented on SOLR-14870: Commit

[GitHub] [lucene-solr] madrob commented on a change in pull request #1963: SOLR-14827: Refactor schema loading to not use XPath

2020-10-12 Thread GitBox
madrob commented on a change in pull request #1963: URL: https://github.com/apache/lucene-solr/pull/1963#discussion_r503332224 ## File path: solr/core/src/java/org/apache/solr/core/XmlConfigFile.java ## @@ -145,15 +139,15 @@ public XmlConfigFile(SolrResourceLoader loader,

[GitHub] [lucene-solr] sigram commented on a change in pull request #1974: SOLR-14914: Add option to disable metrics collection

2020-10-12 Thread GitBox
sigram commented on a change in pull request #1974: URL: https://github.com/apache/lucene-solr/pull/1974#discussion_r503358068 ## File path: solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java ## @@ -110,19 +110,22 @@ public static final int

[jira] [Created] (LUCENE-9578) TermRangeQuery with empty string lower bound edge case

2020-10-12 Thread Jira
Christoph Büscher created LUCENE-9578: - Summary: TermRangeQuery with empty string lower bound edge case Key: LUCENE-9578 URL: https://issues.apache.org/jira/browse/LUCENE-9578 Project: Lucene -

[jira] [Created] (SOLR-14924) Some ReplicationHandler metrics are reported using incorrect types

2020-10-12 Thread Andrzej Bialecki (Jira)
Andrzej Bialecki created SOLR-14924: --- Summary: Some ReplicationHandler metrics are reported using incorrect types Key: SOLR-14924 URL: https://issues.apache.org/jira/browse/SOLR-14924 Project: Solr

[GitHub] [lucene-solr] munendrasn opened a new pull request #1975: Include missing commands in package tool help section

2020-10-12 Thread GitBox
munendrasn opened a new pull request #1975: URL: https://github.com/apache/lucene-solr/pull/1975 * Include add-key and uninstall commands > As this is a minor change, I haven't created a JIRA, will create one if required

[jira] [Comment Edited] (SOLR-14923) Indexing performance is unacceptable when child documents are involved

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212360#comment-17212360 ] Thomas Wöckinger edited comment on SOLR-14923 at 10/12/20, 1:24 PM:

[jira] [Updated] (SOLR-14923) Indexing performance is unacceptable when child documents are involved

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wöckinger updated SOLR-14923: Description: Parallel indexing does not make sense at moment when child documents are

[jira] [Comment Edited] (SOLR-14923) Indexing performance is unacceptable when child documents are involved

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212360#comment-17212360 ] Thomas Wöckinger edited comment on SOLR-14923 at 10/12/20, 1:21 PM:

[jira] [Commented] (SOLR-14923) Indexing performance is unacceptable when child documents are involved

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212360#comment-17212360 ] Thomas Wöckinger commented on SOLR-14923: - The critical lines (branch 8.6) in

[jira] [Created] (SOLR-14923) Indexing performance is unacceptable when child documents are involved

2020-10-12 Thread Jira
Thomas Wöckinger created SOLR-14923: --- Summary: Indexing performance is unacceptable when child documents are involved Key: SOLR-14923 URL: https://issues.apache.org/jira/browse/SOLR-14923 Project:

[jira] [Commented] (SOLR-14844) Upgrade Jetty to 9.4.32.v20200930

2020-10-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212352#comment-17212352 ] Erick Erickson commented on SOLR-14844: --- [~samuelgmartinez] JIRAs can only be assigned to

[jira] [Updated] (SOLR-14844) Upgrade Jetty to 9.4.32.v20200930

2020-10-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-14844: -- Attachment: SOLR-14844-master.patch SOLR-14884-8x.patch > Upgrade Jetty to

[jira] [Commented] (SOLR-14844) Upgrade Jetty to 9.4.32.v20200930

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212311#comment-17212311 ] Samuel García Martínez commented on SOLR-14844: --- I can handle the upgrade completely if you

[jira] [Comment Edited] (SOLR-14844) Upgrade Jetty to 9.4.32.v20200930

2020-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212311#comment-17212311 ] Samuel García Martínez edited comment on SOLR-14844 at 10/12/20, 11:29 AM:

[GitHub] [lucene-solr] msokolov edited a comment on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-12 Thread GitBox
msokolov edited a comment on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-707088977 > it will be helpful to use ann-benchmark so .. I finally did get it working, but I have a few questions. Aside: I think my main stumbling block was running

[GitHub] [lucene-solr] msokolov commented on pull request #1930: LUCENE-9322: add VectorValues to new Lucene90 codec

2020-10-12 Thread GitBox
msokolov commented on pull request #1930: URL: https://github.com/apache/lucene-solr/pull/1930#issuecomment-707088977 > it will be helpful to use ann-benchmark so .. I finally did get it working, but I have a few questions. Aside: I think my main stumbling block was running on an ARM

[GitHub] [lucene-solr] muse-dev[bot] commented on a change in pull request #1974: SOLR-14914: Add option to disable metrics collection

2020-10-12 Thread GitBox
muse-dev[bot] commented on a change in pull request #1974: URL: https://github.com/apache/lucene-solr/pull/1974#discussion_r503255143 ## File path: solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java ## @@ -110,19 +110,22 @@ public static final int

[jira] [Comment Edited] (SOLR-14844) Upgrade Jetty to 9.4.32.v20200930

2020-10-12 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212095#comment-17212095 ] Erick Erickson edited comment on SOLR-14844 at 10/12/20, 11:14 AM: ---

[GitHub] [lucene-solr] noblepaul opened a new pull request #1974: SOLR-14914: Add option to disable metrics collection

2020-10-12 Thread GitBox
noblepaul opened a new pull request #1974: URL: https://github.com/apache/lucene-solr/pull/1974 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [lucene-solr] iverase commented on pull request #1907: LUCENE-9538: Detect polygon self-intersections in the Tessellator

2020-10-12 Thread GitBox
iverase commented on pull request #1907: URL: https://github.com/apache/lucene-solr/pull/1907#issuecomment-707042029 Thinking more about this, I am not sure if we can make it optional. There can be situations when the polygon is invalid but it actually does not fail when it is

[jira] [Commented] (SOLR-14922) Include solr-ref-guide tasks in sourceSets for IntelliJ

2020-10-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212288#comment-17212288 ] ASF subversion and git services commented on SOLR-14922: Commit

[jira] [Resolved] (SOLR-14922) Include solr-ref-guide tasks in sourceSets for IntelliJ

2020-10-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-14922. Fix Version/s: master (9.0) Resolution: Fixed > Include solr-ref-guide tasks in sourceSets

[GitHub] [lucene-solr] dweiss merged pull request #1973: SOLR-14922: Include solr-ref-guide tasks in sourceSets for IntelliJ

2020-10-12 Thread GitBox
dweiss merged pull request #1973: URL: https://github.com/apache/lucene-solr/pull/1973 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

[GitHub] [lucene-solr] dweiss opened a new pull request #1973: SOLR-14922: Include solr-ref-guide tasks in sourceSets for IntelliJ

2020-10-12 Thread GitBox
dweiss opened a new pull request #1973: URL: https://github.com/apache/lucene-solr/pull/1973 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] [Created] (SOLR-14922) Include solr-ref-guide tasks in sourceSets for IntelliJ

2020-10-12 Thread Dawid Weiss (Jira)
Dawid Weiss created SOLR-14922: -- Summary: Include solr-ref-guide tasks in sourceSets for IntelliJ Key: SOLR-14922 URL: https://issues.apache.org/jira/browse/SOLR-14922 Project: Solr Issue Type:

[jira] [Commented] (SOLR-14915) Prometheus-exporter should not depend on Solr-core

2020-10-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212272#comment-17212272 ] Dawid Weiss commented on SOLR-14915: I attached a patch showing how to modify your pr so that the

[jira] [Updated] (SOLR-14915) Prometheus-exporter should not depend on Solr-core

2020-10-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-14915: --- Attachment: patch.patch > Prometheus-exporter should not depend on Solr-core >

[GitHub] [lucene-solr] sigram commented on a change in pull request #1964: SOLR-14749: Cluster singleton part of PR-1785

2020-10-12 Thread GitBox
sigram commented on a change in pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#discussion_r503147180 ## File path: solr/core/src/java/org/apache/solr/api/AnnotatedApi.java ## @@ -85,9 +85,18 @@ public EndPoint getEndPoint() { } public static

[GitHub] [lucene-solr] sigram commented on a change in pull request #1964: SOLR-14749: Cluster singleton part of PR-1785

2020-10-12 Thread GitBox
sigram commented on a change in pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#discussion_r503146425 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -168,6 +172,33 @@ public CoreLoadFailure(CoreDescriptor cd, Exception

[GitHub] [lucene-solr] sigram commented on a change in pull request #1964: SOLR-14749: Cluster singleton part of PR-1785

2020-10-12 Thread GitBox
sigram commented on a change in pull request #1964: URL: https://github.com/apache/lucene-solr/pull/1964#discussion_r503145004 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ContainerPluginsApi.java ## @@ -51,7 +51,7 @@ public class ContainerPluginsApi {

[jira] [Commented] (SOLR-14656) Deprecate current autoscaling framework, remove from master

2020-10-12 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212247#comment-17212247 ] Andrzej Bialecki commented on SOLR-14656: - {quote}this is not in CHANGES.txt, do you think it

[jira] [Commented] (SOLR-14656) Deprecate current autoscaling framework, remove from master

2020-10-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17212246#comment-17212246 ] ASF subversion and git services commented on SOLR-14656: Commit

[GitHub] [lucene-solr] barrotsteindev commented on pull request #1970: SOLR-14869: do not add deleted docs in child doc transformer

2020-10-12 Thread GitBox
barrotsteindev commented on pull request #1970: URL: https://github.com/apache/lucene-solr/pull/1970#issuecomment-706953245 Thanks @dsmiley This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene-solr] dweiss commented on pull request #1972: SOLR-14915: Prometheus-exporter does not depend on Solr-core any longer

2020-10-12 Thread GitBox
dweiss commented on pull request #1972: URL: https://github.com/apache/lucene-solr/pull/1972#issuecomment-706949342 Well, yes. I know it's tempting to use gradle's "ready-to-use" plugins but the situation is different when you have a stand-alone project and a multi-module aggregate. Let

[jira] [Resolved] (LUCENE-9562) Unify 'analysis' package with produced artifact names

2020-10-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9562. - Fix Version/s: master (9.0) Resolution: Fixed > Unify 'analysis' package with produced

[jira] [Commented] (LUCENE-9562) Unify 'analysis' package with produced artifact names

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

[GitHub] [lucene-solr] dweiss merged pull request #1968: LUCENE-9562: Unify 'analysis' package with produced artifact names (-analyzers- to -analysis-)

2020-10-12 Thread GitBox
dweiss merged pull request #1968: URL: https://github.com/apache/lucene-solr/pull/1968 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

[jira] [Commented] (LUCENE-6831) Review LinkedList usage

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

[GitHub] [lucene-solr] dweiss merged pull request #1969: LUCENE-6831: start removing LinkedList in favor of ArrayList or De/Queues

2020-10-12 Thread GitBox
dweiss merged pull request #1969: URL: https://github.com/apache/lucene-solr/pull/1969 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