[jira] Commented: (LUCENE-372) Unmatched right parentheses truncates query

2006-10-27 Thread Andreas Neumann (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-372?page=comments#action_12445343 ] Andreas Neumann commented on LUCENE-372: The reason for this is that the parse() method does not ensure that the entire input string has been consumed. Que

[jira] Commented: (LUCENE-372) Unmatched right parentheses truncates query

2006-10-27 Thread Andreas Neumann (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-372?page=comments#action_12445343 ] Andreas Neumann commented on LUCENE-372: The reason for this is that the parse() method does not ensure that the entire input string has been consumed. Que

[jira] Created: (LUCENE-702) Disk full during addIndexes(Directory[]) can corrupt index

2006-10-27 Thread Michael McCandless (JIRA)
Disk full during addIndexes(Directory[]) can corrupt index -- Key: LUCENE-702 URL: http://issues.apache.org/jira/browse/LUCENE-702 Project: Lucene - Java Issue Type: Bug Compo

[jira] Commented: (LUCENE-555) Index Corruption

2006-10-27 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-555?page=comments#action_12445305 ] Michael McCandless commented on LUCENE-555: --- Just copying this off the dev list -- there is indeed at least one place where if a writer crashes it can le

Re: [jira] Commented: (LUCENE-555) Index Corruption

2006-10-27 Thread Michael McCandless
Ning Li wrote: It's only upon successfully writing the new segments that Lucene will write a new "segments" file referring to the new segments. After that, it removes the old segments. Since it makes these changes in the correct order, it should be the case that disk full exception never aff

[jira] Commented: (LUCENE-665) temporary file access denied on Windows

2006-10-27 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-665?page=comments#action_12445301 ] Michael McCandless commented on LUCENE-665: --- Doron, I finally managed to see an exception like yours above, but I had to have the Windows Explorer open t

[jira] Updated: (LUCENE-701) Lock-less commits

2006-10-27 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-701?page=all ] Michael McCandless updated LUCENE-701: -- Attachment: index.prelockless.nocfs.zip ZIP file that needs to be put in src/test/org/apache/lucene/index (used by backwards compatibility test).

[jira] Updated: (LUCENE-701) Lock-less commits

2006-10-27 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-701?page=all ] Michael McCandless updated LUCENE-701: -- Attachment: index.prelockless.cfs.zip ZIP file that needs to be put in src/test/org/apache/lucene/index (used by backwards compatibility test). >

[jira] Updated: (LUCENE-701) Lock-less commits

2006-10-27 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-701?page=all ] Michael McCandless updated LUCENE-701: -- Attachment: lockless-commits-patch.txt > Lock-less commits > - > > Key: LUCENE-701 > URL: http://iss

[jira] Created: (LUCENE-701) Lock-less commits

2006-10-27 Thread Michael McCandless (JIRA)
Lock-less commits - Key: LUCENE-701 URL: http://issues.apache.org/jira/browse/LUCENE-701 Project: Lucene - Java Issue Type: Improvement Components: Index Affects Versions: 2.1 Reporter: Michael McCan

[jira] Updated: (LUCENE-697) Scorer.skipTo affects sloppyPhrase scoring

2006-10-27 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-697?page=all ] Doron Cohen updated LUCENE-697: --- Lucene Fields: [Patch Available] (was: [New]) > Scorer.skipTo affects sloppyPhrase scoring > -- > > Key:

[jira] Commented: (LUCENE-569) NearSpans skipTo bug

2006-10-27 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-569?page=comments#action_12445294 ] Doron Cohen commented on LUCENE-569: Chris Hostetter wrote: > Really? ... the build.xml currently sets the javac -source and -target to > 1.4 so if that were t

Re: releases

2006-10-27 Thread Otis Gospodnetic
Damn, funky webmail, sorry about the earlier incomplete message. Attempt #2: Steven, Regarding your payloads example and 2.1 vs. 3.0, there is a simpler approach, and one that we have pretty much (unintentionally?) been using. Larger chunks of work take longer, need more eyes to check them, t

Re: releases

