[GitHub] [lucene-solr] romseygeek opened a new pull request #1537: LUCENE-9381: Add SortOrder interface

2020-05-26 Thread GitBox
romseygeek opened a new pull request #1537: URL: https://github.com/apache/lucene-solr/pull/1537 This commit extracts a new SortOrder interface from SortField, containing only those methods that are directly necessary to implement a sort.

[jira] [Commented] (LUCENE-9123) JapaneseTokenizer with search mode doesn't work with SynonymGraphFilter

2020-05-26 Thread Trejkaz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117364#comment-17117364 ] Trejkaz commented on LUCENE-9123: - Noticing this in the changelog, and wondering whether this is a

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

2020-05-26 Thread GitBox
jpountz commented on a change in pull request #1351: URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r429949584 ## File path: lucene/core/src/java/org/apache/lucene/search/FilteringNumericComparator.java ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] dsmiley commented on pull request #1527: SOLR-14384 Stack SolrRequestInfo

2020-05-26 Thread GitBox
dsmiley commented on pull request #1527: URL: https://github.com/apache/lucene-solr/pull/1527#issuecomment-633650898 Perhaps the reset method should furthermore have an assertion to check that the stack is already empty? If we decide that reset() is there as a safety measure that isn't

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1527: SOLR-14384 Stack SolrRequestInfo

2020-05-26 Thread GitBox
dsmiley commented on a change in pull request #1527: URL: https://github.com/apache/lucene-solr/pull/1527#discussion_r430017058 ## File path: solr/core/src/java/org/apache/solr/request/SolrRequestInfo.java ## @@ -38,7 +40,13 @@ public class SolrRequestInfo { - protected

[GitHub] [lucene-solr] murblanc commented on pull request #1504: SOLR-14462: cache more than one autoscaling session

2020-05-26 Thread GitBox
murblanc commented on pull request #1504: URL: https://github.com/apache/lucene-solr/pull/1504#issuecomment-633664134 @noblepaul will you be able to have a look at this PR? This is an automated message from the Apache Git

[GitHub] [lucene-solr] romseygeek commented on pull request #1537: LUCENE-9381: Add SortOrder interface

2020-05-26 Thread GitBox
romseygeek commented on pull request #1537: URL: https://github.com/apache/lucene-solr/pull/1537#issuecomment-634034654 I should explain more clearly what I'm trying to do here :) `SortField` as currently constituted is a weird mix of concrete implementations and abstractions. We

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1537: LUCENE-9381: Add SortOrder interface

2020-05-26 Thread GitBox
mikemccand commented on a change in pull request #1537: URL: https://github.com/apache/lucene-solr/pull/1537#discussion_r430367067 ## File path: lucene/core/src/java/org/apache/lucene/search/Sort.java ## @@ -22,80 +22,7 @@ /** - * Encapsulates sort criteria for returned

[jira] [Updated] (SOLR-14516) NPE during Realtime GET

2020-05-26 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14516: -- Description: The exact reason is unknown. But the following is the stacktrace   o.a.s.s.HttpSolrCall

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

2020-05-26 Thread GitBox
mayya-sharipova commented on a change in pull request #1351: URL: https://github.com/apache/lucene-solr/pull/1351#discussion_r430677209 ## File path: lucene/core/src/test/org/apache/lucene/search/TestSortOptimization.java ## @@ -0,0 +1,294 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #1537: LUCENE-9381: Add SortOrder interface

2020-05-26 Thread GitBox
romseygeek commented on a change in pull request #1537: URL: https://github.com/apache/lucene-solr/pull/1537#discussion_r430424273 ## File path: lucene/backward-codecs/src/test/org/apache/lucene/codecs/lucene70/Lucene70RWSegmentInfoFormat.java ## @@ -89,7 +89,10 @@ public

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1528: SOLR-12823: remove /clusterstate.json

2020-05-26 Thread GitBox
murblanc commented on a change in pull request #1528: URL: https://github.com/apache/lucene-solr/pull/1528#discussion_r430012046 ## File path: solr/core/src/java/org/apache/solr/cloud/ZkController.java ## @@ -491,6 +494,41 @@ public boolean isClosed() { assert

