[jira] [Assigned] (LUCENE-9521) TestPassageSelector#randomizedSanityCheck failure

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9521: --- Assignee: Dawid Weiss > TestPassageSelector#randomizedSanityCheck failure > ---

[jira] [Commented] (LUCENE-9521) TestPassageSelector#randomizedSanityCheck failure

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195241#comment-17195241 ] Dawid Weiss commented on LUCENE-9521: - I'll take a look, thanks. > TestPassageSelec

[jira] [Assigned] (LUCENE-9522) Instructions for reproducing failing tests still mention ant

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9522: --- Assignee: Dawid Weiss > Instructions for reproducing failing tests still mention ant >

[jira] [Moved] (LUCENE-9522) Instructions for reproducing failing tests still mention ant

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss moved SOLR-14863 to LUCENE-9522: Component/s: (was: Build) Key: LUCENE-9522 (w

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1847: LUCENE-9514: Include TermVectorsWriter in DWPT accounting

2020-09-14 Thread GitBox
s1monw commented on a change in pull request #1847: URL: https://github.com/apache/lucene-solr/pull/1847#discussion_r487696461 ## File path: lucene/core/src/java/org/apache/lucene/util/Accountable.java ## @@ -41,4 +41,8 @@ return Collections.emptyList(); } + /** +

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1848: LUCENE-9515: Detach DWPT from DefaultIndexingChain

2020-09-14 Thread GitBox
s1monw commented on a change in pull request #1848: URL: https://github.com/apache/lucene-solr/pull/1848#discussion_r487697084 ## File path: lucene/core/src/java/org/apache/lucene/index/DefaultIndexingChain.java ## @@ -73,21 +78,38 @@ // Holds fields seen in each document

[jira] [Updated] (SOLR-14854) Add root project name "lucene-solr" (avoid automatic root project naming)

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-14854: --- Summary: Add root project name "lucene-solr" (avoid automatic root project naming) (was: Gradle does

[jira] [Updated] (SOLR-14854) Add root project name "lucene-solr" (avoid automatic root project naming)

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-14854: --- Fix Version/s: master (9.0) Resolution: Fixed Status: Resolved (was: Patch Availabl

[jira] [Commented] (SOLR-14854) Add root project name "lucene-solr" (avoid automatic root project naming)

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195247#comment-17195247 ] ASF subversion and git services commented on SOLR-14854: Commit f

[jira] [Created] (LUCENE-9523) Speedup query shapes for geometries that generate multiple points

2020-09-14 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-9523: Summary: Speedup query shapes for geometries that generate multiple points Key: LUCENE-9523 URL: https://issues.apache.org/jira/browse/LUCENE-9523 Project: Lucene - C

[jira] [Commented] (LUCENE-9521) TestPassageSelector#randomizedSanityCheck failure

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195254#comment-17195254 ] ASF subversion and git services commented on LUCENE-9521: - Commi

[GitHub] [lucene-solr] iverase opened a new pull request #1866: LUCENE-9523: Speedup query shapes for geometries that generate multiple points

2020-09-14 Thread GitBox
iverase opened a new pull request #1866: URL: https://github.com/apache/lucene-solr/pull/1866 see https://issues.apache.org/jira/browse/LUCENE-9523. This PR adds a check to determine if the relationship between a doc and the query shape is already known. so that it can skip an expens

[GitHub] [lucene-solr] s1monw merged pull request #1848: LUCENE-9515: Detach DWPT from DefaultIndexingChain

2020-09-14 Thread GitBox
s1monw merged pull request #1848: URL: https://github.com/apache/lucene-solr/pull/1848 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-9515) Detach DWPT from DefaultIndexingChain

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195256#comment-17195256 ] ASF subversion and git services commented on LUCENE-9515: - Commi

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1847: LUCENE-9514: Include TermVectorsWriter in DWPT accounting

2020-09-14 Thread GitBox
uschindler commented on a change in pull request #1847: URL: https://github.com/apache/lucene-solr/pull/1847#discussion_r487715939 ## File path: lucene/core/src/java/org/apache/lucene/util/Accountable.java ## @@ -41,4 +41,8 @@ return Collections.emptyList(); } + /**

[jira] [Commented] (LUCENE-9515) Detach DWPT from DefaultIndexingChain

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195260#comment-17195260 ] ASF subversion and git services commented on LUCENE-9515: - Commi

[jira] [Resolved] (LUCENE-9515) Detach DWPT from DefaultIndexingChain

2020-09-14 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-9515. - Resolution: Fixed > Detach DWPT from DefaultIndexingChain > ---

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1847: LUCENE-9514: Include TermVectorsWriter in DWPT accounting

2020-09-14 Thread GitBox
s1monw commented on a change in pull request #1847: URL: https://github.com/apache/lucene-solr/pull/1847#discussion_r487721690 ## File path: lucene/core/src/java/org/apache/lucene/util/Accountable.java ## @@ -41,4 +41,8 @@ return Collections.emptyList(); } + /** +

[jira] [Commented] (LUCENE-9516) Remove DocConsumer and IndexingChain from Lucene

2020-09-14 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195265#comment-17195265 ] Adrien Grand commented on LUCENE-9516: -- +1 Building from source feels like a much s

[GitHub] [lucene-solr] s1monw opened a new pull request #1867: LUCENE-9516: Remove DocConsumer and IndexingChain from Lucene

2020-09-14 Thread GitBox
s1monw opened a new pull request #1867: URL: https://github.com/apache/lucene-solr/pull/1867 This removes the ability to replace the IndexingChain / DocConsumer in Lucenes IndexWriter. The interface is not sufficient to efficiently replace the functionality with reasonable efforts. It

[jira] [Commented] (SOLR-14864) Docker: Publish regular snapshots from CI

2020-09-14 Thread Markus Kalkbrenner (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195279#comment-17195279 ] Markus Kalkbrenner commented on SOLR-14864: --- I really appreciate this initiativ

[GitHub] [lucene-solr] s1monw merged pull request #1847: LUCENE-9514: Include TermVectorsWriter in DWPT accounting

2020-09-14 Thread GitBox
s1monw merged pull request #1847: URL: https://github.com/apache/lucene-solr/pull/1847 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-9514) Include TermVectorsWriter in DWPT accounting

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195311#comment-17195311 ] ASF subversion and git services commented on LUCENE-9514: - Commi

[GitHub] [lucene-solr] jpountz commented on a change in pull request #1834: Make sure to test normal scorers with asserting wrappers.

2020-09-14 Thread GitBox
jpountz commented on a change in pull request #1834: URL: https://github.com/apache/lucene-solr/pull/1834#discussion_r487788434 ## File path: lucene/CHANGES.txt ## @@ -204,7 +204,8 @@ Improvements * LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filter

[jira] [Commented] (LUCENE-9521) TestPassageSelector#randomizedSanityCheck failure

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195352#comment-17195352 ] ASF subversion and git services commented on LUCENE-9521: - Commi

[jira] [Resolved] (LUCENE-9521) TestPassageSelector#randomizedSanityCheck failure

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9521. - Fix Version/s: master (9.0) Resolution: Fixed > TestPassageSelector#randomizedSanityCheck

[jira] [Resolved] (LUCENE-9461) Query hit highlighting components on top of matches API

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9461. - Resolution: Fixed > Query hit highlighting components on top of matches API > --

[GitHub] [lucene-solr] murblanc commented on pull request #1845: SOLR-14613: Autoscaling replacement using placement plugins

2020-09-14 Thread GitBox
murblanc commented on pull request #1845: URL: https://github.com/apache/lucene-solr/pull/1845#issuecomment-691968650 I plan to commit this code soon, so please comment quickly if needed... Note that this code is **disabled** by default until a user updates `/clusterprops.json` to us

[jira] [Commented] (LUCENE-9522) Instructions for reproducing failing tests still mention ant

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195370#comment-17195370 ] Dawid Weiss commented on LUCENE-9522: - Please note that this information is printed

[GitHub] [lucene-solr] dweiss opened a new pull request #1868: LUCENE-9522: Instructions for reproducing failing tests still mention ant

2020-09-14 Thread GitBox
dweiss opened a new pull request #1868: URL: https://github.com/apache/lucene-solr/pull/1868 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-9522) Instructions for reproducing failing tests still mention ant

2020-09-14 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195374#comment-17195374 ] Uwe Schindler commented on LUCENE-9522: --- I agree. I was just wondering where the d

[jira] [Commented] (LUCENE-9522) Instructions for reproducing failing tests still mention ant

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195377#comment-17195377 ] Dawid Weiss commented on LUCENE-9522: - The in-jvm info isn't completely useless if y

[jira] [Created] (SOLR-14865) clarify index merge metrics configuration documentation

2020-09-14 Thread Christine Poerschke (Jira)
Christine Poerschke created SOLR-14865: -- Summary: clarify index merge metrics configuration documentation Key: SOLR-14865 URL: https://issues.apache.org/jira/browse/SOLR-14865 Project: Solr

[jira] [Commented] (SOLR-14865) clarify index merge metrics configuration documentation

2020-09-14 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195386#comment-17195386 ] Christine Poerschke commented on SOLR-14865: Semi-related but not quite, as p

[jira] [Resolved] (LUCENE-9522) Instructions for reproducing failing tests still mention ant

2020-09-14 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9522. - Fix Version/s: master (9.0) Resolution: Fixed > Instructions for reproducing failing test

[GitHub] [lucene-solr] dweiss merged pull request #1868: LUCENE-9522: Instructions for reproducing failing tests still mention ant

2020-09-14 Thread GitBox
dweiss merged pull request #1868: URL: https://github.com/apache/lucene-solr/pull/1868 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-9522) Instructions for reproducing failing tests still mention ant

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195400#comment-17195400 ] ASF subversion and git services commented on LUCENE-9522: - Commi

[GitHub] [lucene-solr] sigram commented on a change in pull request #1845: SOLR-14613: Autoscaling replacement using placement plugins

2020-09-14 Thread GitBox
sigram commented on a change in pull request #1845: URL: https://github.com/apache/lucene-solr/pull/1845#discussion_r486531558 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/Cluster.java ## @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Assigned] (SOLR-14866) Ref Guide no longer is published in PDF so doesn't need workaround

2020-09-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-14866: -- Assignee: David Eric Pugh > Ref Guide no longer is published in PDF so doesn't need wo

[jira] [Created] (SOLR-14866) Ref Guide no longer is published in PDF so doesn't need workaround

2020-09-14 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-14866: -- Summary: Ref Guide no longer is published in PDF so doesn't need workaround Key: SOLR-14866 URL: https://issues.apache.org/jira/browse/SOLR-14866 Project: Solr

[jira] [Updated] (SOLR-14749) Provide a clean API for cluster-level event processing

2020-09-14 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-14749: Fix Version/s: master (9.0) > Provide a clean API for cluster-level event processing >

[GitHub] [lucene-solr] epugh commented on pull request #1865: SOLR-14862: Update RefGuide page for support fied types

2020-09-14 Thread GitBox
epugh commented on pull request #1865: URL: https://github.com/apache/lucene-solr/pull/1865#issuecomment-692019738 I read through the text and it LGTM. This is an automated message from the Apache Git Service. To respond to t

[GitHub] [lucene-solr] epugh opened a new pull request #1869: SOLR-14866 autowidth tables in ref guide

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

[jira] [Commented] (SOLR-14866) Ref Guide no longer is published in PDF so doesn't need workaround

2020-09-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195442#comment-17195442 ] David Eric Pugh commented on SOLR-14866: changeing from: [cols="20,20,10,20,30",

[jira] [Commented] (SOLR-14856) Add docker build & tests as a github action

2020-09-14 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195450#comment-17195450 ] Houston Putman commented on SOLR-14856: --- I understand your concern. Initially I did

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1860: LUCENE-9488 Update release process to work with gradle

2020-09-14 Thread GitBox
HoustonPutman commented on pull request #1860: URL: https://github.com/apache/lucene-solr/pull/1860#issuecomment-692044500 Should the smokeTester be in the scope of this PR? This is an automated message from the Apache Git Se

[GitHub] [lucene-solr] epugh merged pull request #1729: SOLR-14725 update batchSize parameter docs for update() and delete() stream expressions

2020-09-14 Thread GitBox
epugh merged pull request #1729: URL: https://github.com/apache/lucene-solr/pull/1729 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 t

[jira] [Commented] (SOLR-14725) Fix the update() stream docs

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195458#comment-17195458 ] ASF subversion and git services commented on SOLR-14725: Commit 5

[jira] [Commented] (SOLR-14725) Fix the update() stream docs

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195460#comment-17195460 ] ASF subversion and git services commented on SOLR-14725: Commit 7

[jira] [Resolved] (SOLR-14866) Ref Guide no longer is published in PDF so doesn't need workaround

2020-09-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-14866. Fix Version/s: 8.7 Resolution: Fixed > Ref Guide no longer is published in PDF so do

[jira] [Reopened] (SOLR-14866) Ref Guide no longer is published in PDF so doesn't need workaround

2020-09-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reopened SOLR-14866: Wrong issue. > Ref Guide no longer is published in PDF so doesn't need workaround > --

[jira] [Resolved] (SOLR-14725) Fix the update() stream docs

2020-09-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-14725. Fix Version/s: 8.7 Resolution: Fixed > Fix the update() stream docs > --

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

2020-09-14 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195465#comment-17195465 ] David Eric Pugh commented on SOLR-6152: --- [~jafurrer]looks like the ticket is up to d

[GitHub] [lucene-solr] cpoerschke opened a new pull request #1870: SOLR-14865: 'Index Merge Metrics' documentation clarification

2020-09-14 Thread GitBox
cpoerschke opened a new pull request #1870: URL: https://github.com/apache/lucene-solr/pull/1870 https://issues.apache.org/jira/browse/SOLR-14865 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1869: SOLR-14866 autowidth tables in ref guide

2020-09-14 Thread GitBox
HoustonPutman commented on pull request #1869: URL: https://github.com/apache/lucene-solr/pull/1869#issuecomment-692075936 This isn't an issue anymore because we removed PDF support? This is an automated message from the Apac

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1869: SOLR-14866 autowidth tables in ref guide

2020-09-14 Thread GitBox
HoustonPutman commented on pull request #1869: URL: https://github.com/apache/lucene-solr/pull/1869#issuecomment-692077297 Built the site and compared it to what's currently published, and the table looks better to me! This

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1861: SOLR-10391: Add overwrite option to UPLOAD ConfigSet action

2020-09-14 Thread GitBox
HoustonPutman commented on pull request #1861: URL: https://github.com/apache/lucene-solr/pull/1861#issuecomment-692080290 I agree with @epugh on the whole REST thing. I also think that the default behavior should be that files that aren't present in the new configSet should be remo

[GitHub] [lucene-solr] HoustonPutman opened a new pull request #1871: SOLR-14789: Rename docker tests task, adding missing credit in CHANGES

2020-09-14 Thread GitBox
HoustonPutman opened a new pull request #1871: URL: https://github.com/apache/lucene-solr/pull/1871 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] HoustonPutman commented on a change in pull request #1825: SOLR-14828: reduce 'error' logging noise in BaseCloudSolrClient.requestWithRetryOnStaleState

2020-09-14 Thread GitBox
HoustonPutman commented on a change in pull request #1825: URL: https://github.com/apache/lucene-solr/pull/1825#discussion_r487993757 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseCloudSolrClient.java ## @@ -994,12 +991,15 @@ public RouteException(Err

[GitHub] [lucene-solr] HoustonPutman merged pull request #1871: SOLR-14789: Rename docker tests task, adding missing credit in CHANGES

2020-09-14 Thread GitBox
HoustonPutman merged pull request #1871: URL: https://github.com/apache/lucene-solr/pull/1871 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] (SOLR-14789) Absorb and maintain docker-solr functionality for Solr 9.0+

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195509#comment-17195509 ] ASF subversion and git services commented on SOLR-14789: Commit b

[GitHub] [lucene-solr] epugh commented on pull request #1869: SOLR-14866 autowidth tables in ref guide

2020-09-14 Thread GitBox
epugh commented on pull request #1869: URL: https://github.com/apache/lucene-solr/pull/1869#issuecomment-692124613 So, @HoustonPutman are you voting for `[%autowidth.spread,options="header"]` being the approach to use? I can start with that on all the TODO marked tables. Do you th

[GitHub] [lucene-solr] jpountz opened a new pull request #1872: LUCENE-9510: Don't pull a merge instance when flushing stored fields out-of-order.

2020-09-14 Thread GitBox
jpountz opened a new pull request #1872: URL: https://github.com/apache/lucene-solr/pull/1872 With recent changes to stored fields that split blocks into several sub blocks, the merge instance has become much slower at random access since it would decompress all sub blocks when accessi

[jira] [Commented] (LUCENE-9510) SortingStoredFieldsConsumer should use a format that has better random-access

2020-09-14 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195525#comment-17195525 ] Adrien Grand commented on LUCENE-9510: -- I opened a PR that does a simpler change wh

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1869: SOLR-14866 autowidth tables in ref guide

2020-09-14 Thread GitBox
HoustonPutman commented on pull request #1869: URL: https://github.com/apache/lucene-solr/pull/1869#issuecomment-692138594 Didn't know it was a vote, but I like the result of the new format. Are there other options or is it just autowidth vs. what is already there? And we should prob

[GitHub] [lucene-solr] HoustonPutman edited a comment on pull request #1869: SOLR-14866 autowidth tables in ref guide

2020-09-14 Thread GitBox
HoustonPutman edited a comment on pull request #1869: URL: https://github.com/apache/lucene-solr/pull/1869#issuecomment-692138594 Didn't know it was a vote, but I like the result of the new format. Are there other options or is it just autowidth vs. what is already there? And we shou

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #1834: Make sure to test normal scorers with asserting wrappers.

2020-09-14 Thread GitBox
jtibshirani commented on a change in pull request #1834: URL: https://github.com/apache/lucene-solr/pull/1834#discussion_r488037072 ## File path: lucene/CHANGES.txt ## @@ -204,7 +204,8 @@ Improvements * LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filt

[GitHub] [lucene-solr] jpountz merged pull request #1834: Make sure to test normal scorers with asserting wrappers.

2020-09-14 Thread GitBox
jpountz merged pull request #1834: URL: https://github.com/apache/lucene-solr/pull/1834 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] jpountz merged pull request #1872: LUCENE-9510: Don't pull a merge instance when flushing stored fields out-of-order.

2020-09-14 Thread GitBox
jpountz merged pull request #1872: URL: https://github.com/apache/lucene-solr/pull/1872 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-9510) SortingStoredFieldsConsumer should use a format that has better random-access

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195559#comment-17195559 ] ASF subversion and git services commented on LUCENE-9510: - Commi

[GitHub] [lucene-solr] jpountz commented on pull request #1850: LUCENE-9517: Don't subclass Deflater and instead create a patch for setDictionary() using a functional interface

2020-09-14 Thread GitBox
jpountz commented on pull request #1850: URL: https://github.com/apache/lucene-solr/pull/1850#issuecomment-692159551 Sorry I was on vacation last week so I couldn't review it in time. Thanks @uschindler. This is an automated

[GitHub] [lucene-solr] epugh commented on pull request #1869: SOLR-14866 autowidth tables in ref guide

2020-09-14 Thread GitBox
epugh commented on pull request #1869: URL: https://github.com/apache/lucene-solr/pull/1869#issuecomment-692161395 You may not know this, but the original norse meaning of "Eric" (or as some people like to misspell it, "Erick") is "Likes to refactor the most tedious open source code". ;-

[jira] [Commented] (LUCENE-9510) SortingStoredFieldsConsumer should use a format that has better random-access

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195562#comment-17195562 ] ASF subversion and git services commented on LUCENE-9510: - Commi

[jira] [Updated] (SOLR-14861) CoreContainer shutdown needs to be aware of other ongoing operations and wait until they're complete

2020-09-14 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-14861: -- Attachment: SOLR-14861.patch Status: Open (was: Open) This is _not_ the patch I used t

[jira] [Commented] (SOLR-14859) [* TO *] queries on DateRange fields miss results

2020-09-14 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195578#comment-17195578 ] Chris M. Hostetter commented on SOLR-14859: --- So it sounds like a user workaroun

[jira] [Commented] (LUCENE-9506) Gradle: split validateSourcePatterns into per-project and root-specific tasks (allow parallelism)

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195583#comment-17195583 ] ASF subversion and git services commented on LUCENE-9506: - Commi

[jira] [Commented] (LUCENE-9474) Change Jenkins jobs to use Gradle for trunk

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195591#comment-17195591 ] ASF subversion and git services commented on LUCENE-9474: - Commi

[jira] [Commented] (SOLR-14847) Solr packaging needs to produce server tgz for release

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195589#comment-17195589 ] ASF subversion and git services commented on SOLR-14847: Commit d

[GitHub] [lucene-solr] thelabdude opened a new pull request #1873: Reference impl gradle updates

2020-09-14 Thread GitBox
thelabdude opened a new pull request #1873: URL: https://github.com/apache/lucene-solr/pull/1873 Preparing to pull in recent gradle related updates This is an automated message from the Apache Git Service. To respond to the m

[jira] [Commented] (LUCENE-9411) Fail complation on warnings, 9x gradle-only

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195590#comment-17195590 ] ASF subversion and git services commented on LUCENE-9411: - Commi

[jira] [Commented] (LUCENE-9475) Enhance the Gradle build as necessary after removing Ant support

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195582#comment-17195582 ] ASF subversion and git services commented on LUCENE-9475: - Commi

[jira] [Commented] (LUCENE-9512) Add test-lock-factory to Gradle build

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195585#comment-17195585 ] ASF subversion and git services commented on LUCENE-9512: - Commi

[jira] [Commented] (LUCENE-9506) Gradle: split validateSourcePatterns into per-project and root-specific tasks (allow parallelism)

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195584#comment-17195584 ] ASF subversion and git services commented on LUCENE-9506: - Commi

[jira] [Commented] (SOLR-14789) Absorb and maintain docker-solr functionality for Solr 9.0+

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195588#comment-17195588 ] ASF subversion and git services commented on SOLR-14789: Commit 8

[jira] [Commented] (SOLR-14836) Exclude README.committers.txt from distribution

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195587#comment-17195587 ] ASF subversion and git services commented on SOLR-14836: Commit 7

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #1825: SOLR-14828: reduce 'error' logging noise in BaseCloudSolrClient.requestWithRetryOnStaleState

2020-09-14 Thread GitBox
cpoerschke commented on a change in pull request #1825: URL: https://github.com/apache/lucene-solr/pull/1825#discussion_r488071700 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseCloudSolrClient.java ## @@ -994,12 +991,15 @@ public RouteException(ErrorC

[jira] [Commented] (LUCENE-9517) BugfixDeflater_JDK8252739 causes Java security issues in JDK 11

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195586#comment-17195586 ] ASF subversion and git services commented on LUCENE-9517: - Commi

[jira] [Commented] (SOLR-14789) Absorb and maintain docker-solr functionality for Solr 9.0+

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195598#comment-17195598 ] ASF subversion and git services commented on SOLR-14789: Commit 1

[jira] [Commented] (SOLR-14854) Add root project name "lucene-solr" (avoid automatic root project naming)

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195597#comment-17195597 ] ASF subversion and git services commented on SOLR-14854: Commit 5

[jira] [Commented] (SOLR-14723) Rremove the class atribute for the caches in the _default/example configsets

2020-09-14 Thread Shashank Shekhar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195599#comment-17195599 ] Shashank Shekhar commented on SOLR-14723: - So I do have the changes in my forked

[GitHub] [lucene-solr] madrob commented on pull request #1873: Reference impl gradle updates

2020-09-14 Thread GitBox
madrob commented on pull request #1873: URL: https://github.com/apache/lucene-solr/pull/1873#issuecomment-692186931 You also want #1798 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [lucene-solr] tflobbe commented on pull request #1861: SOLR-10391: Add overwrite option to UPLOAD ConfigSet action

2020-09-14 Thread GitBox
tflobbe commented on pull request #1861: URL: https://github.com/apache/lucene-solr/pull/1861#issuecomment-692195569 > I wish we followed REST approaches for so many of our API's I wish that too, but Solr APIs aren't REST as of today ([not even V2 API is fully REST, and this was inte

[GitHub] [lucene-solr] arafalov merged pull request #1865: SOLR-14862: Update RefGuide page for support fied types

2020-09-14 Thread GitBox
arafalov merged pull request #1865: URL: https://github.com/apache/lucene-solr/pull/1865 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 g

[jira] [Commented] (SOLR-14862) Update RefGuide page for field types included with Solr

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195640#comment-17195640 ] ASF subversion and git services commented on SOLR-14862: Commit 7

[jira] [Commented] (SOLR-14590) Add support for FeatureField in Solr

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195641#comment-17195641 ] ASF subversion and git services commented on SOLR-14590: Commit 7

[jira] [Updated] (SOLR-14862) Update RefGuide page for field types included with Solr

2020-09-14 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch updated SOLR-14862: - Fix Version/s: master (9.0) Resolution: Fixed Status: Resolved

[jira] [Commented] (LUCENE-9514) Include TermVectorsWriter in DWPT accounting

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195675#comment-17195675 ] ASF subversion and git services commented on LUCENE-9514: - Commi

[jira] [Resolved] (LUCENE-9514) Include TermVectorsWriter in DWPT accounting

2020-09-14 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-9514. - Fix Version/s: 8.7 master (9.0) Resolution: Fixed > Include Te

[GitHub] [lucene-solr] madrob commented on pull request #1860: LUCENE-9488 Update release process to work with gradle

2020-09-14 Thread GitBox
madrob commented on pull request #1860: URL: https://github.com/apache/lucene-solr/pull/1860#issuecomment-692233865 @janhoy I'm trying to run this, but the `create_stable_branch` step tries to create a new `branch_8x` for me, I think that logic needs some updating, but I'm not completely s

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

2020-09-14 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195686#comment-17195686 ] Ilan Ginzburg commented on SOLR-14656: -- [~ichattopadhyaya] are you still actively wo

  1   2   >