[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b60) - Build # 13103 - Failure!

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13103/ Java: 64bit/jdk1.9.0-ea-b60 -XX:+UseCompressedOops -XX:+UseG1GC All tests passed Build Log: [...truncated 2511 lines...] [junit4] ERROR: JVM J1 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk1.9.0-e

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 715 - Still Failing

2015-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/715/ 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: 323 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 1) T

[jira] [Updated] (SOLR-7697) Schema API doesn't take class attribute into account for the analyzer when adding a new field type

2015-06-17 Thread Marius Grama (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Grama updated SOLR-7697: --- Attachment: SOLR-7697.patch Here is a patch along with a unit test for the reported issue. > Schema AP

[jira] [Updated] (SOLR-7697) Schema API doesn't take class attribute into account for the analyzer when adding a new field type

2015-06-17 Thread Marius Grama (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Grama updated SOLR-7697: --- Description: I've noticed that in schema.xml can be defined field types like the following : {code}

[jira] [Updated] (SOLR-7697) Schema API doesn't take class attribute into account for the analyzer when adding a new field type

2015-06-17 Thread Marius Grama (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Grama updated SOLR-7697: --- Description: I've noticed that in schema.xml can be defined field types like the following : {code}

[jira] [Updated] (SOLR-7697) Schema API doesn't take class attribute into account for the analyzer when adding a new field type

2015-06-17 Thread Marius Grama (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Grama updated SOLR-7697: --- Priority: Minor (was: Major) > Schema API doesn't take class attribute into account for the analyzer w

[jira] [Created] (SOLR-7697) Schema API doesn't take class attribute into account for the analyzer when adding a new field type

2015-06-17 Thread Marius Grama (JIRA)
Marius Grama created SOLR-7697: -- Summary: Schema API doesn't take class attribute into account for the analyzer when adding a new field type Key: SOLR-7697 URL: https://issues.apache.org/jira/browse/SOLR-7697

Re: Add 5.2.2 version to jira?

2015-06-17 Thread Shalin Shekhar Mangar
I have added a 5.2.2 version to Jira for Lucene and Solr. On Thu, Jun 18, 2015 at 4:19 AM, Gregory Chanan wrote: > Should we add a 5.2.2 version to jira? I committed SOLR-7688 to > lucene_solr_5_2 but can't make it as a fixVersion in jira. > > Thanks, > Greg -- Regards, Shalin Shekhar Mangar

[jira] [Commented] (SOLR-7682) Schema API - Add New Copy Field Rule doesn't allow maxChars parameter

2015-06-17 Thread Marius Grama (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591261#comment-14591261 ] Marius Grama commented on SOLR-7682: Thanks for the heads up [~steve_rowe] > Schema AP

[jira] [Comment Edited] (SOLR-7679) Schema API doesn't take similarity attribute into account when adding field types

2015-06-17 Thread Marius Grama (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591254#comment-14591254 ] Marius Grama edited comment on SOLR-7679 at 6/18/15 5:10 AM: - [

[jira] [Updated] (SOLR-7679) Schema API doesn't take similarity attribute into account when adding field types

2015-06-17 Thread Marius Grama (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Grama updated SOLR-7679: --- Attachment: SOLR-7679.patch [~steve_rowe] I figured out that it is actualy easy to test the change I've

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Emad Nashed (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591192#comment-14591192 ] Emad Nashed commented on SOLR-7689: --- Thanks a lot for that, it works for me! (Y) > ReRan

[jira] [Commented] (LUCENE-6572) Highlighter depends on analyzers-common

2015-06-17 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591180#comment-14591180 ] David Smiley commented on LUCENE-6572: -- Rob, I put LimitTokenOffsetFilter into analy

Re: Initial work on multi word synonyms and phrase queries

2015-06-17 Thread Robert Muir
Hey, thanks for tackling this! That synonymfilter is a beast... Can you open a JIRA issue with your patch? To me the interesting part is this change in the test: if (posInc > 0) { // This token increments position, so it is starting a new position. // Its positi

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_45) - Build # 4944 - Still Failing!

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4944/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.testThresholdTokenFrequency Error Message: Path not found: /spellcheck/sugges

Re: Add 5.2.2 version to jira?

2015-06-17 Thread Erick Erickson
Greg: You can commit it into the solr_lucene_5_2 branch as well as trunk and 5x and it does what you want. If there's a 5.2.2 release someone will set a label on the 5_2 branch. There needs to be a 5.2 label in JIRA though, you're right there. Erick On Wed, Jun 17, 2015 at 4:43 PM, Gregory Chan

[CI] Lucene 5x Linux 64 Test Only - Build # 51738 - Failure!

2015-06-17 Thread build
BUILD FAILURE Build URLhttp://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/51738/ Project:lucene_linux_java8_64_test_only Randomization: JDK8,local,heap[512m],-server +UseSerialGC +UseCompressedOops,sec manager on Date of build:Wed, 17 Jun 2015 23:04:29 +0200

[jira] [Commented] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591095#comment-14591095 ] Joel Bernstein commented on SOLR-7560: -- Here is the ticket on the presto-parser projec

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

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2385/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.lucene.search.TestTimeLimitingCollector.testTimeoutMultiThreaded Error Message: Captured an uncaught exception in thread: Thr

[jira] [Commented] (LUCENE-6524) Create an IndexWriter from an already opened NRT or non-NRT reader

2015-06-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590918#comment-14590918 ] Robert Muir commented on LUCENE-6524: - I think this is much cleaner, thank you for re

[jira] [Commented] (SOLR-7639) Bring MLTQParser at par with the MLT Handler w.r.t supported options

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590871#comment-14590871 ] ASF subversion and git services commented on SOLR-7639: --- Commit 16861

Re: Add 5.2.2 version to jira?

2015-06-17 Thread Gregory Chanan
I didn't see any discussion on if we should commit to that branch or not and don't know if we have a general policy. My thought process was: - If there ends up being a 5.2.2 release, it would be nice to have that in - If there doesn't end up being a 5.2.2 release, no real harm - The code is fresh

[jira] [Commented] (SOLR-7681) HttpSolrClient fails with a confusing error when a GET request is too big

2015-06-17 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590833#comment-14590833 ] Hrishikesh Gadre commented on SOLR-7681: [~andyetitmoves] Ideally we should be sele

[jira] [Commented] (SOLR-7639) Bring MLTQParser at par with the MLT Handler w.r.t supported options

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590820#comment-14590820 ] ASF subversion and git services commented on SOLR-7639: --- Commit 16861

[jira] [Commented] (SOLR-7683) Introduce support to identify Solr internal request types

2015-06-17 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590795#comment-14590795 ] Hrishikesh Gadre commented on SOLR-7683: + [~gchanan] > Introduce support to iden

[jira] [Updated] (SOLR-7683) Introduce support to identify Solr internal request types

2015-06-17 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-7683: --- Attachment: SOLR-7683.patch Here is a preliminary patch. This patch adds following two request

Re: Add 5.2.2 version to jira?

2015-06-17 Thread Anshum Gupta
Yes, if we're committing to lucene_solr_5_2 now, we should. On Wed, Jun 17, 2015 at 3:49 PM, Gregory Chanan wrote: > Should we add a 5.2.2 version to jira? I committed SOLR-7688 to > lucene_solr_5_2 but can't make it as a fixVersion in jira. > > Thanks, > Greg > -- Anshum Gupta

Add 5.2.2 version to jira?

2015-06-17 Thread Gregory Chanan
Should we add a 5.2.2 version to jira? I committed SOLR-7688 to lucene_solr_5_2 but can't make it as a fixVersion in jira. Thanks, Greg

[jira] [Resolved] (SOLR-7688) JettyConfig cannot be used with extra filters

2015-06-17 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan resolved SOLR-7688. -- Resolution: Fixed Fix Version/s: Trunk 5.3 Thanks for taking a look, Is

[jira] [Commented] (SOLR-7688) JettyConfig cannot be used with extra filters

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590768#comment-14590768 ] ASF subversion and git services commented on SOLR-7688: --- Commit 16861

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_45) - Build # 4943 - Still Failing!

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4943/ Java: 32bit/jdk1.8.0_45 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.search.TestSearcherReuse.test Error Message: expected same: was not: Stack Trace: java.lang.AssertionError: expected same: was

[jira] [Updated] (LUCENE-6524) Create an IndexWriter from an already opened NRT or non-NRT reader

2015-06-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6524: --- Attachment: LUCENE-6524.patch New patch, cutting over to new package private IWC.getI

[jira] [Commented] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590683#comment-14590683 ] Joel Bernstein commented on SOLR-7560: -- It looks like the issue needs to be fixed on t

[jira] [Comment Edited] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590673#comment-14590673 ] Joel Bernstein edited comment on SOLR-7560 at 6/17/15 9:47 PM: --

[jira] [Commented] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590673#comment-14590673 ] Joel Bernstein commented on SOLR-7560: -- It appears that sha1 files are incorrect for:

[jira] [Comment Edited] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590673#comment-14590673 ] Joel Bernstein edited comment on SOLR-7560 at 6/17/15 9:46 PM: --

[jira] [Comment Edited] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590651#comment-14590651 ] Joel Bernstein edited comment on SOLR-7560 at 6/17/15 9:42 PM: --

[jira] [Commented] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590651#comment-14590651 ] Joel Bernstein commented on SOLR-7560: -- Just blew away the ivy cache, did a fresh truc

[jira] [Resolved] (SOLR-7693) "bin/solr start -e cloud" will not work if lsof is not installed - script exits as soon as 1st node is started

2015-06-17 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-7693. -- Resolution: Fixed Fix Version/s: Trunk 5.3 > "bin/solr start -e cloud"

[jira] [Commented] (SOLR-7693) "bin/solr start -e cloud" will not work if lsof is not installed - script exits as soon as 1st node is started

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590637#comment-14590637 ] ASF subversion and git services commented on SOLR-7693: --- Commit 16861

[jira] [Commented] (SOLR-7693) "bin/solr start -e cloud" will not work if lsof is not installed - script exits as soon as 1st node is started

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590635#comment-14590635 ] ASF subversion and git services commented on SOLR-7693: --- Commit 16861

[jira] [Commented] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590619#comment-14590619 ] Joel Bernstein commented on SOLR-7560: -- Can you paste the steps you're using to reprod

[jira] [Commented] (SOLR-7383) DIH rss example is broken again

2015-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590534#comment-14590534 ] ASF GitHub Bot commented on SOLR-7383: -- Github user nakohdo commented on the pull requ

[GitHub] lucene-solr pull request: Update rss-data-config.xml

2015-06-17 Thread nakohdo
Github user nakohdo commented on the pull request: https://github.com/apache/lucene-solr/pull/153#issuecomment-112942155 This would solve https://issues.apache.org/jira/browse/SOLR-7383 --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] lucene-solr pull request: Update rss-data-config.xml

2015-06-17 Thread nakohdo
GitHub user nakohdo opened a pull request: https://github.com/apache/lucene-solr/pull/153 Update rss-data-config.xml Amended according to Slashdot's current feed syntax; code taken from https://wiki.apache.org/solr/DataImportHandler#Full_Import_Example > HttpDataSource Example

[jira] [Commented] (SOLR-7560) Parallel SQL Support

2015-06-17 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590518#comment-14590518 ] Christine Poerschke commented on SOLR-7560: --- Looked into and learnt some more on

[jira] [Assigned] (SOLR-7694) Allow setting an overall client request timeout that includes retries

2015-06-17 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-7694: Assignee: Timothy Potter > Allow setting an overall client request timeout that includes ret

[jira] [Updated] (SOLR-5886) Store the response in zk for async calls so that it can be returned by REQUESTSTATUS API

2015-06-17 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-5886: --- Fix Version/s: 5.3 > Store the response in zk for async calls so that it can be returned by > REQUESTS

[jira] [Commented] (SOLR-5886) Store the response in zk for async calls so that it can be returned by REQUESTSTATUS API

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590411#comment-14590411 ] ASF subversion and git services commented on SOLR-5886: --- Commit 16861

[jira] [Commented] (SOLR-5886) Store the response in zk for async calls so that it can be returned by REQUESTSTATUS API

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590307#comment-14590307 ] ASF subversion and git services commented on SOLR-5886: --- Commit 16860

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_45) - Build # 4818 - Still Failing!

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4818/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.test Error Message: Stack Trace: java.lang.AssertionError at __randomizedtestin

[jira] [Updated] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Attachment: SOLR-7689.patch New patch cloning the boost as well. The boost on the ReRankQuery is no

[jira] [Updated] (SOLR-7664) Solrj client throws ParseException("Illegal content type") when server returns "other http error" (here 413) with BinaryResponseParser

2015-06-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar updated SOLR-7664: Attachment: SOLR-7664.patch One line patch to fix this issue. I am no expert with this code,

[jira] [Assigned] (SOLR-7664) Solrj client throws ParseException("Illegal content type") when server returns "other http error" (here 413) with BinaryResponseParser

2015-06-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar reassigned SOLR-7664: --- Assignee: Ramkumar Aiyengar > Solrj client throws ParseException("Illegal content type

[jira] [Resolved] (SOLR-7678) Switch RTimer to use nanoTime

2015-06-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar resolved SOLR-7678. - Resolution: Fixed Fix Version/s: 5.3 > Switch RTimer to use nanoTime > -

[jira] [Commented] (SOLR-7678) Switch RTimer to use nanoTime

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590125#comment-14590125 ] ASF subversion and git services commented on SOLR-7678: --- Commit 16860

[jira] [Commented] (LUCENE-6570) Make BooleanQuery immutable

2015-06-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590115#comment-14590115 ] Uwe Schindler commented on LUCENE-6570: --- MTQ changes look OK, +1 > Make BooleanQue

[jira] [Resolved] (SOLR-7629) RulesTest.(doIntegrationTest|testModifyColl) now considers disk space limitations

2015-06-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar resolved SOLR-7629. - Resolution: Fixed Fix Version/s: 5.3 Thanks Christine! > RulesTest.(doIntegrationTe

[jira] [Commented] (SOLR-7629) RulesTest.(doIntegrationTest|testModifyColl) now considers disk space limitations

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590102#comment-14590102 ] ASF subversion and git services commented on SOLR-7629: --- Commit 16860

[jira] [Commented] (SOLR-7629) RulesTest.(doIntegrationTest|testModifyColl) now considers disk space limitations

2015-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590109#comment-14590109 ] ASF subversion and git services commented on SOLR-7629: --- Commit 16860

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_45) - Build # 4942 - Still Failing!

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4942/ Java: 32bit/jdk1.8.0_45 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.TestRandomDVFaceting.testRandomFaceting Error Message: Exception during facet.field: small2_s Stack Trace: org.apache.solr.common.SolrEx

[jira] [Commented] (SOLR-7696) SolrTestCaseJ4.assertFailedU message not enforced

2015-06-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590048#comment-14590048 ] Hoss Man commented on SOLR-7696: I don't understand what " is not enforced in checkUpdateU"

[jira] [Commented] (LUCENE-6579) Unexpected merge exceptions should be tragic to IndexWriter

2015-06-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590014#comment-14590014 ] Robert Muir commented on LUCENE-6579: - +1 > Unexpected merge exceptions should be tr

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589992#comment-14589992 ] Yonik Seeley commented on SOLR-7689: Don't forget to replicate the boost in clone() >

[jira] [Updated] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Attachment: SOLR-7689.patch Ok, new patch using the normal pattern for query rewriting. > ReRankQu

[jira] [Updated] (LUCENE-6570) Make BooleanQuery immutable

2015-06-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6570: - Attachment: LUCENE-6570.patch Here is a patch. The main changes went to multi-term queries, Drill

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589957#comment-14589957 ] Joel Bernstein commented on SOLR-7689: -- I believe it was kept around to handle the cac

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589959#comment-14589959 ] Joel Bernstein commented on SOLR-7689: -- Supporting the QueryElevationComponent with Re

[jira] [Comment Edited] (LUCENE-2880) SpanQuery scoring inconsistencies

2015-06-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589943#comment-14589943 ] Alan Woodward edited comment on LUCENE-2880 at 6/17/15 3:45 PM: ---

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589944#comment-14589944 ] Yonik Seeley commented on SOLR-7689: As for ReRankQuery.boostedPriority, which is retri

[jira] [Commented] (LUCENE-2880) SpanQuery scoring inconsistencies

2015-06-17 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589943#comment-14589943 ] Alan Woodward commented on LUCENE-2880: --- +1 Maybe {{{width}}} rather than {{{dista

[jira] [Created] (LUCENE-6579) Unexpected merge exceptions should be tragic to IndexWriter

2015-06-17 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6579: -- Summary: Unexpected merge exceptions should be tragic to IndexWriter Key: LUCENE-6579 URL: https://issues.apache.org/jira/browse/LUCENE-6579 Project: Luce

[jira] [Comment Edited] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589929#comment-14589929 ] Yonik Seeley edited comment on SOLR-7689 at 6/17/15 3:33 PM: - b

[jira] [Created] (SOLR-7696) SolrTestCaseJ4.assertFailedU message not enforced

2015-06-17 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-7696: --- Summary: SolrTestCaseJ4.assertFailedU message not enforced Key: SOLR-7696 URL: https://issues.apache.org/jira/browse/SOLR-7696 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589929#comment-14589929 ] Yonik Seeley commented on SOLR-7689: bq. The normal pattern is a little different here

[jira] [Commented] (SOLR-6971) TestRebalanceLeaders fails too often.

2015-06-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589926#comment-14589926 ] Mark Miller commented on SOLR-6971: --- Yeah, I've seen it within the last few weeks. > Tes

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589917#comment-14589917 ] Joel Bernstein commented on SOLR-7689: -- Ok I see the issue you're taking about with th

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 878 - Still Failing

2015-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/878/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestNumericDocValuesUpdates.testManyReopensAndFields Error Message: Captured an uncaught exception in thread: Thread[id=2824, name=Lucene Merge Thread #23, state=RUNNABLE,

[jira] [Commented] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589897#comment-14589897 ] Yonik Seeley commented on SOLR-7689: ReRankQuery looks like a normal query type to me (

[jira] [Commented] (SOLR-6971) TestRebalanceLeaders fails too often.

2015-06-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589896#comment-14589896 ] Erick Erickson commented on SOLR-6971: -- [~markrmil...@gmail.com] Are you seeing this l

[jira] [Created] (SOLR-7695) ManagedStopFilterFactory throws exception when ignoreCase is specified

2015-06-17 Thread Mike Thomsen (JIRA)
Mike Thomsen created SOLR-7695: -- Summary: ManagedStopFilterFactory throws exception when ignoreCase is specified Key: SOLR-7695 URL: https://issues.apache.org/jira/browse/SOLR-7695 Project: Solr

[jira] [Comment Edited] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-17 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589847#comment-14589847 ] Cao Manh Dat edited comment on LUCENE-6575 at 6/17/15 2:33 PM:

[jira] [Updated] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-17 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated LUCENE-6575: - Attachment: LUCENE-6575.patch Here is the patch based on suggestions. Because I found a lot of pl

[jira] [Updated] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Attachment: (was: SOLR-7689.patch) > ReRankQuery rewrite method can change the QueryResultKey c

[jira] [Issue Comment Deleted] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Comment: was deleted (was: New patch should resolve the cache miss issue and preserve the ReRankQu

[jira] [Updated] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Attachment: SOLR-7689.patch New patch should resolve the cache miss issue and preserve the ReRankQu

[jira] [Updated] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Attachment: (was: 7689.patch) > ReRankQuery rewrite method can change the QueryResultKey causin

[jira] [Updated] (SOLR-7689) ReRankQuery rewrite method can change the QueryResultKey causing cache misses.

2015-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7689: - Attachment: SOLR-7689.patch New patch using a different approach then cloning the ReRankQuery. See

[jira] [Commented] (LUCENE-2880) SpanQuery scoring inconsistencies

2015-06-17 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589765#comment-14589765 ] David Smiley commented on LUCENE-2880: -- +1 Wow this is simpler than I thought it wou

Re: [jira] [Commented] (LUCENE-6576) possible index corruption with java 8u45

2015-06-17 Thread Erick Erickson
Whew! That's a relief. On Wed, Jun 17, 2015 at 5:05 AM, Dawid Weiss (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/LUCENE-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589681#comment-14589681 > ] > > Dawid Weiss commented on LUCEN

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 83 - Still Failing

2015-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/83/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest Error Message: ObjectTracker found 1 object(s) that were not released!!! [TransactionLog] Stack Trace: java.lang.AssertionError: Objec

[jira] [Commented] (SOLR-7682) Schema API - Add New Copy Field Rule doesn't allow maxChars parameter

2015-06-17 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589734#comment-14589734 ] Steve Rowe commented on SOLR-7682: -- Marius, I intentionally did not update CopyFieldsColle

[jira] [Created] (LUCENE-6578) Geo3d: arcDistanceToShape() method may be useful

2015-06-17 Thread Karl Wright (JIRA)
Karl Wright created LUCENE-6578: --- Summary: Geo3d: arcDistanceToShape() method may be useful Key: LUCENE-6578 URL: https://issues.apache.org/jira/browse/LUCENE-6578 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-6576) possible index corruption with java 8u45

2015-06-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589681#comment-14589681 ] Dawid Weiss commented on LUCENE-6576: - Cosmic rays and solar radiation is known to ca

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_45) - Build # 4817 - Failure!

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4817/ Java: 32bit/jdk1.8.0_45 -client -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack Trace: java.lang.Asse

[jira] [Resolved] (LUCENE-6576) possible index corruption with java 8u45

2015-06-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-6576. - Resolution: Invalid bad ram chip after all. > possible index corruption with java 8u45 > ---

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589648#comment-14589648 ] Uwe Schindler commented on LUCENE-6575: --- Thanks Robert for the confirmation! This i

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_45) - Build # 4941 - Failure!

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4941/ Java: 64bit/jdk1.8.0_45 -XX:+UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack Trace: java

[jira] [Comment Edited] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-17 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589627#comment-14589627 ] Cao Manh Dat edited comment on LUCENE-6575 at 6/17/15 11:11 AM: ---

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b60) - Build # 12921 - Failure!

2015-06-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12921/ Java: 64bit/jdk1.9.0-ea-b60 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls Error Message: Shard split did not complete. Last recorde

  1   2   >