[jira] [Resolved] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-07-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8862. -- Resolution: Fixed Fix Version/s: 8.2 master (9.0) > Collector Level

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876134#comment-16876134 ] ASF subversion and git services commented on LUCENE-8862: - Commit

[jira] [Commented] (LUCENE-8882) Add State To QueryVisitor

2019-07-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876132#comment-16876132 ] Adrien Grand commented on LUCENE-8882: -- Can you elaborate more on how this would help replace

[GitHub] [lucene-solr] jpountz commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
jpountz commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734#issuecomment-507237517 I tried to merge but I'm hitting a reproducible test failure: `ant test -Dtestcase=TestShardSearching

[GitHub] [lucene-solr] thomaswoeckinger opened a new pull request #755: SOLR-13592: Introduce EmbeddedSolrTestBase for better integration tests

2019-07-01 Thread GitBox
thomaswoeckinger opened a new pull request #755: SOLR-13592: Introduce EmbeddedSolrTestBase for better integration tests URL: https://github.com/apache/lucene-solr/pull/755 To allow better integration of EmbeddedSolrServer, hidden implementation should be moved out of SolrJettyTestBase

[jira] [Commented] (SOLR-13583) Impossible to delete a collection with the same name as an existing alias

2019-07-01 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876147#comment-16876147 ] Andrzej Bialecki commented on SOLR-13583: -- I agree - semantics of aliases is currently a mess

[GitHub] [lucene-solr] thomaswoeckinger edited a comment on issue #665: Fixes SOLR-13539

2019-07-01 Thread GitBox
thomaswoeckinger edited a comment on issue #665: Fixes SOLR-13539 URL: https://github.com/apache/lucene-solr/pull/665#issuecomment-507243090 > I was able to clean up some of the failures locally by removing the second clause in the if-statement below. (This was added in this PR in

[GitHub] [lucene-solr] jpountz commented on a change in pull request #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
jpountz commented on a change in pull request #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734#discussion_r299011695 ## File path: lucene/core/src/java/org/apache/lucene/search/TopDocs.java ## @@ -276,12

[GitHub] [lucene-solr] jpountz commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
jpountz commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734#issuecomment-507249007 Would you mind running the whole test suite to make sure there are no other tests that fail with this change?

[GitHub] [lucene-solr] romseygeek closed pull request #749: LUCENE-8893: Intervals.prefix() and Intervals.wildcard() should take BytesRef

2019-07-01 Thread GitBox
romseygeek closed pull request #749: LUCENE-8893: Intervals.prefix() and Intervals.wildcard() should take BytesRef URL: https://github.com/apache/lucene-solr/pull/749 This is an automated message from the Apache Git

[jira] [Commented] (SOLR-13587) Close BackupRepository after every usage

2019-07-01 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876014#comment-16876014 ] Mikhail Khludnev commented on SOLR-13587: - [~krisden], Right. However, there's such thing as

[GitHub] [lucene-solr] jpountz merged pull request #729: LUCENE-8862: Introduce Collector Level Memory Accounting

2019-07-01 Thread GitBox
jpountz merged pull request #729: LUCENE-8862: Introduce Collector Level Memory Accounting URL: https://github.com/apache/lucene-solr/pull/729 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-07-01 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876130#comment-16876130 ] Atri Sharma commented on LUCENE-8862: - [~jpountz] Thanks for pushing and reviewing! > Collector

[GitHub] [lucene-solr] thomaswoeckinger commented on issue #755: SOLR-13592: Introduce EmbeddedSolrTestBase for better integration tests

2019-07-01 Thread GitBox
thomaswoeckinger commented on issue #755: SOLR-13592: Introduce EmbeddedSolrTestBase for better integration tests URL: https://github.com/apache/lucene-solr/pull/755#issuecomment-507241912 @gerlowskija plz review This is an

[GitHub] [lucene-solr] thomaswoeckinger commented on issue #665: Fixes SOLR-13539

2019-07-01 Thread GitBox
thomaswoeckinger commented on issue #665: Fixes SOLR-13539 URL: https://github.com/apache/lucene-solr/pull/665#issuecomment-507243090 > I was able to clean up some of the failures locally by removing the second clause in the if-statement below. (This was added in this PR in