2006-10-27 Thread Otis Gospodnetic
Sev - Original Message From: Steven Parkes <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Friday, October 27, 2006 4:45:16 PM Subject: RE: releases not neccessarily ... if somethings in the trunk, you're saying it should be included in a release eventually ... but that

[jira] Updated: (LUCENE-697) Scorer.skipTo affects sloppyPhrase scoring

2006-10-27 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-697?page=all ] Doron Cohen updated LUCENE-697: --- Attachment: sloppy_phrase_skipTo.patch This was tricky, for me anyhow, but I think I found it. The difference in scoring between using next() to using skipTo() (

[jira] Commented: (LUCENE-569) NearSpans skipTo bug

2006-10-27 Thread Steven Parkes (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-569?page=comments#action_12445286 ] Steven Parkes commented on LUCENE-569: -- I don't think so. And I'm glad someone is checking. Got a patch, Doron? > NearSpans skipTo bug >

Re: [jira] Commented: (LUCENE-569) NearSpans skipTo bug

2006-10-27 Thread Chris Hostetter
: It seems that having "assert()" in NearSpanOrdered.java now required : Java 1.5 in order to compile Lucene. This would require 1.5 for running : Lucene. Do we want to include this now? Really? ... the build.xml currently sets the javac -source and -target to 1.4 so if that were true i would ex

[jira] Commented: (LUCENE-569) NearSpans skipTo bug

2006-10-27 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-569?page=comments#action_12445284 ] Doron Cohen commented on LUCENE-569: It seems that having "assert()" in NearSpanOrdered.java now required Java 1.5 in order to compile Lucene. This would re

exposing addClause in the query parser?

2006-10-27 Thread Bill Janssen
I'd like to suggest a minor change in the QueryParser.jj. I thought I'd describe it here and get some feedback before posting a patch. The issue is that I can't get my hands on some clauses (typically PhraseQuery instances) in my subclass of MultiFieldQueryParser, which I'd like to do to implemen

[jira] Resolved: (LUCENE-569) NearSpans skipTo bug

2006-10-27 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-569?page=all ] Hoss Man resolved LUCENE-569. - Resolution: Fixed Thanks again for figuring all of this out Paul. > NearSpans skipTo bug > > > Key: LUCENE-569 >

RE: releases

2006-10-27 Thread Steven Parkes
not neccessarily ... if somethings in the trunk, you're saying it should be included in a release eventually ... but that doesn't neccessarily need ot be the 2.1 release ,it might be the 3.0 release I can see this in theory, but do our use patterns for svn support it? My un

Re: [jira] Commented: (LUCENE-569) NearSpans skipTo bug

2006-10-27 Thread Chris Hostetter
: Is there a way to invoke an ant test indicating the testcase _and_ the : testmethod to be called? not as far as i know ... in the JUnit model the entire class is "the test" the individual test* methods are just various things you want to check in that test (i've even seen people argue that a si

Re: [jira] Created: (LUCENE-682) QueryParser with Locale Based Operators (French included)

2006-10-27 Thread Chris Hostetter
: That is on purpose, for now. The idea was to introduce a new functionnality : without changing the way things worked before. But yes, it would be possible : to make it so that, if wanted, the English operators could be "disabled". Hmmm... i think i see what you mean, eliminating the english ope

RE: releases

2006-10-27 Thread Chris Hostetter
: And an observation: shouldn't everything currently in Resolved have a : FVs that includes 2.1? I can see optionally adding 2.0.1, too, but since : it's already committed to trunk, it's obviously planned to be fixed in : 2.1, right? not neccessarily ... if somethings in the trunk, you're saying

[jira] Commented: (LUCENE-569) NearSpans skipTo bug

2006-10-27 Thread Paul Elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-569?page=comments#action_12445215 ] Paul Elschot commented on LUCENE-569: - Hoss, thanks for the modifications. The tst* methods were indeed renamed from test*. Is there a way to invoke an ant te

Re: [jira] Commented: (LUCENE-555) Index Corruption

2006-10-27 Thread Ning Li
It's only upon successfully writing the new segments that Lucene will write a new "segments" file referring to the new segments. After that, it removes the old segments. Since it makes these changes in the correct order, it should be the case that disk full exception never affects the already