[jira] Updated: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-10 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2957: Description: Currently, in addition to deploying artifacts for all of the Lucene and Solr modules

Re: Participation

2011-03-10 Thread Mark Miller
On Mar 10, 2011, at 10:49 AM, Elmar Pitschke wrote: > Hi all, > i am using Lucene for quite some time now at my work and it is a > quite amazing software. As i have now submitted my PhD, i am searching > for a new things i could do in my spare time. So as i am frequently > using the software an

[jira] Updated: (LUCENE-2961) Remove benchmark/lib/xml-apis.jar - JVM 1.5 already contains the required JAXP 1.3 implementation

2011-03-10 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2961: Lucene Fields: [New, Patch Available] (was: [New]) > Remove benchmark/lib/xml-apis.jar - JVM 1.5

[jira] Assigned: (LUCENE-2961) Remove benchmark/lib/xml-apis.jar - JVM 1.5 already contains the required JAXP 1.3 implementation

2011-03-10 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe reassigned LUCENE-2961: --- Assignee: Steven Rowe > Remove benchmark/lib/xml-apis.jar - JVM 1.5 already contains the req

Participation

2011-03-10 Thread Elmar Pitschke
Hi all, i am using Lucene for quite some time now at my work and it is a quite amazing software. As i have now submitted my PhD, i am searching for a new things i could do in my spare time. So as i am frequently using the software and i am an experiences Java programmer i would like to make my c

[jira] Updated: (LUCENE-2961) Remove benchmark/lib/xml-apis.jar - JVM 1.5 already contains the required JAXP 1.3 implementation

2011-03-10 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2961: Attachment: LUCENE-2961.patch Patch against trunk removing xml-apis-2.9.0.jar. /lucene and /modul

[jira] Created: (LUCENE-2961) Remove benchmark/lib/xml-apis.jar - JVM 1.5 already contains the required JAXP 1.3 implementation

2011-03-10 Thread Steven Rowe (JIRA)
Remove benchmark/lib/xml-apis.jar - JVM 1.5 already contains the required JAXP 1.3 implementation - Key: LUCENE-2961 URL: https://issues.apache.org/jira/browse/LUCENE-

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5773 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5773/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Commented: (LUCENE-2562) Make Luke a Lucene/Solr Module

2011-03-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005069#comment-13005069 ] Mark Miller commented on LUCENE-2562: - Yeah, that would be great! Either way, I have

[jira] Updated: (LUCENE-2952) Make license checking/maintenance easier/automated

2011-03-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-2952: Attachment: LUCENE-2952.patch No where near being ready, but putting up something to flesh

[jira] Commented: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-10 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005057#comment-13005057 ] Steven Rowe commented on LUCENE-2957: - {quote} Hi Steven. Would it help a lot if we r

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5772 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5772/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Updated: (LUCENE-2958) WriteLineDocTask improvements