[GitHub] [lucene-solr] atris commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
atris commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734#issuecomment-507248074 @jpountz Thanks for pointing it out. That was due to the test assuming that TopDocs.merge will set the shard indices and

[GitHub] [lucene-solr] atris commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
atris commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734#issuecomment-507264311 @jpountz Ran the same, it passed. Fixed the indent as well. Could not run ant precommit due to some unneeded files in

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 136 - Failure

2019-07-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/136/ No tests ran. Build Log: [...truncated 24991 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876129#comment-16876129 ] ASF subversion and git services commented on LUCENE-8862: - Commit

[GitHub] [lucene-solr] atris opened a new pull request #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits

2019-07-01 Thread GitBox
atris opened a new pull request #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits URL: https://github.com/apache/lucene-solr/pull/754 Existing top score docs collectors prepopulate the priority queue with sentinel objects, which can be expensive for large number

[jira] [Created] (SOLR-13592) Move hidden EmbeddedSolrServer out of SolrJettyTestBase

2019-07-01 Thread JIRA
Thomas Wöckinger created SOLR-13592: --- Summary: Move hidden EmbeddedSolrServer out of SolrJettyTestBase Key: SOLR-13592 URL: https://issues.apache.org/jira/browse/SOLR-13592 Project: Solr

[GitHub] [lucene-solr] thomaswoeckinger edited a comment on issue #665: Fixes SOLR-13539

2019-07-01 Thread GitBox
thomaswoeckinger edited a comment on issue #665: Fixes SOLR-13539 URL: https://github.com/apache/lucene-solr/pull/665#issuecomment-507243090 > I was able to clean up some of the failures locally by removing the second clause in the if-statement below. (This was added in this PR in

[GitHub] [lucene-solr] thomaswoeckinger edited a comment on issue #665: Fixes SOLR-13539

2019-07-01 Thread GitBox
thomaswoeckinger edited a comment on issue #665: Fixes SOLR-13539 URL: https://github.com/apache/lucene-solr/pull/665#issuecomment-507243090 > I was able to clean up some of the failures locally by removing the second clause in the if-statement below. (This was added in this PR in

[jira] [Commented] (SOLR-13539) Atomic Update Multivalue remove does not work for field types UUID, Enums, Bool and Binary

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876164#comment-16876164 ] ASF subversion and git services commented on SOLR-13539: Commit

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-11.0.3) - Build # 799 - Still Unstable!

2019-07-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/799/ Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.lucene.util.TestRamUsageEstimator.testMap Error Message: expected:<25152.0> but was:<30184.0> Stack Trace:

[jira] [Commented] (SOLR-13569) AdminUI visual indication of prod/test/dev environment

2019-07-01 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876177#comment-16876177 ] Cassandra Targett commented on SOLR-13569: -- No, that should be fine I think. I had only skimmed

[GitHub] [lucene-solr] msokolov commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
msokolov commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734#issuecomment-507267865 You really should be running precommit; otherwise you are just asking someone else to do it for you. Is there some

[GitHub] [lucene-solr] atris commented on issue #742: LUCENE-8882: Extend QueryVisitor To Maintain Metadata State

2019-07-01 Thread GitBox
atris commented on issue #742: LUCENE-8882: Extend QueryVisitor To Maintain Metadata State URL: https://github.com/apache/lucene-solr/pull/742#issuecomment-507178876 Any thoughts on this? Happy to iterate This is an

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876026#comment-16876026 ] Atri Sharma commented on LUCENE-8857: - Should we push the latest iteration on the PR, if it looks

[jira] [Created] (LUCENE-8897) Allow Callbacks For Events In Collectors/ CollectorManagers

2019-07-01 Thread Atri Sharma (JIRA)
Atri Sharma created LUCENE-8897: --- Summary: Allow Callbacks For Events In Collectors/ CollectorManagers Key: LUCENE-8897 URL: https://issues.apache.org/jira/browse/LUCENE-8897 Project: Lucene - Core

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk1.8.0_201) - Build # 798 - Still Unstable!

2019-07-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/798/ Java: 64bit/jdk1.8.0_201 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica Error Message: Timeout occurred while waiting response from

