[jira] [Commented] (SOLR-13979) Expose separate metrics for distributed and non-distributed requests

2020-04-09 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17078990#comment-17078990 ] Andrzej Bialecki commented on SOLR-13979: - [~dsmiley] please open a new Jira to d

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

2020-04-09 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9312: --- Summary: Allow builds against arbitrary JVMs (even those unsupported by gradle) Key: LUCENE-9312 URL: https://issues.apache.org/jira/browse/LUCENE-9312 Project: Lucene

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1388: LUCENE-9278: Use -linkoffline instead of relative paths to make links to other projects

2020-04-09 Thread GitBox
dweiss commented on a change in pull request #1388: LUCENE-9278: Use -linkoffline instead of relative paths to make links to other projects URL: https://github.com/apache/lucene-solr/pull/1388#discussion_r406003522 ## File path: gradle/render-javadoc.gradle ## @@ -15,93 +1

[GitHub] [lucene-solr] s1monw commented on a change in pull request #1389: LUCENE-9298: fix clearDeletedDocIds in BufferedUpdates

2020-04-09 Thread GitBox
s1monw commented on a change in pull request #1389: LUCENE-9298: fix clearDeletedDocIds in BufferedUpdates URL: https://github.com/apache/lucene-solr/pull/1389#discussion_r406017431 ## File path: lucene/core/src/java/org/apache/lucene/index/BufferedUpdates.java ## @@ -80,6

[jira] [Updated] (SOLR-14398) package store PUT should be idempotent

2020-04-09 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14398: -- Priority: Trivial (was: Major) > package store PUT should be idempotent >

[GitHub] [lucene-solr] s1monw commented on issue #1389: LUCENE-9298: fix clearDeletedDocIds in BufferedUpdates

2020-04-09 Thread GitBox
s1monw commented on issue #1389: LUCENE-9298: fix clearDeletedDocIds in BufferedUpdates URL: https://github.com/apache/lucene-solr/pull/1389#issuecomment-611393863 I ran tests and we are ready to go. Please add a changes entry like this: ```diff diff --git a/lucene/CHANGES.txt b/l

[jira] [Commented] (LUCENE-9286) FST arc.copyOf clones BitTables and this can lead to excessive memory use

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

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-04-09 Thread GitBox
romseygeek commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r406054398 ## File path: lucene/core/src/java/org/apache/lucene/search/ScoreMode.java ## @@ -51,

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-04-09 Thread GitBox
romseygeek commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r406053016 ## File path: lucene/core/src/test/org/apache/lucene/search/TestSortOptimization.java ###

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents

2020-04-09 Thread GitBox
romseygeek commented on a change in pull request #1351: LUCENE-9280: Collectors to skip noncompetitive documents URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r406046648 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java ##

[jira] [Commented] (LUCENE-9286) FST arc.copyOf clones BitTables and this can lead to excessive memory use

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

[GitHub] [lucene-solr] bruno-roustant closed pull request #1416: LUCENE-9286: FST.Arc.BitTable is read directly from the FST bytes.

2020-04-09 Thread GitBox
bruno-roustant closed pull request #1416: LUCENE-9286: FST.Arc.BitTable is read directly from the FST bytes. URL: https://github.com/apache/lucene-solr/pull/1416 This is an automated message from the Apache Git Service. To r

[jira] [Resolved] (LUCENE-9286) FST arc.copyOf clones BitTables and this can lead to excessive memory use

2020-04-09 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant resolved LUCENE-9286. Fix Version/s: 8.6 Resolution: Fixed Thanks [~dweiss] for finding this issue and fo

[jira] [Commented] (LUCENE-9286) FST arc.copyOf clones BitTables and this can lead to excessive memory use

2020-04-09 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079166#comment-17079166 ] Dawid Weiss commented on LUCENE-9286: - Thank you, Bruno! All I did was complaining.

[GitHub] [lucene-solr] dweiss opened a new pull request #1422: LUCENE-9311: detect intellij reimport and modify sourceset to exclude…

2020-04-09 Thread GitBox
dweiss opened a new pull request #1422: LUCENE-9311: detect intellij reimport and modify sourceset to exclude… URL: https://github.com/apache/lucene-solr/pull/1422 This is an automated message from the Apache Git Service. To

[jira] [Commented] (LUCENE-8943) Incorrect IDF in MultiPhraseQuery and SpanOrQuery

2020-04-09 Thread Christoph Goller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079225#comment-17079225 ] Christoph Goller commented on LUCENE-8943: -- In the meanwhile I worked on the pr

[GitHub] [lucene-solr] dweiss merged pull request #1422: LUCENE-9311: detect intellij reimport and modify sourceset to exclude…

