RE: Back Compatibility

2008-01-18 Thread Uwe Schindler
> Sort of keeping all version in the trunk at once? IndexWriter2 is > IndexWriter with some some features replaced with something better? > And then IndexWriter3..? That's a bit messy if you ask me. But it > would work. But terrible messy. Brrr, I hate this. Microsoft does this always when they up

[jira] Commented: (LUCENE-1136) add ability to not count sub-task doLogic increment to contri/benchmark

2008-01-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560314#action_12560314 ] Michael McCandless commented on LUCENE-1136: OK, 2nd patch now prints the "-",

[jira] Updated: (LUCENE-1139) Various small improvements to contrib/benchmark

2008-01-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1139: --- Attachment: LUCENE-1139.patch Attached patch. All tests pass. I plan to commit in

[jira] Commented: (LUCENE-434) Lucene database bindings

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560378#action_12560378 ] Grant Ingersoll commented on LUCENE-434: Hey Mark, Are you still interested in thi

[jira] Closed: (LUCENE-574) support for vjc java compiler, also known as J#

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll closed LUCENE-574. -- Resolution: Won't Fix > support for vjc java compiler, also known as J# > -

DisjunctionSumScorer small tweak maybe?

2008-01-18 Thread eks dev
would it be possible(I see no reason why not, but ...) to move ScorerDocQueue initialization into constructor, instead of : if (scorerDocQueue == null) { initScorerDocQueue(); } in next() and skipTo() methods? __ Se

[jira] Created: (LUCENE-1139) Various small improvements to contrib/benchmark

2008-01-18 Thread Michael McCandless (JIRA)
Various small improvements to contrib/benchmark --- Key: LUCENE-1139 URL: https://issues.apache.org/jira/browse/LUCENE-1139 Project: Lucene - Java Issue Type: Improvement Components: cont

Re: DisjunctionSumScorer small tweak maybe?

2008-01-18 Thread Paul Elschot
On Friday 18 January 2008 14:48:21 eks dev wrote: > would it be possible(I see no reason why not, but ...) to move ScorerDocQueue > initialization into constructor, instead of : > > if (scorerDocQueue == null) { > initScorerDocQueue(); > } > > in next() and skipTo() methods? That

snowball

2008-01-18 Thread Karl Wettin
How up to date are the snowball stemmers? It uses an old API and miss a number of new stemmers. I could probably find some time to update the current snowball package, but I would then probably also keep their base code in patch, as I would patch that too. Is that a problem? Many people hav

RE: (another) generate-maven-artifacts build failure

2008-01-18 Thread Steven A Rowe
Here's a JIRA issue describing this problem - it provides a workaround: http://jira.codehaus.org/browse/MANTTASKS-103 After I apply the workaround (adding attribute 'id="localDisk"' to the tag in the "m2-deploy" macro definition in common-build.xml), 'ant clean generate-maven-artifacts' build

[jira] Commented: (LUCENE-712) Build with GCJ fail

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560404#action_12560404 ] Grant Ingersoll commented on LUCENE-712: Is this still an issue? > Build with GCJ

[jira] Resolved: (LUCENE-535) JEDirectory delete issue

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-535. Resolution: Incomplete Needs more information, maybe a unit test? > JEDirectory delete iss

[jira] Commented: (LUCENE-474) High Frequency Terms/Phrases at the Index level

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560398#action_12560398 ] Grant Ingersoll commented on LUCENE-474: Hi Mark, I looked at this zip, and it see

[jira] Resolved: (LUCENE-254) [PATCH] pseudo-relevance feedback enhancement

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-254. Resolution: Incomplete Assignee: (was: Lucene Developers) Needs to be updated, a

Re: [jira] Commented: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Michele Bini
Grant Ingersoll (JIRA) wrote: Is this still an issue? Haven't heard much from GCJ people in a while... As I reported in jira this is no longer an issue, so I closed it. I should have looked at it some time ago but I actually forgot having filed the bug. Unrelated to this: can somebody conf

RE: (another) generate-maven-artifacts build failure

2008-01-18 Thread Steven A Rowe
Hi Michael, On 01/17/2008 at 10:28 PM, Michael Busch wrote: > it's a bit weird. I actually just had the same problem with > 2.0.8. Then I switched back to 2.0.7 and > 'ant generate-maven-artifacts' was successful. Then I tried > 2.0.8 again, and then 'ant clean generate-maven-artifacts' was succes

[jira] Commented: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560399#action_12560399 ] Grant Ingersoll commented on LUCENE-472: Is this still an issue? Haven't heard muc

[jira] Resolved: (LUCENE-1107) Clean up old JIRA issues in component "Other"

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1107. - Resolution: Fixed I've gone through all of these and closed the ones I think are appropr

Re: snowball

2008-01-18 Thread Karl Wettin
18 jan 2008 kl. 16.53 skrev Karl Wettin: as I would patch that too. Is that a problem? I now see that that is the way it looks in the SVN. So I presume that part is cool. -- karl - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Parent POM template: 2004 ?

2008-01-18 Thread Michael Busch
Michael Busch wrote: >> > > Right. Hmm, I don't see any releases older than 1.4.3 (2004) in the > Apache release archives. > > Lucene was renamed from Jakarta Lucene to Apache Lucene and became a top > level project in 2005. > > Anyway, I'm fine with changing it to 2000. Any objections? > OK I

[jira] Commented: (LUCENE-1140) NPE in StopFilter caused by StandardAnalyzer(boolean replaceInvalidAcronym) constructor

2008-01-18 Thread Alexei Dets (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560554#action_12560554 ] Alexei Dets commented on LUCENE-1140: - Yes, patch fixes the issue. > NPE in StopFilte

[jira] Resolved: (LUCENE-1140) NPE in StopFilter caused by StandardAnalyzer(boolean replaceInvalidAcronym) constructor

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1140. - Resolution: Fixed Lucene Fields: (was: [New]) Committed on 613282 and 613280 (t

[jira] Created: (LUCENE-1141) WikipediaTokenizer incorrectly splits certain syntax into multiple tokens

2008-01-18 Thread Grant Ingersoll (JIRA)
WikipediaTokenizer incorrectly splits certain syntax into multiple tokens - Key: LUCENE-1141 URL: https://issues.apache.org/jira/browse/LUCENE-1141 Project: Lucene - Java

[jira] Commented: (LUCENE-472) Some fixes to let gcj build lucene using ant gcj target

2008-01-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560606#action_12560606 ] Michael Busch commented on LUCENE-472: -- OK, I committed the changes in the Makefile.

[jira] Updated: (LUCENE-472) Some fixes to let gcj build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Bini updated LUCENE-472: Attachment: gcj-build.diff Update the patch to build also with gcj 4.0.2, the latest gcj known to b

[jira] Updated: (LUCENE-472) Some fixes to let gcj build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Bini updated LUCENE-472: Attachment: (was: gcj-build.diff) > Some fixes to let gcj build lucene using ant gcj target > -

[VOTE] Release Lucene 2.3.0

2008-01-18 Thread Michael Busch
Hi Team, I just finished building a release candidate from the current 2.3 branch (rev. 61) Please vote to officially release the release artifacts located at http://people.apache.org/~buschmi/staging_area/lucene-2.3.0/ as Lucene 2.3.0. A minimum of three binding votes (i. e. from Lucene PMC

[jira] Commented: (LUCENE-434) Lucene database bindings

2008-01-18 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560568#action_12560568 ] Mark Harwood commented on LUCENE-434: - Hi Grant, I've not done any more on this or used

[jira] Issue Comment Edited: (LUCENE-1140) NPE in StopFilter caused by StandardAnalyzer(boolean replaceInvalidAcronym) constructor

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560546#action_12560546 ] gsingers edited comment on LUCENE-1140 at 1/18/08 1:17 PM: -

[jira] Updated: (LUCENE-1140) NPE in StopFilter caused by StandardAnalyzer(boolean replaceInvalidAcronym) constructor

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1140: Attachment: LUCENE-1140.patch Try this one. I will commit to trunk and 2.3 branch shortly

[jira] Created: (LUCENE-1140) NPE in StopFilter caused by StandardAnalyzer(boolean replaceInvalidAcronym) constructor

2008-01-18 Thread Alexei Dets (JIRA)
NPE in StopFilter caused by StandardAnalyzer(boolean replaceInvalidAcronym) constructor --- Key: LUCENE-1140 URL: https://issues.apache.org/jira/browse/LUCENE-1140 Pr

Re: Parent POM template: 2004 ?

2008-01-18 Thread Michael Busch
Steven A Rowe wrote: > Hi Michael, > > From CHANGES.txt: > > --- >1.2 RC1 (first Apache release), 2 October 2001: > --- > Right. Hmm, I don't see any releases older than 1.4.3 (2004) in the Apache release archives. Lucene was renamed from Jakarta Lucene to Apache Lucene and became

RE: Parent POM template: 2004 ?

2008-01-18 Thread Steven A Rowe
Hi Michael, From CHANGES.txt: --- 1.2 RC1 (first Apache release), 2 October 2001: --- I suppose that the name shifts from Lucene -> Jakarta Lucene -> Apache Lucene could be viewed as inceptions of identity, but I'd need more convincing to think that they were project inceptions (can

[jira] Updated: (LUCENE-472) Some fixes to let gcj build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Bini updated LUCENE-472: Lucene Fields: [Patch Available] Summary: Some fixes to let gcj build lucene using ant gcj

[jira] Reopened: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Bini reopened LUCENE-472: - Oops, sorry. Patching the java files is no longer required but the Makefile patch still is. I'll att

[jira] Updated: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Bini updated LUCENE-472: Attachment: (was: gcj-build.diff) > Some fixes to let gcj 3.4.2 build lucene using ant gcj targ

[jira] Commented: (LUCENE-712) Build with GCJ fail

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560507#action_12560507 ] Michele Bini commented on LUCENE-712: - I just reviewed the patch and the .jar name issu

[jira] Issue Comment Edited: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560501#action_12560501 ] michele edited comment on LUCENE-472 at 1/18/08 11:09 AM: --- Up

Re: Parent POM template: 2004 ?

2008-01-18 Thread Michael Busch
Steven A Rowe wrote: > The documentation for the tag in > http://maven.apache.org/xsd/maven-4.0.0.xsd says: > > The year of the project's inception, specified with 4 digits. > This value is used when generating copyright notices as well > as being informational. > > CHANGES.txt indi

[jira] Commented: (LUCENE-712) Build with GCJ fail

2008-01-18 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560407#action_12560407 ] Nicolas Lalevée commented on LUCENE-712: Don't know, I don't use GCJ. I only did it

[jira] Resolved: (LUCENE-180) [PATCH] Language guesser contribution

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-180. Resolution: Duplicate Assignee: (was: Lucene Developers) See LUCENE-826. > [PATC

[jira] Updated: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Bini updated LUCENE-472: Attachment: gcj-build.diff Updated version > Some fixes to let gcj 3.4.2 build lucene using ant gc

[jira] Updated: (LUCENE-472) Some fixes to let gcj build lucene using ant gcj target

2008-01-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-472: - Fix Version/s: (was: 2.3) > Some fixes to let gcj build lucene using ant gcj target > ---

[jira] Updated: (LUCENE-1140) NPE in StopFilter caused by StandardAnalyzer(boolean replaceInvalidAcronym) constructor

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1140: Priority: Blocker (was: Major) Fix Version/s: 2.3 Argh, yep. Stupid me. Didn't

Parent POM template: 2004 ?

2008-01-18 Thread Steven A Rowe
The documentation for the tag in http://maven.apache.org/xsd/maven-4.0.0.xsd says: The year of the project's inception, specified with 4 digits. This value is used when generating copyright notices as well as being informational. CHANGES.txt indicates that Lucene's first open source

[jira] Closed: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Bini closed LUCENE-472. --- Resolution: Fixed Fix Version/s: 2.3 > Some fixes to let gcj 3.4.2 build lucene using ant gcj

[jira] Commented: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Michele Bini (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560479#action_12560479 ] Michele Bini commented on LUCENE-472: - I just tried to build lucene 2.3.0-rc3 with gcj

Re: (another) generate-maven-artifacts build failure

2008-01-18 Thread Michael Busch
Steven A Rowe wrote: > > Well, switching to maven-ant-tasks 2.0.7 made everything work, but then > switching back to 2.0.8 resulted in the same failure. Hmm... weird. I couldn't get it to fail anymore, even after switching back to 2.0.8. > Guess I'll stick with 2.0.7 :). I guess me too ;) Yea

Re: [jira] Commented: (LUCENE-472) Some fixes to let gcj 3.4.2 build lucene using ant gcj target

2008-01-18 Thread Michele Bini
Michele Bini wrote: [...] Unrelated to this: can somebody confirm that, in 2.3.0-rc3, building the gcj examples actually works? gcj 4.2.2 reports lots of unknown symbols at link time. Please, ignore this: it was an error on my part. Sorry for the noise, Michele -

[jira] Assigned: (LUCENE-1140) NPE in StopFilter caused by StandardAnalyzer(boolean replaceInvalidAcronym) constructor

2008-01-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-1140: --- Assignee: Grant Ingersoll > NPE in StopFilter caused by StandardAnalyzer(boolean rep