[jira] [Created] (LUCENE-8896) Override default implementation of IntersectVisitor#visit(DocIDSetBuilder, byte[]) for several queries

2019-07-01 Thread Ignacio Vera (JIRA)
Ignacio Vera created LUCENE-8896: Summary: Override default implementation of IntersectVisitor#visit(DocIDSetBuilder, byte[]) for several queries Key: LUCENE-8896 URL:

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 24324 - Unstable!

2019-07-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24324/ Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.client.solrj.TestLBHttp2SolrClient.testSimple Error Message: Timeout occured while waiting response

[jira] [Updated] (SOLR-13587) Close BackupRepository after every usage

2019-07-01 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-13587: Status: Patch Available (was: Open) > Close BackupRepository after every usage >

[jira] [Commented] (LUCENE-8896) Override default implementation of IntersectVisitor#visit(DocIDSetBuilder, byte[]) for several queries

2019-07-01 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876037#comment-16876037 ] Atri Sharma commented on LUCENE-8896: - Does PointRangeQuery not already have its custom intersects

[jira] [Created] (SOLR-13591) AlreadyClosedException in SolrJ

2019-07-01 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-13591: Summary: AlreadyClosedException in SolrJ Key: SOLR-13591 URL: https://issues.apache.org/jira/browse/SOLR-13591 Project: Solr Issue Type: Bug Security

[jira] [Commented] (LUCENE-8893) Intervals.wildcard() and Intervals.prefix() should take BytesRef

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876000#comment-16876000 ] ASF subversion and git services commented on LUCENE-8893: - Commit

[jira] [Commented] (LUCENE-8893) Intervals.wildcard() and Intervals.prefix() should take BytesRef

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876001#comment-16876001 ] ASF subversion and git services commented on LUCENE-8893: - Commit

[jira] [Resolved] (LUCENE-8893) Intervals.wildcard() and Intervals.prefix() should take BytesRef

2019-07-01 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8893. --- Resolution: Fixed Fix Version/s: 8.2 > Intervals.wildcard() and Intervals.prefix()

[GitHub] [lucene-solr] jpountz merged pull request #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
jpountz merged pull request #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734 This is an automated message from the Apache Git Service. To respond to the

[jira] [Resolved] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8857. -- Resolution: Fixed Fix Version/s: master (9.0) > Refactor TopDocs#Merge To Take In

[GitHub] [lucene-solr] msokolov commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
msokolov commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734#issuecomment-507284600 I see - sorry your machine is muddled! On Mon, Jul 1, 2019 at 9:44 AM Atri Sharma wrote: > @msokolov

[jira] [Created] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Tomoko Uchida (JIRA)
Tomoko Uchida created SOLR-13593: Summary: Allow to specify analyzer components by their SPI names in schema definition Key: SOLR-13593 URL: https://issues.apache.org/jira/browse/SOLR-13593 Project:

[JENKINS] Lucene-Solr-8.x-Windows (32bit/jdk1.8.0_201) - Build # 342 - Still Unstable!

2019-07-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/342/ Java: 32bit/jdk1.8.0_201 -server -XX:+UseSerialGC 3 tests failed. FAILED: org.apache.solr.cloud.ReplicationFactorTest.test Error Message: Expected rf=2 because batch should have succeeded on 2 replicas (only one replica should

[jira] [Updated] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated SOLR-13593: - Description: Now each analysis factory has explicitely documented SPI name which is stored in

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12.0.1) - Build # 24325 - Still Unstable!

2019-07-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24325/ Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplicaLegacy Error Message: Timeout occurred while waiting

[GitHub] [lucene-solr] msokolov commented on issue #753: LUCENE-8895: switch all FST usage to enable array-with-gaps encoding

2019-07-01 Thread GitBox
msokolov commented on issue #753: LUCENE-8895: switch all FST usage to enable array-with-gaps encoding URL: https://github.com/apache/lucene-solr/pull/753#issuecomment-507295712 Based on feedback so far, this looks like a reasonable step. Also note latest commit removes unused

[GitHub] [lucene-solr] msokolov edited a comment on issue #753: LUCENE-8895: switch all FST usage to enable array-with-gaps encoding