2020-04-09 Thread GitBox
dweiss merged pull request #1422: LUCENE-9311: detect intellij reimport and modify sourceset to exclude… URL: https://github.com/apache/lucene-solr/pull/1422 This is an automated message from the Apache Git Service. To respo

[jira] [Commented] (LUCENE-9077) Gradle build

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

[jira] [Commented] (LUCENE-9311) IntelliJ import attempts to compile solr-ref-guide tools/ and fails

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

[jira] [Assigned] (LUCENE-9311) IntelliJ import attempts to compile solr-ref-guide tools/ and fails

2020-04-09 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9311: --- Assignee: Dawid Weiss > IntelliJ import attempts to compile solr-ref-guide tools/ and fails

[jira] [Resolved] (LUCENE-9311) IntelliJ import attempts to compile solr-ref-guide tools/ and fails

2020-04-09 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9311. - Fix Version/s: master (9.0) Resolution: Fixed > IntelliJ import attempts to compile solr-

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-04-09 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079251#comment-17079251 ] Dawid Weiss commented on LUCENE-9201: - Hmm... I'm a bit lost here - is this issue st

[jira] [Resolved] (SOLR-14399) java.nio.channels.AsynchronousCloseException

2020-04-09 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-14399. --- Resolution: Incomplete Please raise questions like this on the user's list, we try to reserve

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-04-09 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079270#comment-17079270 ] Tomoko Uchida commented on LUCENE-9201: --- There is one thing not yet ported to grad

[jira] [Comment Edited] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-04-09 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079270#comment-17079270 ] Tomoko Uchida edited comment on LUCENE-9201 at 4/9/20, 12:35 PM: -

[jira] [Updated] (SOLR-14382) delegating search component

2020-04-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14382: --- Description: An out-of-the-box search component that supports the configuration and

[jira] [Created] (SOLR-14400) two small SolrMetricsContext cleanups

2020-04-09 Thread Christine Poerschke (Jira)
Christine Poerschke created SOLR-14400: -- Summary: two small SolrMetricsContext cleanups Key: SOLR-14400 URL: https://issues.apache.org/jira/browse/SOLR-14400 Project: Solr Issue Type: Ta

[jira] [Updated] (SOLR-14400) two small SolrMetricsContext cleanups

2020-04-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14400: --- Attachment: SOLR-14400.patch > two small SolrMetricsContext cleanups > --

[jira] [Commented] (SOLR-14400) two small SolrMetricsContext cleanups

2020-04-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079446#comment-17079446 ] Christine Poerschke commented on SOLR-14400: Attached patch proposes these tw

[jira] [Created] (SOLR-14401) "distrib" request handler metrics should only be tracked on pertinent handlers

2020-04-09 Thread David Smiley (Jira)
David Smiley created SOLR-14401: --- Summary: "distrib" request handler metrics should only be tracked on pertinent handlers Key: SOLR-14401 URL: https://issues.apache.org/jira/browse/SOLR-14401 Project: S

[jira] [Updated] (SOLR-14400) two small SolrMetricsContext cleanups

2020-04-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14400: --- Status: Patch Available (was: Open) > two small SolrMetricsContext cleanups > --

[jira] [Comment Edited] (SOLR-14400) two small SolrMetricsContext cleanups

2020-04-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079446#comment-17079446 ] Christine Poerschke edited comment on SOLR-14400 at 4/9/20, 3:01 PM: --

[jira] [Commented] (SOLR-14394) Many request handlers should be startup=lazy

2020-04-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079455#comment-17079455 ] David Smiley commented on SOLR-14394: - The core load latency savings is admittedly sm

[jira] [Commented] (LUCENE-9201) Port documentation-lint task to Gradle build

2020-04-09 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079510#comment-17079510 ] Dawid Weiss commented on LUCENE-9201: - Ah - right. Thank you for clarifying. > Por

[jira] [Created] (LUCENE-9313) Analyzer for Serbian language based on Snowball stemmer

2020-04-09 Thread Dragan Ivanovic (Jira)
Dragan Ivanovic created LUCENE-9313: --- Summary: Analyzer for Serbian language based on Snowball stemmer Key: LUCENE-9313 URL: https://issues.apache.org/jira/browse/LUCENE-9313 Project: Lucene - Core

[jira] [Commented] (SOLR-14394) Many request handlers should be startup=lazy

2020-04-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079530#comment-17079530 ] Christine Poerschke commented on SOLR-14394: Avoiding noise from or about unu

[jira] [Updated] (SOLR-14393) Remove dubious jmx / metrics categories

2020-04-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14393: --- Component/s: metrics > Remove dubious jmx / metrics categories >

