[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread Timothy M. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662087#comment-15662087 ] Timothy M. Rodriguez commented on SOLR-9708: Let me know what you think. If it

[JENKINS] Lucene-Solr-6.x-Windows (64bit/jdk1.8.0_102) - Build # 559 - Still Unstable!

2016-11-13 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/559/ Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure Error Message: The data directory was not clean

[jira] [Commented] (SOLR-9757) TestFieldCacheSort.testFieldScoreReverse() failure

2016-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662170#comment-15662170 ] Michael McCandless commented on SOLR-9757: -- Woops, thanks [~steve_rowe] ... I forg

Re: lucene-solr:master: LUCENE-7555: use BM25Similarity for this test

2016-11-13 Thread Michael McCandless
OK thanks Rob, I will revert my changes (that made test coverage of our similarities wimpier) and pull BooleanSimilarity from the random rotation instead. Mike McCandless http://blog.mikemccandless.com On Sun, Nov 13, 2016 at 9:16 AM, Robert Muir wrote: > By the way, the third option, even bett

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-13 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662280#comment-15662280 ] Julian Hyde commented on SOLR-8593: --- "count(\*)" is not a good derived column name, becau

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-13 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662327#comment-15662327 ] Cao Manh Dat commented on SOLR-8593: Thanks [~julianhyde], that make sense, but will Ca

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 198 - Still Unstable

2016-11-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/198/ 4 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget Error Message: Timeout while trying to assert number of documents @ target_collection Stack Trace: java.

[jira] [Commented] (LUCENE-7526) Improvements to UnifiedHighlighter OffsetStrategies

2016-11-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662505#comment-15662505 ] David Smiley commented on LUCENE-7526: -- RE Benchmarks: Yeah it seems hard to get co

[jira] [Created] (LUCENE-7559) UnifiedHighlighter: Make Passage public for extensibility

2016-11-13 Thread David Smiley (JIRA)
David Smiley created LUCENE-7559: Summary: UnifiedHighlighter: Make Passage public for extensibility Key: LUCENE-7559 URL: https://issues.apache.org/jira/browse/LUCENE-7559 Project: Lucene - Core

[jira] [Updated] (LUCENE-7559) UnifiedHighlighter: Make Passage public for extensibility

2016-11-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-7559: - Attachment: LUCENE-7559.patch This patch makes it's fields private, adds setters, and makes the p

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18278 - Unstable!

2016-11-13 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18278/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test Error Message: Stack Trace: java.lang.NullPointerException at __rando

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87743142 --- Diff: solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java --- @@ -373,6 +373,11 @@ protected BoundaryScanner getBoundaryScanner(

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87740550 --- Diff: solr/core/src/test/org/apache/solr/highlight/TestUnifiedSolrHighlighter.java --- @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Softw

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87740491 --- Diff: solr/core/src/test/org/apache/solr/highlight/TestUnifiedSolrHighlighter.java --- @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Softw

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87740728 --- Diff: solr/core/src/test/org/apache/solr/highlight/TestUnifiedSolrHighlighter.java --- @@ -0,0 +1,222 @@ +/* + * Licensed to the Apache Softw

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87740749 --- Diff: solr/core/src/test-files/solr/collection1/conf/solrconfig-unifiedhighlight.xml --- @@ -0,0 +1,35 @@ + + + + + --- End

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87741032 --- Diff: solr/core/src/java/org/apache/solr/highlight/UnifiedSolrHighlighter.java --- @@ -0,0 +1,366 @@ +/* + * Licensed to the Apache Software

[GitHub] lucene-solr pull request #107: SOLR-9708 UnifiedHighlighter Solr Plugin

2016-11-13 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/107#discussion_r87738726 --- Diff: solr/core/src/java/org/apache/solr/highlight/UnifiedSolrHighlighter.java --- @@ -0,0 +1,366 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662926#comment-15662926 ] ASF GitHub Bot commented on SOLR-9708: -- Github user dsmiley commented on a diff in the

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662928#comment-15662928 ] ASF GitHub Bot commented on SOLR-9708: -- Github user dsmiley commented on a diff in the

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662931#comment-15662931 ] ASF GitHub Bot commented on SOLR-9708: -- Github user dsmiley commented on a diff in the

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662930#comment-15662930 ] ASF GitHub Bot commented on SOLR-9708: -- Github user dsmiley commented on a diff in the

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662929#comment-15662929 ] ASF GitHub Bot commented on SOLR-9708: -- Github user dsmiley commented on a diff in the

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662925#comment-15662925 ] ASF GitHub Bot commented on SOLR-9708: -- Github user dsmiley commented on a diff in the

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662927#comment-15662927 ] ASF GitHub Bot commented on SOLR-9708: -- Github user dsmiley commented on a diff in the

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662936#comment-15662936 ] David Smiley commented on SOLR-9708: _(see github comments)_ Looking good Tim; just som

[jira] [Commented] (SOLR-9718) All JUnits of Streaming use java assert to compare double should use assertEquals()

2016-11-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662997#comment-15662997 ] ASF subversion and git services commented on SOLR-9718: --- Commit b3596

[jira] [Commented] (SOLR-9718) All JUnits of Streaming use java assert to compare double should use assertEquals()

2016-11-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15663002#comment-15663002 ] ASF subversion and git services commented on SOLR-9718: --- Commit a32b0

[jira] [Commented] (SOLR-9718) All JUnits of Streaming use java assert to compare double should use assertEquals()

2016-11-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15663015#comment-15663015 ] ASF subversion and git services commented on SOLR-9718: --- Commit 907be

[jira] [Commented] (SOLR-7466) Allow optional leading wildcards in complexphrase

2016-11-13 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15663014#comment-15663014 ] Mikhail Khludnev commented on SOLR-7466: Or how to move ReversedWildcardFilterFacto

[jira] [Commented] (SOLR-9718) All JUnits of Streaming use java assert to compare double should use assertEquals()

2016-11-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15663018#comment-15663018 ] ASF subversion and git services commented on SOLR-9718: --- Commit 3147c

[jira] [Commented] (LUCENE-6989) Implement MMapDirectory unmapping for coming Java 9 changes

2016-11-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15661092#comment-15661092 ] Uwe Schindler commented on LUCENE-6989: --- This is all working, but I want to wait un

[jira] [Commented] (LUCENE-6989) Implement MMapDirectory unmapping for coming Java 9 changes

2016-11-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15661100#comment-15661100 ] Uwe Schindler commented on LUCENE-6989: --- The problem with backporting is usage of J

[jira] [Comment Edited] (LUCENE-6989) Implement MMapDirectory unmapping for coming Java 9 changes

2016-11-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15661100#comment-15661100 ] Uwe Schindler edited comment on LUCENE-6989 at 11/13/16 8:33 AM: --

[jira] [Comment Edited] (LUCENE-6989) Implement MMapDirectory unmapping for coming Java 9 changes

2016-11-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15661100#comment-15661100 ] Uwe Schindler edited comment on LUCENE-6989 at 11/13/16 8:34 AM: --

[jira] [Comment Edited] (LUCENE-6989) Implement MMapDirectory unmapping for coming Java 9 changes

2016-11-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15661100#comment-15661100 ] Uwe Schindler edited comment on LUCENE-6989 at 11/13/16 8:36 AM: --

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

2016-11-13 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6222/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail Error Message: expected:<200> but was:<404> Sta

[JENKINS] Lucene-Solr-6.x-Windows (32bit/jdk1.8.0_102) - Build # 558 - Still Unstable!

2016-11-13 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/558/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure Error Message: The data directory was not cleaned up on unload aft

[jira] [Commented] (LUCENE-7555) TestFieldCacheSort.testFieldScoreReverse() failure

2016-11-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15661517#comment-15661517 ] Steve Rowe commented on LUCENE-7555: bq. Is this also SOLR-9752? Yes, it is - I've c

[jira] [Resolved] (SOLR-9752) Reliable test failure in TestFieldCacheSort (Solr copy)

2016-11-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-9752. -- Resolution: Duplicate Assignee: Steve Rowe This is a duplicate of LUCENE-7555; the seed reported he

Re: lucene-solr:master: LUCENE-7555: use BM25Similarity for this test

2016-11-13 Thread Robert Muir
I think these fixes are not the best way to go. Overall, these commits destroy large features of lucene's test suite, for testing that similarities are well-behaved and disables them. Previously, they were randomized across all similarities: This is the whole point of doing that. But why add Bool

Re: lucene-solr:master: LUCENE-7555: use BM25Similarity for this test

2016-11-13 Thread Robert Muir
By the way, the third option, even better, is to replace all the stuff these tests are doing with direct ones in the similarity unit tests. For example TestSimilarityBase.testCrazyIndexTimeBoosts() But that is a good deal of work. Without that, its important for tests, somewhere, somehow to catch

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

2016-11-13 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/490/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test Error Message: shard1 is not consistent. Got 355 from http://127.0.0.1:35604/collect

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18274 - Unstable!

2016-11-13 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18274/ Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message: expected:<1> but was:<0> Sta

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

2016-11-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1152/ 7 tests failed. FAILED: org.apache.lucene.search.TestFuzzyQuery.testRandom Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was reach

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

2016-11-13 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6223/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure Error Message: The data directory was not clean

[jira] [Updated] (LUCENE-7534) smokeTestRelease.py on cygwin [Errno 2] No such file or directory:

2016-11-13 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated LUCENE-7534: - Fix Version/s: 6.4 master (7.0) > smokeTestRelease.py on cygwin [Errno

[jira] [Resolved] (LUCENE-7534) smokeTestRelease.py on cygwin [Errno 2] No such file or directory:

2016-11-13 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved LUCENE-7534. -- Resolution: Fixed > smokeTestRelease.py on cygwin [Errno 2] No such file or directory:

[jira] [Assigned] (LUCENE-7534) smokeTestRelease.py on cygwin [Errno 2] No such file or directory:

2016-11-13 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev reassigned LUCENE-7534: Assignee: Mikhail Khludnev > smokeTestRelease.py on cygwin [Errno 2] No such file

[jira] [Commented] (SOLR-629) Fuzzy search with DisMax request handler

2016-11-13 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662035#comment-15662035 ] Mikhail Khludnev commented on SOLR-629: --- It would be great to support full query synta

[jira] [Commented] (SOLR-7466) Allow optional leading wildcards in complexphrase

2016-11-13 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662067#comment-15662067 ] Mikhail Khludnev commented on SOLR-7466: I tried to hook up {{ReversedWildcardFilte

[jira] [Commented] (SOLR-9708) Expose UnifiedHighlighter in Solr

2016-11-13 Thread Timothy M. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662086#comment-15662086 ] Timothy M. Rodriguez commented on SOLR-9708: I've pushed tests for the configur