2019-07-01 Thread GitBox
msokolov edited a comment on issue #753: LUCENE-8895: switch all FST usage to enable array-with-gaps encoding URL: https://github.com/apache/lucene-solr/pull/753#issuecomment-507295712 Based on feedback so far, this looks like a reasonable step. Also note latest commit removes unused

[GitHub] [lucene-solr] msokolov edited a comment on issue #753: LUCENE-8895: switch all FST usage to enable array-with-gaps encoding

2019-07-01 Thread GitBox
msokolov edited a comment on issue #753: LUCENE-8895: switch all FST usage to enable array-with-gaps encoding URL: https://github.com/apache/lucene-solr/pull/753#issuecomment-507295712 Based on feedback so far, this looks like a reasonable step. Also note latest commit removes unused

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876244#comment-16876244 ] ASF subversion and git services commented on LUCENE-8857: - Commit

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876242#comment-16876242 ] Adrien Grand commented on LUCENE-8857: -- Thanks [~munendrasn] I'm reverting now. > Refactor

[GitHub] [lucene-solr] iverase commented on a change in pull request #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries

2019-07-01 Thread GitBox
iverase commented on a change in pull request #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries URL: https://github.com/apache/lucene-solr/pull/726#discussion_r299084238 ## File path:

[GitHub] [lucene-solr] nknize commented on a change in pull request #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries

2019-07-01 Thread GitBox
nknize commented on a change in pull request #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries URL: https://github.com/apache/lucene-solr/pull/726#discussion_r299084653 ## File path:

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876200#comment-16876200 ] ASF subversion and git services commented on LUCENE-8857: - Commit

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876218#comment-16876218 ] Atri Sharma commented on LUCENE-8857: - [~jpountz] Thanks for committing and reviewing, [~simonw]

[GitHub] [lucene-solr] nknize commented on a change in pull request #709: LUCENE-8850: Calculate the area of a polygon and throw error when values are invalid

2019-07-01 Thread GitBox
nknize commented on a change in pull request #709: LUCENE-8850: Calculate the area of a polygon and throw error when values are invalid URL: https://github.com/apache/lucene-solr/pull/709#discussion_r299071383 ## File path: lucene/core/src/java/org/apache/lucene/geo/Polygon.java

[jira] [Updated] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated SOLR-13593: - Description: Now each analysis factory has explicitely documented SPI name which is stored in

[jira] [Updated] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated SOLR-13593: - Description: Now each analysis factory has explicitely documented SPI name which is stored in

[jira] [Comment Edited] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876223#comment-16876223 ] Varun Thacker edited comment on SOLR-13593 at 7/1/19 2:33 PM: -- +1 for having

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876248#comment-16876248 ] Adrien Grand commented on LUCENE-8857: -- [~atris] Can you look into those failures? I had understood

[jira] [Commented] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876247#comment-16876247 ] Tomoko Uchida commented on SOLR-13593: -- This issue does not intend to replace current "class=...",

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876253#comment-16876253 ] Atri Sharma commented on LUCENE-8857: - I did – I was not able to see any failures (probably due to

[jira] [Commented] (LUCENE-8566) Deprecate methods in CustomAnalyzer.Builder which take factory classes

2019-07-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876255#comment-16876255 ] Tomoko Uchida commented on LUCENE-8566: --- I opened SOLR-13593 to allow to use SPI names in the Solr

[GitHub] [lucene-solr] atris commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
atris commented on issue #734: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/734#issuecomment-507270733 @msokolov I agree, ant precommit is a must for PRs (have been doing it for my PRs prior to the last couple). The reason I am

[jira] [Commented] (SOLR-13539) Atomic Update Multivalue remove does not work for field types UUID, Enums, Bool and Binary

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876204#comment-16876204 ] ASF subversion and git services commented on SOLR-13539: Commit

[jira] [Commented] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876223#comment-16876223 ] Varun Thacker commented on SOLR-13593: -- +1 for having the ability to say "whitespace" etc Is the

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876227#comment-16876227 ] Munendra S N commented on LUCENE-8857: -- I'm working on SOLR-13404, after this merge som tests

[jira] [Commented] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876230#comment-16876230 ] Tomoko Uchida commented on SOLR-13593: -- [~varunthacker]: sorry, I made mistakes in my description. I

