[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 1070 - Failure!

2019-02-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/1070/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC No tests ran. Build Log: [...truncated 18 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.

[jira] [Created] (LUCENE-8709) TestBKDRadixSelector.testRandomLastByteTwoValues failure

2019-02-26 Thread Ignacio Vera (JIRA)
Ignacio Vera created LUCENE-8709: Summary: TestBKDRadixSelector.testRandomLastByteTwoValues failure Key: LUCENE-8709 URL: https://issues.apache.org/jira/browse/LUCENE-8709 Project: Lucene - Core

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 9 - Still Unstable

2019-02-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.0/9/ 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest: 1) Th

[JENKINS] Lucene-Solr-repro - Build # 2899 - Failure

2019-02-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2899/ [...truncated 45 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:8

[JENKINS] Solr-reference-guide-master - Build # 14039 - Failure

2019-02-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-reference-guide-master/14039/ Log: Started by timer [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master No credentials

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 54 - Failure!

2019-02-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/54/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC No tests ran. Build Log: [...truncated 18 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apach

[JENKINS] Lucene-Solr-repro - Build # 2900 - Still Failing

2019-02-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2900/ [...truncated 18 lines...] ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:8

[JENKINS] Lucene-Solr-NightlyTests-8.0 - Build # 7 - Unstable

2019-02-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.0/7/ 8 tests failed. FAILED: org.apache.lucene.codecs.lucene70.TestLucene70NormsFormat.testFewValues Error Message: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/build/backward-codecs/test/J1/temp/

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260193831 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to t

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260193924 ## File path: lucene/core/src/java/org/apache/lucene/search/TermInSetQuery.java ## @@ -135,6 +138,20 @@ private boolean

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260198917 ## File path: lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/MultiTermHighlighting.java ## @@ -17,180

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260198987 ## File path: lucene/core/src/test/org/apache/lucene/search/TestQueryVisitor.java ## @@ -0,0 +1,226 @@ +/* + * Licensed

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260199400 ## File path: lucene/core/src/java/org/apache/lucene/search/TermInSetQuery.java ## @@ -135,6 +138,20 @@ private boolean

[GitHub] romseygeek commented on issue #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-467370947 Thanks for the review @dsmiley! I pushed some changes in response. This is an automated

[GitHub] apoorvprecisely opened a new pull request #588: feat(facet): support interval faceting for json facets

2019-02-26 Thread GitBox
apoorvprecisely opened a new pull request #588: feat(facet): support interval faceting for json facets URL: https://github.com/apache/lucene-solr/pull/588 This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (SOLR-9882) exceeding timeAllowed causes ClassCastException: BasicResultContext cannot be cast to SolrDocumentList

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

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

2019-02-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23722/ Java: 64bit/jdk-13-ea+8 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 11 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.OverseerTest Error Message: SOLR-11606: ByteBuddy used by Mockito is not working

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 2305 - Still Unstable!

2019-02-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2305/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.testListenerAcceptance Error Message: Timeout waiting for callCount to hit at leas

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260210705 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewrite(I

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260211193 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to the A

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260211700 ## File path: lucene/core/src/java/org/apache/lucene/search/DisjunctionMaxQuery.java ## @@ -237,6 +237,16 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260213580 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/TermAutomatonQuery.java ## @@ -492,4 +492,15 @@ public Quer

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260211348 ## File path: lucene/core/src/java/org/apache/lucene/search/MultiPhraseQuery.java ## @@ -203,6 +203,22 @@ public Query rewr

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260210384 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to the A

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260213904 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/IntervalQuery.java ## @@ -147,7 +153,7 @@ public

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260216634 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to the A

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260213337 ## File path: lucene/queries/src/java/org/apache/lucene/queries/CommonTermsQuery.java ## @@ -129,7 +130,18 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260213535 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/CoveringQuery.java ## @@ -109,6 +109,17 @@ public Query rewr

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260214115 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/MinimumShouldMatchIntervalsSource.java ## @@ -85,

[jira] [Commented] (LUCENE-5967) Allow WildcardQuery and RegexpQuery to also use auto-prefix terms

2019-02-26 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1689#comment-1689 ] Alan Woodward commented on LUCENE-5967: --- Auto-prefix terms are long gone now, so I

[jira] [Commented] (SOLR-13268) Clean up any test failures resulting from defaulting to async logging

2019-02-26 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777828#comment-16777828 ] Kevin Risden commented on SOLR-13268: - I have no idea what is going on after thinking

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260243145 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/IntervalQuery.java ## @@ -147,7 +153,7 @@ pub

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260243236 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to t

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260243236 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to t

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260243145 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/IntervalQuery.java ## @@ -147,7 +153,7 @@ pub

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260244078 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewri

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260244078 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewri

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260244362 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to t

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260244362 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to t

[JENKINS] Lucene-Artifacts-7.x - Build # 448 - Failure

2019-02-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Artifacts-7.x/448/ No tests ran. Build Log: [...truncated 10 lines...] ERROR: Timeout after 10 minutes ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/repos/asf/l

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 1050 - Still Unstable!

2019-02-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/1050/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce Error Message: MockDirectoryWr

[GitHub] apoorvprecisely opened a new pull request #589: feat(facet/interval): support json facet request for interval facets

2019-02-26 Thread GitBox
apoorvprecisely opened a new pull request #589: feat(facet/interval): support json facet request for interval facets URL: https://github.com/apache/lucene-solr/pull/589 This is an automated message from the Apache Git Servic

[GitHub] apoorvprecisely opened a new pull request #589: feat(facet/interval): support json facet request for interval facets

2019-02-26 Thread GitBox
apoorvprecisely opened a new pull request #589: feat(facet/interval): support json facet request for interval facets URL: https://github.com/apache/lucene-solr/pull/589 This is an automated message from the Apache Git Servic

[JENKINS] Lucene-Solr-BadApples-Tests-7.x - Build # 297 - Unstable

2019-02-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/297/ 3 tests failed. FAILED: org.apache.solr.common.cloud.SolrZkClientTest.testSimpleUpdateACLs Error Message: java.lang.InterruptedException: sleep interrupted Stack Trace: java.lang.RuntimeException: java.lang.InterruptedExc

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260259941 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewrite(I

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260259941 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewrite(I

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260262309 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewri

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260262309 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewri

[JENKINS-EA] Lucene-Solr-8.0-Linux (64bit/jdk-13-ea+8) - Build # 216 - Unstable!

2019-02-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Linux/216/ Java: 64bit/jdk-13-ea+8 -XX:+UseCompressedOops -XX:+UseParallelGC 10 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.OverseerTest Error Message: SOLR-11606: ByteBuddy used by Mockito is not working with this

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260266009 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewrite(I

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260266009 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewrite(I

[jira] [Created] (SOLR-13272) Interval facet support for JSON faceting

2019-02-26 Thread Apoorv Bhawsar (JIRA)
Apoorv Bhawsar created SOLR-13272: - Summary: Interval facet support for JSON faceting Key: SOLR-13272 URL: https://issues.apache.org/jira/browse/SOLR-13272 Project: Solr Issue Type: New Featu

[jira] [Updated] (SOLR-13272) Interval facet support for JSON faceting

2019-02-26 Thread Apoorv Bhawsar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Bhawsar updated SOLR-13272: -- Attachment: interval_json.patch > Interval facet support for JSON faceting > --

[jira] [Updated] (SOLR-13272) Interval facet support for JSON faceting

2019-02-26 Thread Apoorv Bhawsar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Bhawsar updated SOLR-13272: -- Description: Interval facet is supported in classical facet component but has no support in js

[jira] [Commented] (SOLR-13227) Remove slow other-range checks from RangeFacetProcessor

2019-02-26 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777876#comment-16777876 ] Lucene/Solr QA commented on SOLR-13227: --- | (x) *{color:red}-1 overall{color}* | \\

[jira] [Updated] (SOLR-13272) Interval facet support for JSON faceting

2019-02-26 Thread Apoorv Bhawsar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Bhawsar updated SOLR-13272: -- Description: Interval facet is supported in classical facet component but has no support in js

[jira] [Commented] (SOLR-13267) complex {!graph query: NullPointerException

2019-02-26 Thread Jochen Barth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777900#comment-16777900 ] Jochen Barth commented on SOLR-13267: - -_query_:" ... " instead of -... does help. P

[jira] [Updated] (SOLR-13271) Implement a read-only mode for a collection

2019-02-26 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-13271: - Attachment: SOLR-13271.patch > Implement a read-only mode for a collection >

[jira] [Issue Comment Deleted] (SOLR-13267) complex {!graph query: NullPointerException

2019-02-26 Thread Jochen Barth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Barth updated SOLR-13267: Comment: was deleted (was: -_query_:" ... " instead of -... does help. Please close this case.  )

[jira] [Closed] (SOLR-13267) complex {!graph query: NullPointerException

2019-02-26 Thread Jochen Barth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Barth closed SOLR-13267. --- > complex {!graph query: NullPointerException > --- > >

[jira] [Resolved] (SOLR-13267) complex {!graph query: NullPointerException

2019-02-26 Thread Jochen Barth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Barth resolved SOLR-13267. - Resolution: Not A Problem -_query_:"..." instead of -... does work. > complex {!graph query: Nul

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2019-02-26 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777909#comment-16777909 ] Andrzej Bialecki commented on SOLR-13271: -- This patch implements the read-only

[jira] [Commented] (LUCENE-8696) TestGeo3DPoint.testGeo3DRelations failure

2019-02-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777922#comment-16777922 ] ASF subversion and git services commented on LUCENE-8696: - Commi

[jira] [Commented] (LUCENE-8696) TestGeo3DPoint.testGeo3DRelations failure

2019-02-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777926#comment-16777926 ] ASF subversion and git services commented on LUCENE-8696: - Commi

[jira] [Commented] (LUCENE-8696) TestGeo3DPoint.testGeo3DRelations failure

2019-02-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777927#comment-16777927 ] ASF subversion and git services commented on LUCENE-8696: - Commi

[JENKINS-EA] Lucene-Solr-8.x-Linux (64bit/jdk-13-ea+8) - Build # 207 - Unstable!

2019-02-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/207/ Java: 64bit/jdk-13-ea+8 -XX:+UseCompressedOops -XX:+UseSerialGC 10 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.OverseerTest Error Message: SOLR-11606: ByteBuddy used by Mockito is not working with this JV

[GitHub] romseygeek commented on issue #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-467448787 * I've taken Simon's suggestion of removing special-casing for Automaton, and things still seem to work (although we may need to add hooks back in to all

[GitHub] romseygeek commented on issue #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
romseygeek commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-467448787 * I've taken Simon's suggestion of removing special-casing for Automaton, and things still seem to work (although we may need to add hooks back in to all

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260298924 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewrite(

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260298924 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query rewrite(

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300062 ## File path: lucene/core/src/java/org/apache/lucene/search/BoostQuery.java ## @@ -104,6 +104,14 @@ public Query rewrite(I

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300062 ## File path: lucene/core/src/java/org/apache/lucene/search/BoostQuery.java ## @@ -104,6 +104,14 @@ public Query rewrite(I

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300270 ## File path: lucene/core/src/java/org/apache/lucene/search/ConstantScoreQuery.java ## @@ -64,6 +64,14 @@ public Query re

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300270 ## File path: lucene/core/src/java/org/apache/lucene/search/ConstantScoreQuery.java ## @@ -64,6 +64,14 @@ public Query re

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300555 ## File path: lucene/core/src/java/org/apache/lucene/search/IndexOrDocValuesQuery.java ## @@ -109,16 +107,20 @@ public Qu

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300555 ## File path: lucene/core/src/java/org/apache/lucene/search/IndexOrDocValuesQuery.java ## @@ -109,16 +107,20 @@ public Qu

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300748 ## File path: lucene/core/src/java/org/apache/lucene/search/MultiTermQueryConstantScoreWrapper.java ## @@ -231,4 +231,12

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300748 ## File path: lucene/core/src/java/org/apache/lucene/search/MultiTermQueryConstantScoreWrapper.java ## @@ -231,4 +231,12

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300787 ## File path: lucene/core/src/java/org/apache/lucene/search/NGramPhraseQuery.java ## @@ -77,6 +77,14 @@ public Query rewri

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260300787 ## File path: lucene/core/src/java/org/apache/lucene/search/NGramPhraseQuery.java ## @@ -77,6 +77,14 @@ public Query rewri

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260302187 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the

[jira] [Commented] (SOLR-13268) Clean up any test failures resulting from defaulting to async logging

2019-02-26 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777947#comment-16777947 ] Kevin Risden commented on SOLR-13268: - I guess the biggest question I have currently

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260302187 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the

[jira] [Commented] (SOLR-13268) Clean up any test failures resulting from defaulting to async logging

2019-02-26 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777954#comment-16777954 ] Kevin Risden commented on SOLR-13268: - Another reproducing seed https://jenkins.thet

[jira] [Resolved] (LUCENE-5718) More flexible compound queries (containing mtq) support in postings highlighter

2019-02-26 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna resolved LUCENE-5718. -- Resolution: Duplicate This will be addressed with LUCENE-3401, which is being worked on. > Mo

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260307571 ## File path: lucene/core/src/java/org/apache/lucene/search/spans/FieldMaskingSpanQuery.java ## @@ -104,6 +106,14 @@ publ

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260307571 ## File path: lucene/core/src/java/org/apache/lucene/search/spans/FieldMaskingSpanQuery.java ## @@ -104,6 +106,14 @@ publ

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260311392 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260311392 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the

[GitHub] dsmiley commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
dsmiley commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260311806 ## File path: lucene/core/src/java/org/apache/lucene/search/FuzzyQuery.java ## @@ -146,6 +147,10 @@ public boolean getTran

[GitHub] dsmiley commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
dsmiley commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260311806 ## File path: lucene/core/src/java/org/apache/lucene/search/FuzzyQuery.java ## @@ -146,6 +147,10 @@ public boolean getTran

[GitHub] dsmiley commented on issue #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
dsmiley commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-467462766 I can understand that the default implementation of Query.visit is to call visitLeaf on itself for the benefit of backwards compatibility. That said, I thi

[GitHub] dsmiley commented on issue #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
dsmiley commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-467462766 I can understand that the default implementation of Query.visit is to call visitLeaf on itself for the benefit of backwards compatibility. That said, I thi

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260317176 ## File path: lucene/core/src/java/org/apache/lucene/search/DisjunctionMaxQuery.java ## @@ -237,6 +228,16 @@ public Query

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260317176 ## File path: lucene/core/src/java/org/apache/lucene/search/DisjunctionMaxQuery.java ## @@ -237,6 +228,16 @@ public Query

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260317416 ## File path: lucene/core/src/java/org/apache/lucene/search/spans/SpanBoostQuery.java ## @@ -93,6 +95,14 @@ public Query

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260317501 ## File path: lucene/core/src/java/org/apache/lucene/search/spans/SpanContainQuery.java ## @@ -128,6 +120,18 @@ public Qu

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260317416 ## File path: lucene/core/src/java/org/apache/lucene/search/spans/SpanBoostQuery.java ## @@ -93,6 +95,14 @@ public Query

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260317501 ## File path: lucene/core/src/java/org/apache/lucene/search/spans/SpanContainQuery.java ## @@ -128,6 +120,18 @@ public Qu

[GitHub] javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
javanna commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260317589 ## File path: lucene/core/src/java/org/apache/lucene/search/spans/SpanMultiTermQueryWrapper.java ## @@ -121,7 +122,15 @@

  1   2   3   >