[jira] [Updated] (SOLR-14400) two small SolrMetricsContext cleanups

2020-04-09 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14400: --- Component/s: metrics > two small SolrMetricsContext cleanups > --

[jira] [Created] (SOLR-14402) Avoid creating new exceptions for every request made to MDCAwareThreadPoolExecutor by distributed search

2020-04-09 Thread Shalin Shekhar Mangar (Jira)
Shalin Shekhar Mangar created SOLR-14402: Summary: Avoid creating new exceptions for every request made to MDCAwareThreadPoolExecutor by distributed search Key: SOLR-14402 URL: https://issues.apache.org/ji

[jira] [Updated] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2020-04-09 Thread Jason (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason updated SOLR-13360: - Attachment: resources.json > StringIndexOutOfBoundsException: String index out of range: -3 > ---

[jira] [Updated] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2020-04-09 Thread Jason (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason updated SOLR-13360: - Attachment: managed-schema > StringIndexOutOfBoundsException: String index out of range: -3 > ---

[jira] [Commented] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2020-04-09 Thread Jason (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079575#comment-17079575 ] Jason commented on SOLR-13360: -- I have reproduced this issue against 8.4 and 8.5.0.  Through

[jira] [Comment Edited] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2020-04-09 Thread Jason Hildebrand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079575#comment-17079575 ] Jason Hildebrand edited comment on SOLR-13360 at 4/9/20, 5:13 PM: -

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #1407: Use QueryUtils.combineQueryAndFilter more

2020-04-09 Thread GitBox
cpoerschke commented on a change in pull request #1407: Use QueryUtils.combineQueryAndFilter more URL: https://github.com/apache/lucene-solr/pull/1407#discussion_r406354417 ## File path: solr/core/src/java/org/apache/solr/search/QueryUtils.java ## @@ -151,7 +151,7 @@ publi

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #1407: Use QueryUtils.combineQueryAndFilter more

2020-04-09 Thread GitBox
cpoerschke commented on a change in pull request #1407: Use QueryUtils.combineQueryAndFilter more URL: https://github.com/apache/lucene-solr/pull/1407#discussion_r406349680 ## File path: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java ## @@ -1660,9 +1656,7

[jira] [Created] (SOLR-14403) random() stream blows up on "with explanation" turned on

2020-04-09 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-14403: -- Summary: random() stream blows up on "with explanation" turned on Key: SOLR-14403 URL: https://issues.apache.org/jira/browse/SOLR-14403 Project: Solr Iss

[jira] [Commented] (SOLR-14379) nightly smoke fails due to java servlet jar

2020-04-09 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079798#comment-17079798 ] Mike Drob commented on SOLR-14379: -- Note that this does not fail on Jenkins... Unclear w

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1407: Use QueryUtils.combineQueryAndFilter more

2020-04-09 Thread GitBox
dsmiley commented on a change in pull request #1407: Use QueryUtils.combineQueryAndFilter more URL: https://github.com/apache/lucene-solr/pull/1407#discussion_r406422173 ## File path: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java ## @@ -1660,9 +1656,7 @@

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1407: Use QueryUtils.combineQueryAndFilter more

2020-04-09 Thread GitBox
dsmiley commented on a change in pull request #1407: Use QueryUtils.combineQueryAndFilter more URL: https://github.com/apache/lucene-solr/pull/1407#discussion_r406423883 ## File path: solr/core/src/java/org/apache/solr/search/QueryUtils.java ## @@ -151,7 +151,7 @@ public s

[GitHub] [lucene-solr] dsmiley closed pull request #1414: SOLR-14385 added shard name thru MDC and collection name to split histogram logs

2020-04-09 Thread GitBox
dsmiley closed pull request #1414: SOLR-14385 added shard name thru MDC and collection name to split histogram logs URL: https://github.com/apache/lucene-solr/pull/1414 This is an automated message from the Apache Git Servic

[jira] [Resolved] (SOLR-14385) Add shard name and collection name to split histogram logs

2020-04-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14385. - Resolution: Not A Problem > Add shard name and collection name to split histogram logs >

[jira] [Closed] (SOLR-14385) Add shard name and collection name to split histogram logs

2020-04-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed SOLR-14385. --- > Add shard name and collection name to split histogram logs > --

[GitHub] [lucene-solr] dsmiley commented on issue #1405: Solr GraphTermsQParser simplifications

2020-04-09 Thread GitBox
dsmiley commented on issue #1405: Solr GraphTermsQParser simplifications URL: https://github.com/apache/lucene-solr/pull/1405#issuecomment-611725592 I'll commit this next week. This is an automated message from the Apache Git

[GitHub] [lucene-solr] dsmiley commented on issue #1409: SOLR-14391: getDocSet(Query[]) can use search(query, collector)

2020-04-09 Thread GitBox
dsmiley commented on issue #1409: SOLR-14391: getDocSet(Query[]) can use search(query,collector) URL: https://github.com/apache/lucene-solr/pull/1409#issuecomment-611726485 I'll commit this next week. This is an automated mes

[GitHub] [lucene-solr] s1monw commented on issue #1418: LUCENE-9309: Wait for #addIndexes merges when aborting merges

2020-04-09 Thread GitBox
s1monw commented on issue #1418: LUCENE-9309: Wait for #addIndexes merges when aborting merges URL: https://github.com/apache/lucene-solr/pull/1418#issuecomment-611728116 @dnhatn @mikemccand can you take a look? This is an au

[jira] [Commented] (SOLR-8319) NPE when creating pivot

2020-04-09 Thread Isabelle Giguere (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079974#comment-17079974 ] Isabelle Giguere commented on SOLR-8319: Finding SOLR-8921 resolved gave me hope,

[GitHub] [lucene-solr] mikemccand commented on issue #1397: LUCENE-9304: Refactor DWPTPool to pool DWPT directly

2020-04-09 Thread GitBox
mikemccand commented on issue #1397: LUCENE-9304: Refactor DWPTPool to pool DWPT directly URL: https://github.com/apache/lucene-solr/pull/1397#issuecomment-611739568 I will try to run benchmarks soon now, sorry for the delay. We are furiously 3D printing / laser cutting face shields for l

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1418: LUCENE-9309: Wait for #addIndexes merges when aborting merges

2020-04-09 Thread GitBox
mikemccand commented on a change in pull request #1418: LUCENE-9309: Wait for #addIndexes merges when aborting merges URL: https://github.com/apache/lucene-solr/pull/1418#discussion_r406464525 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java ## @

[GitHub] [lucene-solr] uschindler commented on issue #1397: LUCENE-9304: Refactor DWPTPool to pool DWPT directly

2020-04-09 Thread GitBox
uschindler commented on issue #1397: LUCENE-9304: Refactor DWPTPool to pool DWPT directly URL: https://github.com/apache/lucene-solr/pull/1397#issuecomment-611743708 > We are furiously 3D printing / laser cutting face shields for local hospitals ... You need all CPU power for this r

[GitHub] [lucene-solr] s1monw commented on issue #1397: LUCENE-9304: Refactor DWPTPool to pool DWPT directly

2020-04-09 Thread GitBox
s1monw commented on issue #1397: LUCENE-9304: Refactor DWPTPool to pool DWPT directly URL: https://github.com/apache/lucene-solr/pull/1397#issuecomment-611744338 > You need all CPU power for this right? 🤪 I assume this time the limited resource are the hands using the keyboard :) --

[jira] [Commented] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2020-04-09 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17080004#comment-17080004 ] Erick Erickson commented on SOLR-13360: --- Hmmm, I can't seem to reproduce. What is t

[jira] [Resolved] (SOLR-14325) Core status could be improved to not require an IndexSearcher

2020-04-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14325. - Resolution: Won't Fix [~GoodmanR] in essence, instead of asking core status for indexInfo which r

[jira] [Commented] (SOLR-14400) two small SolrMetricsContext cleanups

2020-04-09 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17080149#comment-17080149 ] Lucene/Solr QA commented on SOLR-14400: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Updated] (LUCENE-9298) Improve RAM accounting in BufferedUpdates when deleted doc IDs and terms are cleared

2020-04-09 Thread yubinglei (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yubinglei updated LUCENE-9298: -- Summary: Improve RAM accounting in BufferedUpdates when deleted doc IDs and terms are cleared (was: I

[GitHub] [lucene-solr] bringyou commented on issue #1389: LUCENE-9298: Improve RAM accounting in BufferedUpdates when deleted doc IDs and terms are cleared

2020-04-09 Thread GitBox
bringyou commented on issue #1389: LUCENE-9298: Improve RAM accounting in BufferedUpdates when deleted doc IDs and terms are cleared URL: https://github.com/apache/lucene-solr/pull/1389#issuecomment-611844725 @s1monw thanks for the reviews, I add the changelogs and edit issue's title -

[jira] [Resolved] (LUCENE-9278) Make javadoc folder structure follow Gradle project path

2020-04-09 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-9278. --- Fix Version/s: master (9.0) Assignee: Tomoko Uchida Resolution: Fixed We rem

[jira] [Resolved] (LUCENE-9242) Gradle Javadoc task should output the same documents as Ant

2020-04-09 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-9242. --- Fix Version/s: master (9.0) Assignee: Tomoko Uchida Resolution: Fixed This i