2011-03-10 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-2958: Attachment: LUCENE-2958.patch Updated patch (for 3x): - from 3x root (previous patch was from benc

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-10 Thread Shai Erera
IWC simplified IW creation - now there is only one ctor, where before there were multiple ones, and some settings could only be changed after IW was created. With IWC, our code is (can become) simpler -- e.g. RAM buffer size, if specified up front is one thing, but if it's dynamic, we need to have

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5771 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5771/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-10 Thread Robert Muir
On Thu, Mar 10, 2011 at 7:41 AM, Shay Banon wrote: > I am not sure that IndexWriterConfig is bad. Its nice to be able to set all > the upfront configurations in a single object and pass it to the > IndexWriter. And, have the IndexWriter allow for specific setters allowing > for real time changes (

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-10 Thread Shay Banon
I am not sure that IndexWriterConfig is bad. Its nice to be able to set all the upfront configurations in a single object and pass it to the IndexWriter. And, have the IndexWriter allow for specific setters allowing for real time changes (those should not be done through the IndexWriterConfig).

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5770 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5770/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-10 Thread Shay Banon
Hi, On Thursday, March 10, 2011 at 1:49 PM, Michael McCandless wrote: > Hi Shay, > > It sounds like we should put this (ability to change RAM buffer on the > fly) back. > > But, can you describe how/why you need this? Is it because you have > many IWs open at once and you want to dynamically cha

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-10 Thread Robert Muir
On Thu, Mar 10, 2011 at 6:49 AM, Michael McCandless wrote: > Can you open an issue?  Make sure it's marked fix 4.0/3.2!  Thanks. > I'm not sure we should handle it this way: I really don't like deprecation in one release and undeprecation in another. So, I think we should open an issue for 3.1 a

[jira] Created: (LUCENE-2960) Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter

2011-03-10 Thread Shay Banon (JIRA)
Allow (or bring back) the ability to setRAMBufferSizeMB on an open IndexWriter -- Key: LUCENE-2960 URL: https://issues.apache.org/jira/browse/LUCENE-2960 Project: Lucene - Jav

Re: GSoC

2011-03-10 Thread Simon Willnauer
awesome thanks! simon On Thu, Mar 10, 2011 at 11:54 AM, David Nemeskey wrote: > Ok, I have created a new issue, LUCENE-2959 for this project. I have uploaded > the pdfs and added the gsoc2011 and lucene-gsoc-2011 labels as well. > > David > > On 2011 March 09, Wednesday 21:58:53 Simon Willnauer

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5769 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5769/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

Re: IndexWriter#setRAMBufferSizeMB removed in trunk

2011-03-10 Thread Michael McCandless
Hi Shay, It sounds like we should put this (ability to change RAM buffer on the fly) back. But, can you describe how/why you need this? Is it because you have many IWs open at once and you want to dynamically change which gets to use RAM? Are there other settings that were moved to IWC that you

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5768 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5768/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

disquery - difference qf qs / pf ps

2011-03-10 Thread Gastone Penzo
Hi i understand what qf and qs parameters are but i can't understand what pf and ps are exactly. someone can explain it to me?? for example qf=title^2 name^1.2 surname^1 qs=3 it means i search in title field with boost 2 or in name field with boost 1.2 or in surname field with boost 1 and the ma

Re: real reason for java.lang.NoClassDefFoundError ?

2011-03-10 Thread Andi Vajda
On Mar 10, 2011, at 11:23, "Anton Korosov" wrote: > Thank you very much, Andi, for the prompt reply! > Can I torture you with questions a bit more? > > Now I tried to build it the following way: > python -m jcc.__init__ \ > --python testjava \ > --build \ > --install \ > --jar /host/local/beam-

Re: GSoC

2011-03-10 Thread David Nemeskey
Ok, I have created a new issue, LUCENE-2959 for this project. I have uploaded the pdfs and added the gsoc2011 and lucene-gsoc-2011 labels as well. David On 2011 March 09, Wednesday 21:58:53 Simon Willnauer wrote: > On Wed, Mar 9, 2011 at 5:48 PM, Grant Ingersoll wrote: > > I think we, Lucene co

[jira] Updated: (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-03-10 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-2959: Comment: was deleted (was: The implementation plan.) > [GSoC] Implementing State

[jira] Updated: (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-03-10 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-2959: Comment: was deleted (was: The proposal originally sent to the mailing list.) > [

[jira] Updated: (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-03-10 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-2959: Attachment: implementation_plan.pdf The implementation plan. > [GSoC] Implementin

[jira] Updated: (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-03-10 Thread David Mark Nemeskey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mark Nemeskey updated LUCENE-2959: Attachment: proposal.pdf The proposal originally sent to the mailing list. > [GSo

[jira] Created: (LUCENE-2959) [GSoC] Implementing State of the Art Ranking for Lucene

2011-03-10 Thread David Mark Nemeskey (JIRA)
[GSoC] Implementing State of the Art Ranking for Lucene --- Key: LUCENE-2959 URL: https://issues.apache.org/jira/browse/LUCENE-2959 Project: Lucene - Java Issue Type: New Feature

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5767 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5767/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Updated: (LUCENE-2958) WriteLineDocTask improvements

2011-03-10 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-2958: Attachment: LUCENE-2958.patch Attached patch modifies LineDocSource and WriteLineDocTask to allow

[jira] Created: (LUCENE-2958) WriteLineDocTask improvements

2011-03-10 Thread Doron Cohen (JIRA)
WriteLineDocTask improvements - Key: LUCENE-2958 URL: https://issues.apache.org/jira/browse/LUCENE-2958 Project: Lucene - Java Issue Type: Improvement Components: contrib/benchmark Reporter:

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5766 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5766/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5765 - Still Failing

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5765/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5764 - Failure

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5764/ 2 tests failed. FAILED: org.apache.solr.update.DirectUpdateHandlerOptimizeTest.testWatchChildren Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until th

[jira] Commented: (SOLR-2412) Multipath hierarchical faceting

2011-03-10 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005001#comment-13005001 ] Lance Norskog commented on SOLR-2412: - This is very nice. Great work! > Multipath hier

[jira] Commented: (SOLR-2399) Solr Admin Interface, reworked

2011-03-10 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005000#comment-13005000 ] Lance Norskog commented on SOLR-2399: - bq. RED for prod, YELLOW for test and GREEN for

[HUDSON] Solr-trunk - Build # 1438 - Failure

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Solr-trunk/1438/ All tests passed Build Log (for compile errors): [...truncated 11456 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e

[jira] Commented: (LUCENE-2957) generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies

2011-03-10 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004993#comment-13004993 ] Tommaso Teofili commented on LUCENE-2957: - Regarding UIMA artifacts (items 7-11)

<    1   2