[GitHub] [lucene-solr] nknize commented on a change in pull request #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries

2019-07-01 Thread GitBox
nknize commented on a change in pull request #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries URL: https://github.com/apache/lucene-solr/pull/726#discussion_r299080261 ## File path:

Re: [JENKINS] Solr-reference-guide-8.x - Build # 3944 - Still Failing

2019-07-01 Thread Cassandra Targett
I pushed a change to master and updated the Ref Guide master build to use “git-websites” again. I’ll monitor the next time it runs (~30 minutes from now) to see what happens. If it works, I’ll backport the change to branch_8x. Cassandra On Jun 30, 2019, 3:13 PM -0500, Erick Erickson , wrote: >

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876271#comment-16876271 ] ASF subversion and git services commented on SOLR-13105: Commit

[jira] [Updated] (SOLR-13589) Allow zplot to visualize 2D clusters and convex hulls

2019-07-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13589: -- Summary: Allow zplot to visualize 2D clusters and convex hulls (was: Add projectToBorder

[GitHub] [lucene-solr] gerlowskija commented on issue #665: Fixes SOLR-13539

2019-07-01 Thread GitBox
gerlowskija commented on issue #665: Fixes SOLR-13539 URL: https://github.com/apache/lucene-solr/pull/665#issuecomment-507317359 Ok. I was worried we'd miss 8.1.2, so I took your changes to AbstractEnumField, BinaryField, BoolField, and UUIDField and merged them in a much smaller commit

[jira] [Updated] (SOLR-13589) Allow zplot to visualize 2D clusters and convex hulls

2019-07-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13589: -- Description: This ticket will support for visualization of convex hulls through the

[jira] [Updated] (SOLR-13589) Allow zplot to visualize 2D clusters and convex hulls

2019-07-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13589: -- Description: This ticket will add support for visualization of convex hulls through the

[jira] [Updated] (SOLR-13589) Allow zplot to visualize 2D clusters and convex hulls

2019-07-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13589: -- Description: This ticket will add support for visualization of convex hulls through the

[jira] [Commented] (SOLR-13587) Close BackupRepository after every usage

2019-07-01 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876330#comment-16876330 ] Lucene/Solr QA commented on SOLR-13587: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (SOLR-13539) Atomic Update Multivalue remove does not work for field types UUID, Enums, Bool and Binary

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876265#comment-16876265 ] ASF subversion and git services commented on SOLR-13539: Commit

[jira] [Updated] (SOLR-13589) Allow zplot to visualize 2D clusters and convex hulls

2019-07-01 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13589: -- Attachment: convex.png clusters.png > Allow zplot to visualize 2D clusters and

BadApple report

2019-07-01 Thread Erick Erickson
Pretty steady, I won’t be doing anything with annotations this week: **Annotations will be removed from the following tests because they haven't failed in the last 4 rollups. **Methods: 3 FullSolrCloudDistribCmdsTest.test MultiThreadedOCPTest.test

[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-07-01 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876335#comment-16876335 ] Atri Sharma commented on LUCENE-8857: - [~jpountz] I investigated this and it turned out to be a test

[jira] [Commented] (LUCENE-8892) Missing closing parens in string representation of MultiBoolFunction

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876339#comment-16876339 ] ASF subversion and git services commented on LUCENE-8892: - Commit

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876350#comment-16876350 ] ASF subversion and git services commented on SOLR-13105: Commit

Re: [JENKINS] Solr-reference-guide-8.x - Build # 3944 - Still Failing

2019-07-01 Thread Cassandra Targett
And the master job finished successfully (I checked and made sure it ran on the new server, and it did), so now I’ve backported the script change to branch_8x and updated the 8.x Ref Guide job to use the tag “git-websites” again. It just also finished successfully. Thanks again Steve for your

[jira] [Commented] (LUCENE-8892) Missing closing parens in string representation of MultiBoolFunction

2019-07-01 Thread Florian Diebold (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876353#comment-16876353 ] Florian Diebold commented on LUCENE-8892: - Thanks! > Missing closing parens in string

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-11.0.3) - Build # 5233 - Unstable!

2019-07-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5233/ Java: 64bit/jdk-11.0.3 -XX:+UseCompressedOops -XX:+UseG1GC 21 tests failed. FAILED: org.apache.lucene.search.grouping.TestGrouping.testRandom Error Message: doc=168 wrong shard expected:<6> but was:<-1> Stack Trace:

[jira] [Commented] (SOLR-7442) HttpClient replacement for HTTP/2.0

2019-07-01 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876359#comment-16876359 ] Munendra S N commented on SOLR-7442: I'm marking this as resolved, please reopen if that is not the

[jira] [Resolved] (SOLR-7442) HttpClient replacement for HTTP/2.0

2019-07-01 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N resolved SOLR-7442. Resolution: Done Fix Version/s: 8.1 > HttpClient replacement for HTTP/2.0 >

[jira] [Commented] (LUCENE-8892) Missing closing parens in string representation of MultiBoolFunction

2019-07-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876360#comment-16876360 ] ASF subversion and git services commented on LUCENE-8892: - Commit

[jira] [Commented] (LUCENE-8892) Missing closing parens in string representation of MultiBoolFunction

2019-07-01 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876362#comment-16876362 ] Munendra S N commented on LUCENE-8892: -- Thanks [~fdiebold] [~jpountz] I don't have permissions to

[GitHub] [lucene-solr] iverase opened a new pull request #756: LUCENE-8896: Override default implementation of IntersectVisitor#visit(DocIDSetBuilder, byte[]) for several queries

2019-07-01 Thread GitBox
iverase opened a new pull request #756: LUCENE-8896: Override default implementation of IntersectVisitor#visit(DocIDSetBuilder, byte[]) for several queries URL: https://github.com/apache/lucene-solr/pull/756 The following queries have been implemented: - LatLonShapeQuery -

[jira] [Commented] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-01 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876372#comment-16876372 ] Varun Thacker commented on SOLR-13593: -- {quote}I agree with this idea! Meanwhile I think the field

[jira] [Commented] (LUCENE-8896) Override default implementation of IntersectVisitor#visit(DocIDSetBuilder, byte[]) for several queries

2019-07-01 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876373#comment-16876373 ] Ignacio Vera commented on LUCENE-8896: -- [~atris] I am not sure what you mean, I have opened a PR

[GitHub] [lucene-solr] atris opened a new pull request #757: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge

2019-07-01 Thread GitBox
atris opened a new pull request #757: LUCENE-8857: Introduce Custom Tiebreakers in TopDocs#merge URL: https://github.com/apache/lucene-solr/pull/757 This commit introduces custom tiebreakers which allows users to specify custom tiebreakers when ordering hits to return. A default

[jira] [Created] (SOLR-13594) re-enable j13-ea SSL testing once known bugs are fixed

2019-07-01 Thread Hoss Man (JIRA)
Hoss Man created SOLR-13594: --- Summary: re-enable j13-ea SSL testing once known bugs are fixed Key: SOLR-13594 URL: https://issues.apache.org/jira/browse/SOLR-13594 Project: Solr Issue Type: Task

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1886 - Still Unstable

2019-07-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1886/ 3 tests failed. FAILED: org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest.test Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite

Re: Lucene/Solr 8.2.0

2019-07-01 Thread Nicholas Knize
+1 for starting the 8.2 release process. I think it would be good to get the LUCENE-8632 feature into 8.2 along with the BKD improvements and changes in LUCENE- and LUCENE-8896

[jira] [Commented] (LUCENE-8876) EnglishMinimalStemmer does not implement s-stemmer paper correctly?

2019-07-01 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876507#comment-16876507 ] Mark Harwood commented on LUCENE-8876: -- I reached out the paper author, Donna Harman a while ago

[jira] [Commented] (SOLR-9961) RestoreCore needs the option to download files in parallel.

2019-07-01 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876525#comment-16876525 ] Mikhail Khludnev commented on SOLR-9961: Design would be: * {{BackupRepositoryFactory}} holds

[jira] [Resolved] (SOLR-12988) Known OpenJDK >= 11 SSL (TLSv1.3) bugs can cause problems with Solr

2019-07-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-12988. - Resolution: Workaround With the jenkins servers upgraded, and the new SSLTestConfig assumptions in

  1   2   >