[jira] [Updated] (SOLR-14516) NPE during Realtime GET

2020-05-26 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14516: -- Fix Version/s: 8.6 > NPE during Realtime GET > --- > > Key:

[jira] [Updated] (SOLR-14516) NPE during Realtime GET

2020-05-26 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14516: -- Issue Type: Bug (was: Task) > NPE during Realtime GET > --- > >

[jira] [Assigned] (SOLR-14516) NPE during Realtime GET

2020-05-26 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-14516: - Assignee: Noble Paul > NPE during Realtime GET > --- > >

[jira] [Created] (SOLR-14516) NPE during Realtime GET

2020-05-26 Thread Noble Paul (Jira)
Noble Paul created SOLR-14516: - Summary: NPE during Realtime GET Key: SOLR-14516 URL: https://issues.apache.org/jira/browse/SOLR-14516 Project: Solr Issue Type: Task Security Level: Public

[jira] [Updated] (SOLR-14467) inconsistent server errors combining relatedness() with allBuckets:true

2020-05-26 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-14467: -- Attachment: SOLR-14467_test.patch Status: Open (was: Open) I've updated

[jira] [Created] (SOLR-14514) json.facets: method:stream is incompatible with allBuckets:true

2020-05-26 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-14514: - Summary: json.facets: method:stream is incompatible with allBuckets:true Key: SOLR-14514 URL: https://issues.apache.org/jira/browse/SOLR-14514 Project:

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

2020-05-26 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117042#comment-17117042 ] David Smiley commented on LUCENE-9077: -- I noticed that the Gradle build cache is defeated when

[jira] [Commented] (SOLR-11334) UnifiedSolrHighlighter returns an error when hl.fl delimited by ", "

2020-05-26 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117038#comment-17117038 ] David Smiley commented on SOLR-11334: - Thanks but the patch doesn't fix the root cause; it works

[jira] [Commented] (LUCENE-9382) Lucene's gradle version can't cope with Java 14

2020-05-26 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117022#comment-17117022 ] Dawid Weiss commented on LUCENE-9382: - Upgrading to newer gradle isn't always trivial (in fact, it

[jira] [Assigned] (LUCENE-9382) Lucene's gradle version can't cope with Java 14

2020-05-26 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9382: --- Assignee: Dawid Weiss > Lucene's gradle version can't cope with Java 14 >

[jira] [Updated] (LUCENE-9382) Lucene's gradle version can't cope with Java 14

2020-05-26 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9382: Parent: LUCENE-9077 Issue Type: Sub-task (was: Improvement) > Lucene's gradle version

[jira] [Commented] (SOLR-13749) Implement support for joining across collections with multiple shards ( XCJF )

