[jira] Commented: (LUCENE-901) DefaultSimilarity.queryNorm() should never return Infinity

2007-05-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500576 ] Hoss Man commented on LUCENE-901: - I'm not sure if i agree with this concept. Do we really want the curve of values

[jira] Commented: (LUCENE-898) contrib/javascript is not packaged into releases

2007-05-31 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500575 ] Otis Gospodnetic commented on LUCENE-898: - I think the files have not changed in a while because they work.

[jira] Commented: (LUCENE-898) contrib/javascript is not packaged into releases

2007-05-31 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500569 ] Michael Busch commented on LUCENE-898: -- > My vote is to remove the javascript contrib area entirely. +1. It al

[jira] Created: (LUCENE-901) DefaultSimilarity.queryNorm() should never return Infinity

2007-05-31 Thread Michael Busch (JIRA)
DefaultSimilarity.queryNorm() should never return Infinity -- Key: LUCENE-901 URL: https://issues.apache.org/jira/browse/LUCENE-901 Project: Lucene - Java Issue Type: Bug Comp

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-31 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500552 ] Michael Busch commented on LUCENE-698: -- > So perhaps we can remove the NaN by modifying the default implementati

[jira] Commented: (LUCENE-887) Interruptible segment merges

2007-05-31 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500550 ] Michael Busch commented on LUCENE-887: -- > This looks great to me! Thanks for reviewing! > So, if a shutdown re

RE: addIndexes()

2007-05-31 Thread Andi Vajda
On Thu, 31 May 2007, Steven Parkes wrote: Hmmm ... something's not meshing for me here. If I understood what you've said, you have a DbD index to which you are addIndexes'ing a memory index? I must have missed something, because addIndexes pre- and post-optimizes the target (Dbd) index, not th

[jira] Created: (LUCENE-900) Enable Java asserts in the Junit tests

2007-05-31 Thread Doron Cohen (JIRA)
Enable Java asserts in the Junit tests -- Key: LUCENE-900 URL: https://issues.apache.org/jira/browse/LUCENE-900 Project: Lucene - Java Issue Type: Test Components: Build Reporter: Dor

Re: enabling java assertions in the tests

2007-05-31 Thread Doron Cohen
Paul Elschot <[EMAIL PROTECTED]> wrote on 31/05/2007 16:21:09: > > Adding: > > > > > > > > > > to the task would enable assertions during tests > > regardless of ANT_OPTS variable (and hopefully on all OSs). > My common-build.xml has this added in the junit task: > >

Re: enabling java assertions in the tests

2007-05-31 Thread Doron Cohen
DM Smith wrote on 31/05/2007 15:59:05: > I think that having assertions is of no value if they are never > turned on :) > > I suggest going carefully in adding assertions. There are a lot of > places where assertions are inappropriate (e.g. checking parameters > on a public method). > > I think Su

Re: enabling java assertions in the tests

2007-05-31 Thread Paul Elschot
On Friday 01 June 2007 00:30, Doron Cohen wrote: > > While testing LUCENE-866 I realized that Java assertions > are disabled when *I* run 'ant test'. > Others did have the assertion executed and causing that > NPE. So I am not sure if this is general problem or only > a Windows one. Indeed, see b

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500521 ] Steven Parkes commented on LUCENE-763: -- Can we also update the javadocs to reflect the different semantics betwe

Re: enabling java assertions in the tests

2007-05-31 Thread DM Smith
I think that having assertions is of no value if they are never turned on :) I suggest going carefully in adding assertions. There are a lot of places where assertions are inappropriate (e.g. checking parameters on a public method). I think Sun's document gives good guidelines: http://ja

Re: enabling java assertions in the tests

2007-05-31 Thread Michael McCandless
"Doron Cohen" <[EMAIL PROTECTED]> wrote: > > While testing LUCENE-866 I realized that Java assertions > are disabled when *I* run 'ant test'. I noticed this too; in my patch on LUCENE-843 I've turned on assertions for all unit tests (I'm using alot of asserts in that patch) as well. > Others did

enabling java assertions in the tests

2007-05-31 Thread Doron Cohen
While testing LUCENE-866 I realized that Java assertions are disabled when *I* run 'ant test'. Others did have the assertion executed and causing that NPE. So I am not sure if this is general problem or only a Windows one. Compile wise we are ok, having "-source 1.4". At runtime, assertions can

RE: addIndexes()

2007-05-31 Thread Steven Parkes
Hmmm ... something's not meshing for me here. If I understood what you've said, you have a DbD index to which you are addIndexes'ing a memory index? I must have missed something, because addIndexes pre- and post-optimizes the target (Dbd) index, not the operand (mem) index. -Original Message-

[jira] Resolved: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-05-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-885. - Resolution: Fixed Committed revision 543257. Compilation and test of the entire tree should work fine no

[jira] Commented: (LUCENE-897) Change how Core and Contrib javadocs are hosted

2007-05-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500477 ] Grant Ingersoll commented on LUCENE-897: See http://www.gossamer-threads.com/lists/lucene/java-dev/49348 for

Re: Documentation Brainstorming

2007-05-31 Thread Grant Ingersoll
I like the suggestion of having two views: a unified view and then also a separate view. Slightly more work to setup, but should satisfy both camps. On May 31, 2007, at 1:16 PM, Doug Cutting wrote: I like the single javadoc build. The linking is nice, e.g., all Analyzer implementations

