EOLs in Code

2012-06-02 Thread Stefan Bodewig
Hi all, a few days ago I saw few files without license headers and wanted to provide a patch to fix them. I realized those files didn't have proper line-ends and so the patch would have looked ugly (I am on Linux), I fixed them in svn instead - don't worry, I won't start modifying code.

Re: EOLs in Code

2012-06-02 Thread Stefan Bodewig
On 2012-06-02, Itamar Syn-Hershko wrote: I'm using git-svn, with auto-crlf set to true I'm not familiar enough with git-svn. auto-crlf will cover the git side but I don't think it sets the eol-style property in svn. - I think this will cover it but let me know if my commits are bad... I

Re: EOLs in Code

2012-06-02 Thread Itamar Syn-Hershko
Yes, seems like all of them. Will look into it. On Sat, Jun 2, 2012 at 9:25 PM, Stefan Bodewig bode...@apache.org wrote: On 2012-06-02, Itamar Syn-Hershko wrote: I'm using git-svn, with auto-crlf set to true I'm not familiar enough with git-svn. auto-crlf will cover the git side but I

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

2012-06-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14512/ 1 tests failed. REGRESSION: org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch Error Message: Timeout occured while waiting response from server at: http://localhost:11049/solr/collection1 Stack Trace:

seeing stdout when running ant test?

2012-06-02 Thread Michael McCandless
It looks like we redirect stdout somewhere when we run ant test? I don't see my sops coming out in that case but if I run a single test case, I do see them... Mike McCandless http://blog.mikemccandless.com - To

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287936#comment-13287936 ] Michael McCandless commented on LUCENE-3892: Awesome progress! Nice to have

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-02 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287951#comment-13287951 ] Han Jiang commented on LUCENE-3892: --- Ah, yes, I forgot to use

Re: seeing stdout when running ant test?

2012-06-02 Thread Dawid Weiss
It looks like we redirect stdout somewhere when we run ant test?  I don't see my sops coming out in that case but if I run a single test case, I do see them... If a test passes the output is not written to the console. This is intentional to restrict the amount of noise written to the

Re: seeing stdout when running ant test?

2012-06-02 Thread Michael McCandless
Thanks Dawid! -Dtests.showSuccess=true is what I was looking for ... I'll add it to the wiki. Mike McCandless http://blog.mikemccandless.com On Sat, Jun 2, 2012 at 10:28 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: It looks like we redirect stdout somewhere when we run ant test?  I

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-06-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287952#comment-13287952 ] Michael McCandless commented on LUCENE-3892: bq. Hmm, that means I should

Re: seeing stdout when running ant test?

2012-06-02 Thread Dawid Weiss
Thanks Dawid!  -Dtests.showSuccess=true is what I was looking for ... I'll add it to the wiki. Thanks, I'm wiki-challenged. There is also command-line help readily available if you type: ant test-help [echo] # Include additional information like what is printed to [echo] #

[jira] [Created] (LUCENE-4100) Maxscore - Efficient Scoring

2012-06-02 Thread Stefan Pohl (JIRA)
Stefan Pohl created LUCENE-4100: --- Summary: Maxscore - Efficient Scoring Key: LUCENE-4100 URL: https://issues.apache.org/jira/browse/LUCENE-4100 Project: Lucene - Java Issue Type: Improvement

[jira] [Updated] (LUCENE-4100) Maxscore - Efficient Scoring

2012-06-02 Thread Stefan Pohl (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Pohl updated LUCENE-4100: Attachment: maxscore.patch contrib_maxscore.tgz Attached is a tarball that

[jira] [Comment Edited] (LUCENE-4100) Maxscore - Efficient Scoring

2012-06-02 Thread Stefan Pohl (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287963#comment-13287963 ] Stefan Pohl edited comment on LUCENE-4100 at 6/2/12 3:49 PM: -

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #364

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/364/ -- [...truncated 16416 lines...] [junit4] Suite: org.apache.solr.analysis.TestFinnishLightStemFilterFactory [junit4] Completed in 0.07s, 1 test [junit4]

[jira] [Updated] (LUCENE-4101) Remove XXXField.TYPE_STORED

2012-06-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4101: --- Attachment: LUCENE-4101.patch Rote patch ... I'd like to commit soon since it'll

Suppressing list doesn't take effect when -Dtests.postingsformat is used

2012-06-02 Thread Han Jiang
To reproduce the error, here is the command line: $ ant test-core -Dtests.postingsformat=MockFixedIntBlock I think this should generate a successful report, since MockFixedIntBlock is in the suppressing list in TestPostingsOffsets.java. And we should ignore this testcase. -- Han Jiang EECS,

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-06-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287987#comment-13287987 ] Michael McCandless commented on LUCENE-3312: {quote} Separately, I think even

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java6-64 #365

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/365/ - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Resolved] (LUCENE-4098) Efficient bulk operations for packed integer arrays

2012-06-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-4098. Resolution: Fixed Fix Version/s: (was: 4.1) 5.0

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-06-02 Thread Nikola Tankovic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287999#comment-13287999 ] Nikola Tankovic commented on LUCENE-3312: - bq. Nikola, before you modify any of

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-06-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13288003#comment-13288003 ] Uwe Schindler commented on LUCENE-3312: --- I am back @ office, trying to catch up.

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java7-64 #206

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/206/changes Changes: [mikemccand] remove nocommit [mikemccand] LUCENE-4098: add bulk get/set methods to PackedInts -- [...truncated 11374 lines...] [junit4] Completed in

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java7-64 #207

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/207/changes - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Suppressing list doesn't take effect when -Dtests.postingsformat is used

2012-06-02 Thread Dawid Weiss
The actual source of the problem is that suppression applies to codec.getName and enforcing a TEST_POSTINGSFORMAT means Lucene40Codec is created which always returns Lucene40 from getName(). A simple fix would be to allow changing the returned name for Lucene40. Alternatively, we can do

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #368

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/368/ -- [...truncated 10454 lines...] [junit4] Completed in 1.10s, 2 tests [junit4] [junit4] Suite: org.apache.solr.analysis.TestPatternReplaceCharFilterFactory

[jira] [Commented] (LUCENE-4101) Remove XXXField.TYPE_STORED

2012-06-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13288027#comment-13288027 ] Robert Muir commented on LUCENE-4101: - having to now add 2 fields (stored and indexed

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #369

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/369/ -- [...truncated 10469 lines...] [junit4] Completed in 0.02s, 1 test [junit4] [junit4] Suite: org.apache.solr.handler.component.QueryElevationComponentTest

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java7-64 #208

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/208/ -- [...truncated 17377 lines...] [junit4] Completed in 0.35s, 1 test [junit4] [junit4] Suite:

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java6-64 #370

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/370/ - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Jenkins build is back to normal : Lucene-Solr-trunk-Windows-Java7-64 #209

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/209/ - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Updated] (SOLR-3502) [Copy Field][Importing] Copy Field duplicate a field and a multivalued field can be created without having field multivalued in schema

2012-06-02 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jack Krupansky updated SOLR-3502: - Attachment: SOLR-3502-4x.patch I can repro the problem in 3.6. The essence is that the copyField

Build failed in Jenkins: Lucene-Solr-trunk-Windows-Java6-64 #376

2012-06-02 Thread jenkins
See http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/376/ -- [...truncated 1216 lines...] [junit4] Suite: org.apache.lucene.codecs.pulsing.TestPulsingReuse [junit4] Completed in 0.07s, 2 tests [junit4] [junit4] Suite: