[jira] Commented: (LUCENE-1342) 64bit JVM crashes on Linux

2008-11-13 Thread Paul Cowan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647522#action_12647522 ] Paul Cowan commented on LUCENE-1342: Just for everyone's information, we have since ma

[jira] Updated: (LUCENE-1447) Improve payload error handling/reporting

2008-11-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1447: Attachment: LUCENE-1447.patch Not sure whats best here, but I don't like the idea of adding anothe

Build failed in Hudson: Lucene-trunk #645

2008-11-13 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/645/changes Changes: [buschmi] LUCENE-1446: Allow Overriding svn executable to specify path. [mikemccand] LUCENE-38: make sure empty term, if present in index, is included on open ended lower range query [mikemccand] LUCENE-1424: corre

[ANN] Luke 0.9 released

2008-11-13 Thread Andrzej Bialecki
Hi all, I'm happy to announce that the new release of Luke - the Lucene Index Toolbox - is available for download (or WebStart use) here: http://www.getopt.org/luke Changes in v. 0.9: -- This release adds many functionality enhancements and advanced features available

Re: Build failed in Hudson: Lucene-trunk #644

2008-11-13 Thread Michael Busch
OK I committed a change so that we can override the property ant.exe to specify the path to the svn executable. We need to add -Dsvn.exe=/opt/subversion-current/bin/svn to the script that calls ant. It's not nightly.sh, right? Where do I have to add this? I can't login to hudson.zones.apache.o

[jira] Commented: (LUCENE-1418) QueryParser can throw NullPointerException during parsing of some queries in case if default field passed to constructor is null

2008-11-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647446#action_12647446 ] Mark Miller commented on LUCENE-1418: - bq. And this is also wrong because Lucene query

[jira] Updated: (LUCENE-1452) Binary field content lost during optimize

2008-11-13 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated LUCENE-1452: -- Attachment: binaryField-junit.patch Test case to illustrate the problem. This happens

[jira] Created: (LUCENE-1452) Binary field content lost during optimize

2008-11-13 Thread Andrzej Bialecki (JIRA)
Binary field content lost during optimize - Key: LUCENE-1452 URL: https://issues.apache.org/jira/browse/LUCENE-1452 Project: Lucene - Java Issue Type: Bug Components: Index Affects Versio

[jira] Updated: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-1451: - Attachment: LUCENE-1451.patch Ok, here's a version that adds public constructors, and a test tha

[jira] Commented: (LUCENE-1418) QueryParser can throw NullPointerException during parsing of some queries in case if default field passed to constructor is null

2008-11-13 Thread Alexei Dets (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647381#action_12647381 ] Alexei Dets commented on LUCENE-1418: - > You shouldn't be passing null to the querypar

[jira] Commented: (LUCENE-1422) New TokenStream API

2008-11-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647346#action_12647346 ] Michael Busch commented on LUCENE-1422: --- {quote} Looks good! {quote} Thanks for rev

[jira] Commented: (LUCENE-1422) New TokenStream API

2008-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647337#action_12647337 ] Michael McCandless commented on LUCENE-1422: Looks good! I'm seeing this fail

[jira] Assigned: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned LUCENE-1451: Assignee: Yonik Seeley > Can't create NIOFSDirectory w/o setting a system property > -

Re: Add Token.copyInto(Token) API

2008-11-13 Thread Grant Ingersoll
Don't want to discourage you from contributing it, just suggesting you may want to make sure the people working on that patch are aware of the issue such that maybe it can be addressed. On Nov 13, 2008, at 10:14 AM, Shai Erera wrote: Thanks. I am aware of this thread. Indeed it will change

Re: Add Token.copyInto(Token) API

2008-11-13 Thread Shai Erera
Thanks. I am aware of this thread. Indeed it will change the way TokenStreams are handled, and so copying a Token may not be necessary. However, I can't tell now whether this won't be necessary - I guess I'll just have to wait until it's out and I start using it :-) Anyway, I've implemented it for

[jira] Issue Comment Edited: (LUCENE-524) Current implementation of fuzzy and wildcard queries inappropriately implemented as Boolean query rewrites

2008-11-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647181#action_12647181 ] otis edited comment on LUCENE-524 at 11/13/08 7:06 AM: --- B

[CDI] - PARIS - INGENIEUR JAVA J2EE LUCENE

2008-11-13 Thread SabrinaLucas
Je recherche pour l'un de mes clients, moteur de shopping très performant sur le web, un INGENIEUR JAVA J2EE LUCENE. Ce poste requiert une expérience d'environ 4ans en Java ainsi qu'une expérience d'intégration et de personnalisation de Lucene. Si vous vous reconnaissez dans ce profil n'hésitez

Re: Build failed in Hudson: Lucene-trunk #644

2008-11-13 Thread Michael McCandless
Woops, sorry about my last reply, you are one step ahead of me... slowly getting through emails this morning! Hudson does have svn installed at (/opt/subversion-current/bin/svn). I think if you mirror what Hoss did for LUCENE-1393 it should work. Mike Michael Busch wrote: hmm we have t

Re: Build failed in Hudson: Lucene-trunk #644

2008-11-13 Thread Michael McCandless
Michael do you know why this is failing? This is 2nd night it's failed, during the back-compat testing. Oh I see, it's failing here: download-tag: [mkdir] Created dir: /export/home/hudson/hudson-slave/workspace/ Lucene-trunk/trunk/tags/lucene_2_4_0 [exec] Execute failed: java.io.

[jira] Commented: (LUCENE-1451) Can't create NIOFSDirectory w/o setting a system property

2008-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647249#action_12647249 ] Michael McCandless commented on LUCENE-1451: I think we should simply allow di

[jira] Updated: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-38: - Attachment: LUCENE-38.patch Actually, this should have already worked, because RangeTermEn

[jira] Resolved: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-38. -- Resolution: Fixed Fix Version/s: 2.9 Assignee: (was: Lucene Developer

[jira] Updated: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-38: - Attachment: LUCENE-38.patch Actually, this should have already worked, because RangeTermEn

[jira] Commented: (LUCENE-329) Fuzzy query scoring issues

2008-11-13 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647243#action_12647243 ] Mark Harwood commented on LUCENE-329: - This patch goes back a while. Contrib's FuzzyLik

[jira] Commented: (LUCENE-329) Fuzzy query scoring issues

2008-11-13 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647243#action_12647243 ] Mark Harwood commented on LUCENE-329: - This patch goes back a while. Contrib's FuzzyLik

[jira] Resolved: (LUCENE-1424) Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1424. Resolution: Fixed Thanks Mark -- I just committed that. > Change all multi-term q

Re: Build failed in Hudson: Lucene-trunk #644

2008-11-13 Thread Michael Busch
hmm we have to install svn on hudson to make the new backwards-compatibility tests work in the nightly build (LUCENE-1440). I tried to login to hudson.zones.apache.org, I thought I had an account, but it doesn't work. Who else has an account? -Michael Apache Hudson Server wrote: See http://