[jira] Resolved: (LUCENE-807) Minor improvement to JavaDoc for ScoreDocComparator

2007-03-15 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-807. -- Resolution: Fixed Fix Version/s: 2.2 Lucene Fields: [New, Patch Available] (was: [Pa

Re: svn commit: r518529 - /lucene/java/trunk/src/java/org/apache/lucene/index/SegmentInfos.java

2007-03-15 Thread Michael Busch
[EMAIL PROTECTED] wrote: Author: doronc Date: Thu Mar 15 02:08:07 2007 New Revision: 518529 URL: http://svn.apache.org/viewvc?view=rev&rev=518529 Log: maintain most recent file format in a single line in the code. (this is less bug prone.) Cool, Doron. I actually had a bug in my local, exp

[jira] Updated: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-03-15 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-710: --- Attachment: 710.review.diff I was too slow in reviewing this, so while I was studying the new code it

[jira] Updated: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-03-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-710: -- Attachment: 710.review.take2.diff Thanks for the review Doron! Your added comments & i

RE: Is Lucene Java trunk still stable for production code?

2007-03-15 Thread Jean-Philippe Robichaud
Thanks for your insight, it matches my thoughts. The only reason I'm wondering is because the latest change in the lucene_2_1 branch is 4 weeks old. So either no bugs were found since then (yeah!) or the bugs gets fixed in the trunk... I'll search JIRA and decides after! Thanks! Jp -Origi

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2007-03-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481263 ] Hoss Man commented on LUCENE-584: - It's been a while since i looked at this issue, but it's come up in discussion re

Re: New Jira Hudson plugin

2007-03-15 Thread Nigel Daley
Jira issue numbers should now be hyper-linked to Jira. Also, in the Hadoop-Nightly build I'm experimenting with a feature of the plugin that will update the Jira with a link back to the Hudson build in which it was integrated. For example https:// issues.apache.org/jira/browse/HADOOP-1115

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-03-15 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481290 ] Doron Cohen commented on LUCENE-710: > If for a given application the developer is concerned > about safety (los

[jira] Created: (LUCENE-833) Indexing of Subversion Repositories.

2007-03-15 Thread Matt Inger (JIRA)
Indexing of Subversion Repositories. Key: LUCENE-833 URL: https://issues.apache.org/jira/browse/LUCENE-833 Project: Lucene - Java Issue Type: New Feature Components: Index Reporter:

[jira] Resolved: (LUCENE-833) Indexing of Subversion Repositories.

2007-03-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-833. - Resolution: Invalid Matt: Lucene is a library/toolkit, not an application, so Lucene itse

[jira] Commented: (LUCENE-833) Indexing of Subversion Repositories.

2007-03-15 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481324 ] Paul Smith commented on LUCENE-833: --- You should try Fisheye! It uses Lucene internally. http://www.cenqua.com/fis

[jira] Commented: (LUCENE-829) StandardBenchmarker#makeDocument does not explicitly close opened files

2007-03-15 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481330 ] Karl Wettin commented on LUCENE-829: This is also true for ReutersDocMaker: StringBuffer bodyBuf = new Strin

[jira] Assigned: (LUCENE-829) StandardBenchmarker#makeDocument does not explicitly close opened files

2007-03-15 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen reassigned LUCENE-829: -- Assignee: Doron Cohen > StandardBenchmarker#makeDocument does not explicitly close opened files

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-03-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481346 ] Michael McCandless commented on LUCENE-710: --- > I added warnings about this in IndexDeletionPolicy methods.

RE: Is Lucene Java trunk still stable for production code?

2007-03-15 Thread Chris Hostetter
: Thanks for your insight, it matches my thoughts. The only reason I'm : wondering is because the latest change in the lucene_2_1 branch is 4 : weeks old. So either no bugs were found since then (yeah!) or the bugs : gets fixed in the trunk... The general policy that Doug has encouraged in teh

[jira] Resolved: (LUCENE-829) StandardBenchmarker#makeDocument does not explicitly close opened files

2007-03-15 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen resolved LUCENE-829. Resolution: Fixed Fix Version/s: 2.2 Lucene Fields: [Patch Available] (was: [New]) Comm

[jira] Updated: (LUCENE-829) StandardBenchmarker#makeDocument does not explicitly close opened files

2007-03-15 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-829: --- Attachment: LUCENE-829.patch Patch commited already, attaching it here for any future reference purpo

Resolving term vector even when not stored?

2007-03-15 Thread karl wettin
I propose a change of the current IndexReader.getTermFreqVector/s- code so that it /always/ return the vector space model of a document, even when set fields are set as Field.TermVector.NO. Is that crazy? Could be really slow, but except for that.. And if it is cached then that information i

Using FindBugs, JLint, or PMD?

2007-03-15 Thread Sung Kim
Dear developers, I'm a software researcher at MIT. We are developing an algorithm to reprioritize warnings from FindBugs, JLint, and PMD using the software change history. I was wondering if you (or your project) use any of bug finding tools including FindBugs, JLint, and PMD in the Lucene develo