[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12444 - Still Failing

2012-02-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12444/ 1 tests failed. REGRESSION: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch Error Message: shard6 is not consistent, expected:62 and got:63 Stack Trace: junit.framework.AssertionFailedError: shard6 is

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

2012-02-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1751/ 1 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeException:

[JENKINS] Solr-trunk - Build # 1766 - Still Failing

2012-02-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-trunk/1766/ All tests passed Build Log (for compile errors): [...truncated 27585 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12445 - Still Failing

2012-02-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12445/ 1 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch Error Message: shard3 is not consistent, expected:47 and got:49 Stack Trace: junit.framework.AssertionFailedError: shard3 is not

[jira] [Created] (SOLR-3140) Make omitNorms default for all numeric field types

2012-02-18 Thread Created
Make omitNorms default for all numeric field types -- Key: SOLR-3140 URL: https://issues.apache.org/jira/browse/SOLR-3140 Project: Solr Issue Type: Improvement Components: Schema and

[jira] [Commented] (SOLR-2202) Money FieldType

2012-02-18 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13210893#comment-13210893 ] Jan Høydahl commented on SOLR-2202: --- Had no chance to get back to this yet. Afraid I

[jira] [Commented] (LUCENE-3798) Potential IndexReader leak in SearcherManager and NRTManager

2012-02-18 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13210895#comment-13210895 ] Michael McCandless commented on LUCENE-3798: I think this is fixed with the

[jira] [Resolved] (LUCENE-3798) Potential IndexReader leak in SearcherManager and NRTManager

2012-02-18 Thread Shai Erera (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-3798. Resolution: Invalid Fix Version/s: (was: 3.6) (was: 4.0) Argh,

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

2012-02-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12447/ 1 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: null java.lang.NullPointerException at

Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12447 - Failure

2012-02-18 Thread Yonik Seeley
On Sat, Feb 18, 2012 at 7:35 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12447/ [...] Hmmm, so it looks like getSlices() returns null       MapString,Slice slices = zkController.getCloudState().getSlices(collection);

Re: Reorg the website a bit.

2012-02-18 Thread Yonik Seeley
On Tue, Feb 7, 2012 at 9:13 PM, Mark Miller markrmil...@gmail.com wrote: The news as the front page for the lucene / solr pages seems a little less than ideal as our initial impression to new viewers. I think we should try and put something more compelling. +1 Another visual issue (IMO) is

[jira] [Commented] (SOLR-3126) We should try to do a quick sync on std start up recovery before trying to do a full blown replication.

2012-02-18 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13210967#comment-13210967 ] Mark Miller commented on SOLR-3126: --- Hmm...somehow this has made regular replication

Re: Reorg the website a bit.

2012-02-18 Thread Robert Muir
Also the website is missing a big download button! On Sat, Feb 18, 2012 at 9:17 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Tue, Feb 7, 2012 at 9:13 PM, Mark Miller markrmil...@gmail.com wrote: The news as the front page for the lucene / solr pages seems a little less than ideal as

Re: [JENKINS] Solr-trunk - Build # 1766 - Still Failing

2012-02-18 Thread Mark Miller
Javadoc warning - got it. On Feb 18, 2012, at 4:52 AM, Apache Jenkins Server wrote: Build: https://builds.apache.org/job/Solr-trunk/1766/ All tests passed Build Log (for compile errors): [...truncated 27585 lines...]

Re: Reorg the website a bit.

2012-02-18 Thread Mark Miller
On Feb 18, 2012, at 9:44 AM, Robert Muir wrote: Also the website is missing a big download button! +1 - Mark Miller lucidimagination.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

Re: [important] Refactoring of tests infrastructure.

2012-02-18 Thread Robert Muir
On Fri, Feb 17, 2012 at 12:56 PM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: There is a lot of code I already pruned from LuceneTestCase as part of +1: this thing is out of control and not really maintainable from just adding this test-feature and that... And currently nobody 'tests the

[jira] [Resolved] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted

2012-02-18 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3796. - Resolution: Fixed Fix Version/s: 3.6 Assignee: Robert Muir Disallow

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #391: POMs out of sync

2012-02-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/391/ 1 tests failed. FAILED: org.apache.lucene.benchmark.byTask.TestPerfTasksParse.testParseExamples Error Message: could not find any .alg files! Stack Trace: java.lang.AssertionError: could not find any .alg files! at

Re: [important] Refactoring of tests infrastructure.

2012-02-18 Thread Dawid Weiss
Personally I say 'go for it'. My only concern is that test failures reproduce, but this is likely just paranoia from the existing code...I'm guessing you have this under control. You mean past test failures (with known seeds)? This won't be possible I'm afraid. Any change to how seeds are

[jira] [Commented] (SOLR-3126) We should try to do a quick sync on std start up recovery before trying to do a full blown replication.

2012-02-18 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13211017#comment-13211017 ] Mark Miller commented on SOLR-3126: --- I *think* ive made some progress on tracking this

Re: [important] Refactoring of tests infrastructure.

2012-02-18 Thread Robert Muir
On Sat, Feb 18, 2012 at 11:41 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Personally I say 'go for it'. My only concern is that test failures reproduce, but this is likely just paranoia from the existing code...I'm guessing you have this under control. You mean past test failures

RE: New to Lucene

2012-02-18 Thread Steven A Rowe
Hi Aayush, Welcome! Lucene/Solr Needs More Developers! (TM) Have you seen http://wiki.apache.org/lucene-java/HowToContribute? You may be particularly interested in the section at the bottom of the page Getting your feet wet: where to begin?:

Sort in PrefixQuery

2012-02-18 Thread lampa24
Hello, I use lucene. I indexed documents with two fields. First field is name and second field is count. I use this index for autocomplete. I need find 10 names by prefix and the higest count. I use code like this : Sort sort = new Sort(new SortField(countfieldname, SortField.INT,true));

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #391: POMs out of sync

2012-02-18 Thread Steven A Rowe
I forgot to commit the fix including benchmark/conf/**/* in the benchmark test resources that I committed to branch_3x. I'll commit it once svn write access is restored, then kick off the Jenkins job (this job hasn't succeeded for almost a week...) Steve -Original Message- From:

[jira] [Reopened] (SOLR-3137) When solr.xml is persisted, you lose all system property substitution that was used.

2012-02-18 Thread Mark Miller (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-3137: --- Still a small issue here - in reload we try to maintain the link of a SolrCore-orig solr.xml name

[jira] [Commented] (LUCENE-3789) Expose FilteredTermsEnum from MTQ

2012-02-18 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13211071#comment-13211071 ] Uwe Schindler commented on LUCENE-3789: --- Looks fine. I would make the access method

Re: [important] Refactoring of tests infrastructure.

2012-02-18 Thread Dawid Weiss
I mean reproducibility bugs where somehow a test doesn't reproduce because of bugs in LuceneTestCase :) Oh no -- the whole point of all this is so that we have 100% reproducibility (is there even a word like that?) or failures saying something like: this random shouldn't be shared and is, fix

[jira] [Commented] (LUCENE-3789) Expose FilteredTermsEnum from MTQ

2012-02-18 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13211084#comment-13211084 ] Simon Willnauer commented on LUCENE-3789: - bq. Looks fine. I would make the

[jira] [Commented] (LUCENE-3789) Expose FilteredTermsEnum from MTQ

2012-02-18 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13211091#comment-13211091 ] Uwe Schindler commented on LUCENE-3789: --- OK, I agree. I had a usecase exactly like

RE: [important] Refactoring of tests infrastructure.

2012-02-18 Thread Uwe Schindler
I mean reproducibility bugs where somehow a test doesn't reproduce because of bugs in LuceneTestCase :) Oh no -- the whole point of all this is so that we have 100% reproducibility (is there even a word like that?) or failures saying something like: this random shouldn't be shared and

Re: [important] Refactoring of tests infrastructure.

2012-02-18 Thread Dawid Weiss
:-) It would be great if we could ever have that, but I don’t think that’s possible! Most non-reproducibility in Lucene came from multi-threaded tests where the different threads interact with each other... And that cannot be solved in any case without serial execution. If there are race

[jira] [Updated] (SOLR-3076) Solr should support block joins

2012-02-18 Thread Mikhail Khludnev (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-3076: --- Attachment: child-bjqparser.patch Some news in attach child-bjqparser.patch. Good stuff - I

Re: Sort in PrefixQuery

2012-02-18 Thread Erick Erickson
Please post this question over on the user's list, see the first entry at: http://lucene.apache.org/solr/discussion.html. This list is intended for development discussions centered around changes in the actual code rather than usage questions... When you do post over there, please include

Extra (very old) libs in trunk/dev-tools/eclipse/dot.classpath

2012-02-18 Thread Lance Norskog
trunk/dev-tools/eclipse/dot.classpath includes some extra libraries: mahout-math-0.3 and mahout-collections-1.0. There are probably more. Will the maintainer of the eclipse tools please do a sweep? Thanks, -- Lance Norskog goks...@gmail.com

[jira] [Updated] (LUCENE-3714) add suggester that uses shortest path/wFST instead of buckets

2012-02-18 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3714: Attachment: LUCENE-3714.patch Rounded out this patch: fixed it to use the offline sorting, added

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

2012-02-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1759/ 1 tests failed. REGRESSION: org.apache.solr.search.TestRecovery.testTruncatedLog Error Message: mismatch: '106'!='-1394222333446586368' @ versions/[0] Stack Trace: java.lang.RuntimeException: mismatch: