[JENKINS] Lucene-Solr-tests-only-3.x - Build # 10196 - Failure

2011-08-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/10196/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore Error Message: Can not find: /example/core1/update Can not find: /example/core1/update request: http://localhost:5

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 10180 - Failure

2011-08-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/10180/ 1 tests failed. REGRESSION: org.apache.solr.update.AutoCommitTest.testSoftAndHardCommitMaxTime Error Message: expected:<2> but was:<3> Stack Trace: junit.framework.AssertionFailedError: expected:<2> but was:<3> at

[jira] [Updated] (LUCENE-1768) NumericRange support for new query parser

2011-08-13 Thread Vinicius Barros (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinicius Barros updated LUCENE-1768: Attachment: week11-13_for_lucene_3x.patch This patches backports the numeric support to 3x

Re: svn commit: r1157437 - /lucene/dev/trunk/lucene/src/test/org/apache/lucene/index/TestIndexWriterOnJRECrash.java

2011-08-13 Thread Robert Muir
maybe for this test if its "Oracle" we should just porter-stem some words :) On Sat, Aug 13, 2011 at 6:52 PM, wrote: > Author: uschindler > Date: Sat Aug 13 22:52:45 2011 > New Revision: 1157437 > > URL: http://svn.apache.org/viewvc?rev=1157437&view=rev > Log: > also support new "Oracle" JRE > >

[jira] [Created] (SOLR-2711) DIH does not commit after delta-import task

2011-08-13 Thread Alexandre Sompheng (JIRA)
DIH does not commit after delta-import task --- Key: SOLR-2711 URL: https://issues.apache.org/jira/browse/SOLR-2711 Project: Solr Issue Type: Bug Components: contrib - DataImportHandler A

[jira] [Updated] (SOLR-2654) not used consistently in all places Directory objects are instantiated

2011-08-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2654: -- Attachment: SOLR-2654.patch new patch - the problem with pure ref counting is that sometimes you might h

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 10194 - Failure

2011-08-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/10194/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore Error Message: Index directory exists after core unload with deleteIndex=true Stack Trace: junit.framework.AssertionF

[jira] [Updated] (SOLR-2204) Cross-version replication broken by new javabin format

2011-08-13 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated SOLR-2204: --- Attachment: SOLR-2204.patch > Cross-version replication broken by new javabin format > ---

[jira] [Commented] (SOLR-2204) Cross-version replication broken by new javabin format

2011-08-13 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084713#comment-13084713 ] Mike Sokolov commented on SOLR-2204: Would it make sense to restore the old (CESU, I th

[jira] [Updated] (SOLR-2565) Prevent IW#close and cut over to IW#commit

2011-08-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2565: -- Attachment: SOLR-2565.patch here is the fix and a test, I'll commit soon. > Prevent IW#close and cut ov

[jira] [Updated] (LUCENE-3354) Extend FieldCache architecture to multiple Values

2011-08-13 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated LUCENE-3354: -- Attachment: LUCENE-3354.patch Updated the patch. Added a test to TestFieldCach

Re: Serializable SpellCheckResponse

2011-08-13 Thread Gregor Kaczor
I opened a JIRA issue for : https://issues.apache.org/jira/browse/SOLR-2710 You are right about LoadableDetachableModel, i had a look at it. It is an option but this solution would put unnecessary load on the index servers and network which i would like to avoid. After all local serialisation

[jira] [Created] (SOLR-2710) SpellCheckResponse and TermsResponse sould implement Serializable

2011-08-13 Thread Gregor Kaczor (JIRA)
SpellCheckResponse and TermsResponse sould implement Serializable - Key: SOLR-2710 URL: https://issues.apache.org/jira/browse/SOLR-2710 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-2710) SpellCheckResponse and TermsResponse should implement Serializable

2011-08-13 Thread Gregor Kaczor (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregor Kaczor updated SOLR-2710: Summary: SpellCheckResponse and TermsResponse should implement Serializable (was: SpellCheckRespons