[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: Attachment: LUCENE-2957.patch Patch against trunk implementing the changes. This patch also

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5785/ 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

[jira] Issue Comment Edited: (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-tabpanelfocusedCommentId=13005363#comment-13005363 ] Steven Rowe edited comment on LUCENE-2957 at 3/10/11 10:37 PM:

[jira] Assigned: (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 reassigned LUCENE-2957: --- Assignee: Steven Rowe generate-maven-artifacts target should include all non-Mavenized

[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-tabpanelfocusedCommentId=13005371#comment-13005371 ] Steven Rowe commented on LUCENE-2957: - I plan to commit this in a couple of hours.

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5786/ 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

Re: custom ValueSource for decoding geohash into lat lon

2011-03-10 Thread William Bell
OK. But I am concerned that you are trying to bite off more than can be done easily. The sample call is: http://localhost:8983/solr/select?q=*:*fq={!geofilt}sfieldmulti=storemvpt=43.17614,-90.57341d=100sfield=storesort=geomultidist%28%29%20ascsfieldmultidir=asc Notice that geomultidist() needs

[jira] Created: (SOLR-2421) Remove solr/lib/geronimo-stax-api_1.0_spec-1.0.1.jar - Stax API 1.0 is included in JAXP 1.4, which is included in Java 1.6

2011-03-10 Thread Steven Rowe (JIRA)
Remove solr/lib/geronimo-stax-api_1.0_spec-1.0.1.jar - Stax API 1.0 is included in JAXP 1.4, which is included in Java 1.6 -- Key: SOLR-2421

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-10 Thread Chris Hostetter
: Artifacts are located here: http://s.apache.org/solrcene31rc0 Finally got a chance to look at 3.1 rc0. my comments are below -- they are in the order i encountered them ... stream of conciousness. Note that this was my first real chance to look at the new packaging work folks have been

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5787/ 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

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-10 Thread Robert Muir
Thanks for the review hoss... the rest of this stuff should surely be fixed (FYI won't be by me, I did my time) I only had one comment. exist -- dist and docs.  Looking at the tutorial, i noticed the first glitch: it lists the Solr version as 3.0.0.2011.03.06.20.12.33 (which i know means it

[jira] Commented: (LUCENE-2091) Add BM25 Scoring to Lucene

2011-03-10 Thread Ian Holsman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005428#comment-13005428 ] Ian Holsman commented on LUCENE-2091: - Hi Rob. your attachment

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5788/ 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

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5789/ 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

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-10 Thread Yonik Seeley
Too much here to reply to all the points at once... but I'll take a stab at some of them. - maven directory in the binary release - that was a mistake/bug - has been fixed in build.xml - I'm definitely for separate source and binary releases - makes so much more sense post merge. solr's src is

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5790/ 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

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-10 Thread Chris Hostetter
: glitch: it lists the Solr version as 3.0.0.2011.03.06.20.12.33 (which i : know means it wasn't regenerated with the forrest properties set by ant). : : This is wrong and misleading. As you see in this long and confusing : string: 2011.03.06 was the date that I updated forrest, regenerated :

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5791/ 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

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-10 Thread Chris Hostetter
: - I'm definitely for separate source and binary releases - makes so : much more sense post merge. : solr's src is particularly great now... one can modify any part : (lucene, modules, etc) and easily rebuild. agreed .. i'm just wondering if we really need both lucene-src and solr-src

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-10 Thread Robert Muir
On Thu, Mar 10, 2011 at 9:03 PM, Chris Hostetter hossman_luc...@fucit.org wrote: The way it gets into the solr docs is via a property file generated by the build (see the init-forrest-entities, it's setup as a dependency for just about everything) that forrest then reads.  the old release

[HUDSON] Lucene-trunk - Build # 1493 - Failure

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-trunk/1493/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestNRTThreads.testNRTThreads Error Message: null Stack Trace: junit.framework.AssertionFailedError: at

Re: [VOTE] Lucene and Solr 3.1 release candidate

2011-03-10 Thread DM Smith
On Mar 10, 2011, at 9:18 PM, Chris Hostetter wrote: i'm just wondering if we really need both lucene-src and solr-src artifacts. particularly considering that solr-src is already a superset of lucene-src ... it just seems like one uber lucene-solr-src package of the dev tree would be

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5792/ 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

Re: [jira] Updated: (LUCENE-2308) Separately specify a field's type

2011-03-10 Thread Chris Male
I'm still likely to take a shot at this myself, assuming someone from GSOC doesn't whip up something first. On Fri, Mar 11, 2011 at 7:25 AM, Michael McCandless (JIRA) j...@apache.orgwrote: [

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5795/ 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

[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: Attachment: LUCENE-2957-part2.patch This patch fixes up the inconsistent naming of the UIMAJ

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5796/ 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

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

2011-03-10 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005502#comment-13005502 ] Shai Erera commented on LUCENE-2958: If we do the header idea, then we'll need to

[HUDSON] Solr-3.x - Build # 290 - Still Failing

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

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5797/ 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

[jira] Commented: (SOLR-2337) Solr needs hits= added to the log when using grouping

2011-03-10 Thread Bill Bell (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005514#comment-13005514 ] Bill Bell commented on SOLR-2337: - Can a committer please look at my patch? Solr needs

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

2011-03-10 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5799/ 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

[jira] Resolved: (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 resolved LUCENE-2957. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) Committed: - trunk

[jira] Commented: (SOLR-1987) java.lang.VerifyError runtime exception in Solr 1.4.1 when trying to run solr in Embedded mode

2011-03-10 Thread karthik (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005534#comment-13005534 ] karthik commented on SOLR-1987: --- I am still facing this issue: The environment is jdk1.6_24

<    1   2