2020-05-26 Thread Kevin Watters (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117018#comment-17117018 ] Kevin Watters commented on SOLR-13749: -- routerField in the solrconfig.xml is only to be able to

[jira] [Created] (LUCENE-9384) Backport for the field sort optimization of LUCENE-9280

2020-05-26 Thread Mayya Sharipova (Jira)
Mayya Sharipova created LUCENE-9384: --- Summary: Backport for the field sort optimization of LUCENE-9280 Key: LUCENE-9384 URL: https://issues.apache.org/jira/browse/LUCENE-9384 Project: Lucene - Core

[jira] [Commented] (LUCENE-9326) Refactor SortField to better handle extensions

2020-05-26 Thread Tony Xu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116928#comment-17116928 ] Tony Xu commented on LUCENE-9326: - Hi Alan, I landed here because of this PR 

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

2020-05-26 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116924#comment-17116924 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-13289: -- I like the idea Christine,

[jira] [Commented] (SOLR-14467) inconsistent server errors combining relatedness() with allBuckets:true

2020-05-26 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116880#comment-17116880 ] Chris M. Hostetter commented on SOLR-14467: --- bq. One general question: when

[jira] [Created] (LUCENE-9383) Port benchmark module Ant build to Gradle

2020-05-26 Thread David Smiley (Jira)
David Smiley created LUCENE-9383: Summary: Port benchmark module Ant build to Gradle Key: LUCENE-9383 URL: https://issues.apache.org/jira/browse/LUCENE-9383 Project: Lucene - Core Issue

[jira] [Updated] (SOLR-14280) SolrConfig logging not helpful

2020-05-26 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-14280: --- Fix Version/s: 8.6 master (9.0) Assignee: Jason Gerlowski

[jira] [Commented] (SOLR-14280) SolrConfig logging not helpful

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

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-05-26 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116719#comment-17116719 ] Michael Sokolov commented on LUCENE-9378: - Another use case I'd like to plan for is using

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-05-26 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116713#comment-17116713 ] Michael Sokolov commented on LUCENE-9378: - {quote}... disabled compression for short binary

[jira] [Commented] (SOLR-14280) SolrConfig logging not helpful

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

[jira] [Commented] (LUCENE-9382) Lucene's gradle version can't cope with Java 14

2020-05-26 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116683#comment-17116683 ] Erick Erickson commented on LUCENE-9382: Looks like

[jira] [Commented] (LUCENE-9325) Sort and SortField are not immutable

2020-05-26 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116679#comment-17116679 ] Michael McCandless commented on LUCENE-9325: +1, clearly trappy today, and we (Amazon

[jira] [Resolved] (SOLR-14498) BlockCache gets stuck not accepting new stores

2020-05-26 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-14498. - Fix Version/s: 8.6 Resolution: Fixed Thanks [~jakubzytka] for reporting this and

[jira] [Commented] (SOLR-14498) BlockCache gets stuck not accepting new stores

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

[jira] [Commented] (SOLR-14498) BlockCache gets stuck not accepting new stores

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

[jira] [Created] (LUCENE-9382) Lucene's gradle version can't cope with Java 14

2020-05-26 Thread Alan Woodward (Jira)
Alan Woodward created LUCENE-9382: - Summary: Lucene's gradle version can't cope with Java 14 Key: LUCENE-9382 URL: https://issues.apache.org/jira/browse/LUCENE-9382 Project: Lucene - Core

[jira] [Commented] (LUCENE-9381) Extract necessary SortField methods into a new interface

2020-05-26 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116592#comment-17116592 ] Alan Woodward commented on LUCENE-9381: --- I opened a PR:

[jira] [Created] (LUCENE-9381) Extract necessary SortField methods into a new interface

2020-05-26 Thread Alan Woodward (Jira)
Alan Woodward created LUCENE-9381: - Summary: Extract necessary SortField methods into a new interface Key: LUCENE-9381 URL: https://issues.apache.org/jira/browse/LUCENE-9381 Project: Lucene - Core

[jira] [Resolved] (SOLR-14513) can not compile with jdk1.8.0_20

2020-05-26 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14513. Resolution: Cannot Reproduce Hi, There is no issue with compiling Lucene 8.5 with Java 8. Please

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-05-26 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116518#comment-17116518 ] Adrien Grand commented on LUCENE-9378: -- I profiled some of these sorting tasks to understand where

[jira] [Updated] (SOLR-14513) can not compile with jdk1.8.0_20

2020-05-26 Thread aiqunfang (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] aiqunfang updated SOLR-14513: - Description: while use jdk1.8.0_20 to compile by following command: ant compile   the process is

[jira] [Updated] (SOLR-14513) can not compile with jdk1.8.0_20

2020-05-26 Thread aiqunfang (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] aiqunfang updated SOLR-14513: - Description: while use jdk1.8.0_20 to compile by following command: ant compile   the process is

[jira] [Created] (SOLR-14513) can not compile with jdk1.8.0_20

2020-05-26 Thread aiqunfang (Jira)
aiqunfang created SOLR-14513: Summary: can not compile with jdk1.8.0_20 Key: SOLR-14513 URL: https://issues.apache.org/jira/browse/SOLR-14513 Project: Solr Issue Type: Bug Security Level:

[jira] [Resolved] (SOLR-14512) Require java 8 upgrade

2020-05-26 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14512. Resolution: Invalid You filed the same question in two mailing lists, and got an answer on May