[jira] Created: (LUCENE-899) several gdata build targets don't work from contrib/gdata

2007-05-31 Thread Hoss Man (JIRA)
several gdata build targets don't work from contrib/gdata - Key: LUCENE-899 URL: https://issues.apache.org/jira/browse/LUCENE-899 Project: Lucene - Java Issue Type: Bug Repo

[jira] Commented: (LUCENE-887) Interruptible segment merges

2007-05-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500457 ] Michael McCandless commented on LUCENE-887: --- This looks great to me! I think we should keep it out of cor

[jira] Closed: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Naber closed LUCENE-763. --- Resolution: Fixed Fix Version/s: 2.2 Thanks, patch applied. > LuceneDictionary skips first w

[jira] Commented: (LUCENE-898) contrib/javascript is not packaged into releases

2007-05-31 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500453 ] Erik Hatcher commented on LUCENE-898: - My vote is to remove the javascript contrib area entirely. It doesn't rea

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500437 ] Yonik Seeley commented on LUCENE-698: - > the default implementation of queryNorm to return 1.0 instead of Infinit

[jira] Created: (LUCENE-898) contrib/javascript is not packaged into releases

2007-05-31 Thread Hoss Man (JIRA)
contrib/javascript is not packaged into releases Key: LUCENE-898 URL: https://issues.apache.org/jira/browse/LUCENE-898 Project: Lucene - Java Issue Type: Bug Components: Build

[jira] Reopened: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-05-31 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened LUCENE-885: - Officially reopening this bug as i have discovered that it causes the build to fail on java 1.4 the problem

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-31 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500427 ] Doug Cutting commented on LUCENE-698: - > If boost is zero, then > sumOfSquaredWeights() returns zero as well, res

Re: Documentation Brainstorming

2007-05-31 Thread Doug Cutting
Grant Ingersoll wrote: I'd rather see each jar get its own javadoc, or at the very least, indicate which jar each class is defined in for the ones that aren't part of the core. Yeah, I don't like that all the contribs are built in together. What do others think? I would vote for separating

Re: addIndexes()

2007-05-31 Thread Andi Vajda
On Thu, 31 May 2007, Doug Cutting wrote: Steven Parkes wrote: Is there any particular reason that the version that takes a Directory[] optimizes first? There was, but unfortunately I can't recall it now. Index merging has changed substantially since then, so, whatever it was, it may no lon

Re: addIndexes()

2007-05-31 Thread Doug Cutting
Steven Parkes wrote: Is there any particular reason that the version that takes a Directory[] optimizes first? There was, but unfortunately I can't recall it now. Index merging has changed substantially since then, so, whatever it was, it may no longer apply. If no one can think of a good r

[jira] Created: (LUCENE-897) Change how Core and Contrib javadocs are hosted

2007-05-31 Thread Grant Ingersoll (JIRA)
Change how Core and Contrib javadocs are hosted --- Key: LUCENE-897 URL: https://issues.apache.org/jira/browse/LUCENE-897 Project: Lucene - Java Issue Type: Improvement Components: Websit

Re: svn commit: r543076 - in /lucene/java/trunk: ./ src/java/org/apache/lucene/index/ src/site/src/documentation/content/xdocs/ src/test/org/apache/lucene/index/

2007-05-31 Thread Erik Hatcher
On May 31, 2007, at 3:48 AM, [EMAIL PROTECTED] wrote: + 7. LUCENE-866: Adds multi-level skip lists to the posting lists. This speeds +up most queries that use skipTo(), especially on big indexes with large posting +lists. For average AND queries the speedup is about 20%, for queries

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-05-31 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-05-31 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

Re: [jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Christian Mallwitz
I knew the boolean flag which was in the class in the first place was used for something ... :-) Anyway, I have uploaded updated class and unit test files. Thanks Christian This e-mail has been scanned for all viruses by

[jira] Updated: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Christian Mallwitz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Mallwitz updated LUCENE-763: -- Attachment: LuceneDictionary.java Fixed class LuceneDictionary > LuceneDictionary skip

[jira] Updated: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Christian Mallwitz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Mallwitz updated LUCENE-763: -- Attachment: TestLuceneDictionary.java New extended unit test case for class LuceneDicti

[jira] Updated: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Christian Mallwitz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Mallwitz updated LUCENE-763: -- Attachment: (was: TestLuceneDictionary.java) > LuceneDictionary skips first word in

[jira] Updated: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Christian Mallwitz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Mallwitz updated LUCENE-763: -- Attachment: (was: LuceneDictionary.java) > LuceneDictionary skips first word in enu

[jira] Resolved: (LUCENE-866) Multi-level skipping on posting lists

2007-05-31 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-866. -- Resolution: Fixed Committed. > Multi-level skipping on posting lists > ---

[jira] Updated: (LUCENE-887) Interruptible segment merges

2007-05-31 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-887: - Attachment: ExtendedIndexWriter.java Here is the code I originally wrote to add a shutdown functi

Re: Documentation Brainstorming

2007-05-31 Thread Doron Cohen
Paul Elschot <[EMAIL PROTECTED]> wrote on 30/05/2007 23:57:47: > On Thursday 31 May 2007 05:52, Erik Hatcher wrote: > > > > On May 30, 2007, at 9:33 PM, Grant Ingersoll wrote: > > >> I'd rather see each jar get its own javadoc, > > >> or at the very least, indicate which jar each > > >> class is d