[jira] [Updated] (LUCENE-9328) SortingGroupHead to reuse DocValues

2020-05-05 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-9328: - Attachment: LUCENE-9328.patch Status: Patch Available (was: Patch Available) >

[jira] [Updated] (LUCENE-9328) SortingGroupHead to reuse DocValues

2020-05-05 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-9328: - Attachment: (was: LUCENE-9328.patch) > SortingGroupHead to reuse DocValues > ---

[jira] [Updated] (LUCENE-9328) SortingGroupHead to reuse DocValues

2020-05-05 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-9328: - Attachment: LUCENE-9328.patch > SortingGroupHead to reuse DocValues > --

[jira] [Assigned] (SOLR-14423) static caches in StreamHandler ought to move to CoreContainer lifecycle

2020-05-05 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki reassigned SOLR-14423: --- Assignee: Andrzej Bialecki > static caches in StreamHandler ought to move to CoreCon

[jira] [Commented] (SOLR-14457) SolrClient leaks connections on compressed responses if the response is malformed

2020-05-05 Thread Roger Lehmann (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099650#comment-17099650 ] Roger Lehmann commented on SOLR-14457: -- I can confirm this issue happening even with

[jira] [Updated] (SOLR-14458) Solr Replica locked in recovering state after a Zookeeper disconnection

2020-05-05 Thread Endika Posadas (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Endika Posadas updated SOLR-14458: -- Attachment: image-2020-05-05-09-47-27-854.png > Solr Replica locked in recovering state after a

[jira] [Commented] (SOLR-14458) Solr Replica locked in recovering state after a Zookeeper disconnection

2020-05-05 Thread Endika Posadas (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099673#comment-17099673 ] Endika Posadas commented on SOLR-14458: --- Further investigating, it seems like the r

[jira] [Comment Edited] (SOLR-14457) SolrClient leaks connections on compressed responses if the response is malformed

2020-05-05 Thread Roger Lehmann (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099650#comment-17099650 ] Roger Lehmann edited comment on SOLR-14457 at 5/5/20, 8:58 AM:

[jira] [Commented] (LUCENE-9328) SortingGroupHead to reuse DocValues

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

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

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

[jira] [Commented] (LUCENE-9321) Port documentation task to gradle

2020-05-05 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099752#comment-17099752 ] Uwe Schindler commented on LUCENE-9321: --- bq. There's one thing I'm not fully under

[jira] [Comment Edited] (LUCENE-9321) Port documentation task to gradle

2020-05-05 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099752#comment-17099752 ] Uwe Schindler edited comment on LUCENE-9321 at 5/5/20, 10:19 AM: -

[GitHub] [lucene-solr] romseygeek commented on pull request #1467: LUCENE-9350: Don't hold references to large automata on FuzzyQuery

2020-05-05 Thread GitBox
romseygeek commented on pull request #1467: URL: https://github.com/apache/lucene-solr/pull/1467#issuecomment-623988037 I think this is ready @madrob ? This is an automated message from the Apache Git Service. To respond to t

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1467: LUCENE-9350: Don't hold references to large automata on FuzzyQuery

2020-05-05 Thread GitBox
uschindler commented on a change in pull request #1467: URL: https://github.com/apache/lucene-solr/pull/1467#discussion_r420025857 ## File path: lucene/core/src/java/org/apache/lucene/search/FuzzyTermsEnum.java ## @@ -88,43 +89,44 @@ * @throws IOException if there is a low-

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1467: LUCENE-9350: Don't hold references to large automata on FuzzyQuery

2020-05-05 Thread GitBox
uschindler commented on a change in pull request #1467: URL: https://github.com/apache/lucene-solr/pull/1467#discussion_r420028347 ## File path: lucene/core/src/java/org/apache/lucene/search/FuzzyTermsEnum.java ## @@ -88,43 +89,44 @@ * @throws IOException if there is a low-

[jira] [Commented] (SOLR-14426) forbidden api error during precommit DateMathFunction

2020-05-05 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099798#comment-17099798 ] Alan Woodward commented on SOLR-14426: -- I've also run into this, it seems like it's

[jira] [Commented] (SOLR-14426) forbidden api error during precommit DateMathFunction

2020-05-05 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099808#comment-17099808 ] Alan Woodward commented on SOLR-14426: -- OK, from a quick grep it appears that there

[jira] [Commented] (SOLR-14458) Solr Replica locked in recovering state after a Zookeeper disconnection

2020-05-05 Thread Endika Posadas (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099970#comment-17099970 ] Endika Posadas commented on SOLR-14458: --- I found the problem: It happens that in S

[jira] [Commented] (SOLR-14458) Solr Replica locked in recovering state after a Zookeeper disconnection

2020-05-05 Thread Endika Posadas (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099972#comment-17099972 ] Endika Posadas commented on SOLR-14458: --- As I was creating a patch I just found out

[jira] [Resolved] (SOLR-14458) Solr Replica locked in recovering state after a Zookeeper disconnection

2020-05-05 Thread Endika Posadas (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Endika Posadas resolved SOLR-14458. --- Resolution: Duplicate > Solr Replica locked in recovering state after a Zookeeper disconnecti

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1480: SOLR-14456: Fix Content-Type header forwarding on compressed requests

2020-05-05 Thread GitBox
HoustonPutman commented on pull request #1480: URL: https://github.com/apache/lucene-solr/pull/1480#issuecomment-624103813 Yeah, I think it would be worthwhile for the two classes to act similarly in this regard. I say go ahead and refactor. ---

[jira] [Commented] (SOLR-14426) forbidden api error during precommit DateMathFunction

2020-05-05 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1714#comment-1714 ] Uwe Schindler commented on SOLR-14426: -- This is the usual problem with the old-style

[jira] [Comment Edited] (SOLR-14426) forbidden api error during precommit DateMathFunction

2020-05-05 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1714#comment-1714 ] Uwe Schindler edited comment on SOLR-14426 at 5/5/20, 3:30 PM:

[jira] [Commented] (SOLR-10932) install solr service service command fails

2020-05-05 Thread Markus Mandalka (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100014#comment-17100014 ] Markus Mandalka commented on SOLR-10932: Bad news: Sorry, i created a dupe of thi

[jira] [Comment Edited] (SOLR-10932) install solr service service command fails

2020-05-05 Thread Markus Mandalka (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100014#comment-17100014 ] Markus Mandalka edited comment on SOLR-10932 at 5/5/20, 3:40 PM: --

[jira] [Created] (LUCENE-9362) ExpressionValueSource has buggy rewrite method

2020-05-05 Thread Dmitry Emets (Jira)
Dmitry Emets created LUCENE-9362: Summary: ExpressionValueSource has buggy rewrite method Key: LUCENE-9362 URL: https://issues.apache.org/jira/browse/LUCENE-9362 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-9362) ExpressionValueSource has buggy rewrite method

2020-05-05 Thread Dmitry Emets (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Emets updated LUCENE-9362: - Description: ExpressionValuesSource does not actually rewrite himself due to small mistake in c

[jira] [Updated] (LUCENE-9362) ExpressionValueSource has buggy rewrite method

2020-05-05 Thread Dmitry Emets (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Emets updated LUCENE-9362: - Description: ExpressionValuesSource does not actually rewrite itself due to small mistake in ch

[GitHub] [lucene-solr] emetsds opened a new pull request #1485: LUCENE-9362: Fix rewriting check in ExpressionValueSource

2020-05-05 Thread GitBox
emetsds opened a new pull request #1485: URL: https://github.com/apache/lucene-solr/pull/1485 # Description [LUCENE-9362](https://issues.apache.org/jira/browse/LUCENE-9362): ExpressionValuesSource does not actually rewrite itself due to small mistake in check of inner re

[GitHub] [lucene-solr] sigram opened a new pull request #1486: SOLR-14423: Use SolrClientCache instance managed by CoreContainer

2020-05-05 Thread GitBox
sigram opened a new pull request #1486: URL: https://github.com/apache/lucene-solr/pull/1486 See Jira for more details. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (SOLR-14423) static caches in StreamHandler ought to move to CoreContainer lifecycle

2020-05-05 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100106#comment-17100106 ] Andrzej Bialecki commented on SOLR-14423: - I created a PR with the initial attemp

[jira] [Resolved] (SOLR-10932) install solr service service command fails

2020-05-05 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-10932. -- Resolution: Duplicate > install solr service service command fails > --

[jira] [Resolved] (SOLR-14425) Fix ZK sync usage to be synchronous (blocking)

2020-05-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14425. - Resolution: Not A Problem Not actually a problem; it was my misunderstanding. > Fix ZK sync usag

[jira] [Commented] (SOLR-14423) static caches in StreamHandler ought to move to CoreContainer lifecycle

2020-05-05 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100212#comment-17100212 ] Joel Bernstein commented on SOLR-14423: --- [~ab], I'll take a look at the PR this wee

[jira] [Commented] (SOLR-14426) forbidden api error during precommit DateMathFunction

2020-05-05 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100221#comment-17100221 ] Mike Drob commented on SOLR-14426: -- Thanks for explaining what is going on, [~uschindler

[jira] [Commented] (SOLR-14173) Ref Guide Redesign Phase 1: Page Design

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

[jira] [Commented] (SOLR-14173) Ref Guide Redesign Phase 1: Page Design

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

[jira] [Commented] (SOLR-14173) Ref Guide Redesign Phase 1: Page Design

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

[jira] [Commented] (SOLR-14173) Ref Guide Redesign Phase 1: Page Design

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

[jira] [Commented] (SOLR-14173) Ref Guide Redesign Phase 1: Page Design

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

[jira] [Updated] (SOLR-14173) Ref Guide Redesign Phase 1: Page Design

2020-05-05 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-14173: - Fix Version/s: 8.6 > Ref Guide Redesign Phase 1: Page Design > --

[jira] [Resolved] (SOLR-14173) Ref Guide Redesign Phase 1: Page Design

2020-05-05 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-14173. -- Resolution: Fixed This is backported to branch_8x for use with 8.6. I think it's going

[GitHub] [lucene-solr] madrob opened a new pull request #1487: SOLR-14426 Move top level classes to nested classes

2020-05-05 Thread GitBox
madrob opened a new pull request #1487: URL: https://github.com/apache/lucene-solr/pull/1487 https://issues.apache.org/jira/browse/SOLR-14426 This is as far as I could get before needing to give up. It was partly automated by IntelliJ but still painful manual in some respects. I thin

[jira] [Commented] (SOLR-14457) SolrClient leaks connections on compressed responses if the response is malformed

2020-05-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100277#comment-17100277 ] Samuel García Martínez commented on SOLR-14457: --- Just for me to understand,

[jira] [Commented] (SOLR-14454) support for UTF-8 (string) types with DocValuesType.BINARY

2020-05-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100284#comment-17100284 ] David Smiley commented on SOLR-14454: - I just took a look at both -- my old patch and

[GitHub] [lucene-solr] samuelgmartinez commented on pull request #1480: SOLR-14456: Fix Content-Type header forwarding on compressed requests

2020-05-05 Thread GitBox
samuelgmartinez commented on pull request #1480: URL: https://github.com/apache/lucene-solr/pull/1480#issuecomment-624334841 I just pushed the refactor. precommit is failing for an unused import I need to clean up. Also, fixed related tests because it no longer throws ParseException

[GitHub] [lucene-solr] samuelgmartinez edited a comment on pull request #1480: SOLR-14456: Fix Content-Type header forwarding on compressed requests

2020-05-05 Thread GitBox
samuelgmartinez edited a comment on pull request #1480: URL: https://github.com/apache/lucene-solr/pull/1480#issuecomment-624334841 I just pushed the refactor. precommit is failing for an unused import I need to clean up. Also, fixed related tests because it no longer throws ParseEx

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1487: SOLR-14426 Move top level classes to nested classes

2020-05-05 Thread GitBox
HoustonPutman commented on pull request #1487: URL: https://github.com/apache/lucene-solr/pull/1487#issuecomment-624345497 @uschindler have you seen this bug with other applications that use that plugin? This is an automated

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1487: SOLR-14426 Move top level classes to nested classes

2020-05-05 Thread GitBox
HoustonPutman commented on pull request #1487: URL: https://github.com/apache/lucene-solr/pull/1487#issuecomment-624345348 This looks good to me. Kind of annoying that the gradle precommit plugin has this bug. I looked around in that repo to try and find something, but I couldn't find anyt

[GitHub] [lucene-solr] HoustonPutman removed a comment on pull request #1487: SOLR-14426 Move top level classes to nested classes

2020-05-05 Thread GitBox
HoustonPutman removed a comment on pull request #1487: URL: https://github.com/apache/lucene-solr/pull/1487#issuecomment-624345497 @uschindler have you seen this bug with other applications that use that plugin? This is an a

[GitHub] [lucene-solr] HoustonPutman edited a comment on pull request #1487: SOLR-14426 Move top level classes to nested classes

2020-05-05 Thread GitBox
HoustonPutman edited a comment on pull request #1487: URL: https://github.com/apache/lucene-solr/pull/1487#issuecomment-624345348 This looks good to me. Didn't know those protected classes were so frowned upon. This is an a

[GitHub] [lucene-solr] anshumg commented on a change in pull request #1470: SOLR-14354: Async or using threads in better way for HttpShardHandler

2020-05-05 Thread GitBox
anshumg commented on a change in pull request #1470: URL: https://github.com/apache/lucene-solr/pull/1470#discussion_r420457814 ## File path: solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java ## @@ -130,77 +134,64 @@ public void submit(final ShardReque

[GitHub] [lucene-solr] madrob commented on a change in pull request #1486: SOLR-14423: Use SolrClientCache instance managed by CoreContainer

2020-05-05 Thread GitBox
madrob commented on a change in pull request #1486: URL: https://github.com/apache/lucene-solr/pull/1486#discussion_r420459575 ## File path: solr/core/src/java/org/apache/solr/handler/sql/CalciteSolrDriver.java ## @@ -59,11 +81,346 @@ public Connection connect(String url, Prope

[jira] [Commented] (SOLR-13132) Improve JSON "terms" facet performance when sorted by relatedness

2020-05-05 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100316#comment-17100316 ] Chris M. Hostetter commented on SOLR-13132: --- [~mgibney]- i haven't had a chance

[jira] [Commented] (SOLR-13289) Support for BlockMax WAND

2020-05-05 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100329#comment-17100329 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-13289: -- bq. Grouping

[jira] [Commented] (LUCENE-9321) Port documentation task to gradle

2020-05-05 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100365#comment-17100365 ] Tomoko Uchida commented on LUCENE-9321: --- Thank you, for elaborating. > Port docum

[jira] [Commented] (SOLR-13132) Improve JSON "terms" facet performance when sorted by relatedness

2020-05-05 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100425#comment-17100425 ] Michael Gibney commented on SOLR-13132: --- Ouch, yeah. I ran into that too and was tr

[jira] [Commented] (SOLR-14454) support for UTF-8 (string) types with DocValuesType.BINARY

2020-05-05 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100429#comment-17100429 ] Michael Gibney commented on SOLR-14454: --- Thanks for taking a closer look! And yes I

[jira] [Commented] (SOLR-13289) Support for BlockMax WAND

2020-05-05 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100516#comment-17100516 ] Adrien Grand commented on SOLR-13289: - bq. TwoPhaseIterator LUCENE-8806 explores sup