Hudson build is back to normal: Lucene-trunk #871

2009-06-26 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/871/changes - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

Re: Improving TimeLimitedCollector

2009-06-26 Thread Mark Harwood
Going back to my post re TimeLimitedIndexReaders - here's an incomplete but functional prototype: http://www.inperspective.com/lucene/TimeLimitedIndexReader.java http://www.inperspective.com/lucene/TestTimeLimitedIndexReader.java The principle is that all reader accesses check a volatile vari

[jira] Updated: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1461: -- Attachment: LUCENE-1461.patch Attached is a new patch, that has 2 DocIdSetIterator implementat

[jira] Commented: (LUCENE-1709) Parallelize Tests

2009-06-26 Thread Johan Kindgren (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724720#action_12724720 ] Johan Kindgren commented on LUCENE-1709: I did a quick maven setup just to see the

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724643#action_12724643 ] Michael McCandless commented on LUCENE-1630: Super, I'll commit the current pa

[jira] Resolved: (LUCENE-1625) openReaderPassed not populated in CheckIndex.Status.SegmentInfoStatus

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1625. Resolution: Fixed Thanks Tim! > openReaderPassed not populated in CheckIndex.Stat

[jira] Resolved: (LUCENE-1677) Remove GCJ IndexReader specializations

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1677. Resolution: Fixed > Remove GCJ IndexReader specializations > -

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724636#action_12724636 ] Shalin Shekhar Mangar commented on LUCENE-1630: --- bq. Can you try out the att

[jira] Resolved: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1705. Resolution: Fixed Fix Version/s: 2.9 Thanks Tim! > Add deleteAllDocuments(

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724628#action_12724628 ] Shai Erera commented on LUCENE-1630: bq. can you add that (to the last patch)? Sure.

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724625#action_12724625 ] Michael McCandless commented on LUCENE-1630: bq. Is there a test for BQ return

[jira] Resolved: (LUCENE-1716) Adding norms, properties indexing and writer.infoStream support to benchmark

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1716. Resolution: Fixed Thanks Shai! > Adding norms, properties indexing and writer.inf

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724619#action_12724619 ] Shai Erera commented on LUCENE-1630: Is there a test for BQ returning null scorer when

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724615#action_12724615 ] Uwe Schindler commented on LUCENE-1461: --- I wanted to inform, that the latest patch (

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724605#action_12724605 ] Michael McCandless commented on LUCENE-1461: bq. This is not only because of t

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724591#action_12724591 ] Michael McCandless commented on LUCENE-1630: bq. I'm completely embarassed by

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724587#action_12724587 ] Shai Erera commented on LUCENE-1630: Mike, thanks for taking care of that. I'm complet

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724580#action_12724580 ] Uwe Schindler commented on LUCENE-1461: --- {quote} >From your performance runs, lookin

[jira] Updated: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1461: -- Attachment: LUCENE-1461.patch Here an updated patch with the corner cases fixed (incl tests) f

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724573#action_12724573 ] Michael McCandless commented on LUCENE-1461: bq. This problem has also Numeric

[jira] Reopened: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1630: Sorry Shalin, and thanks for digging into this. bq. With trunk, the new BooleanQuery

[jira] Updated: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1630: --- Attachment: LUCENE-1630.patch > Mating Collector and Scorer on doc Id orderness > --

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724556#action_12724556 ] Shai Erera commented on LUCENE-1630: I'll check it, and add some unit tests, which are

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724485#action_12724485 ] Uwe Schindler commented on LUCENE-1461: --- bq. One corner case issue: if I eg make a n

[jira] Updated: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1461: -- Attachment: PerfTest.java Attached my performance test program for reference. > Cached filter

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724466#action_12724466 ] Uwe Schindler commented on LUCENE-1461: --- I did some performance tests and compared t

[jira] Commented: (LUCENE-1630) Mating Collector and Scorer on doc Id orderness

2009-06-26 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724460#action_12724460 ] Shalin Shekhar Mangar commented on LUCENE-1630: --- Something is still wrong, I

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724452#action_12724452 ] Michael McCandless commented on LUCENE-1461: OK, patch looks good Uwe! Having

[jira] Updated: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1461: -- Attachment: LUCENE-1461.patch Hey Mike, same time... :-) I did some recherche and also found

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2009-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724443#action_12724443 ] Michael McCandless commented on LUCENE-1461: bq. but a ConstantScoreQuery on

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

2009-06-26 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724441#action_12724441 ] Earwin Burrfoot commented on LUCENE-1342: - bq. Sun can't ignore a HotSpot compiler

Re: special Type of indexing

2009-06-26 Thread Michael McCandless
Hi, Could you re-ask your two questions on java-user, instead? This mailing list is for discussions about changing Lucene's source code. Mike On Fri, Jun 26, 2009 at 4:29 AM, B0DYLANG wrote: > > dears, > my problem is that i want to apply a wieght for each word i add to the > lucene document, s

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

2009-06-26 Thread Michael McCandless
Looks like an svn hiccup: download-tag: [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/tags/lucene_2_4_back_compat_tests_20090623a [exec] svn: PROPFIND request failed on '/repos/asf/lucene/java/tags/lucene_2_4_back_compat_tests_20090623a/src' [exec]

customizing lucene formula

2009-06-26 Thread B0DYLANG
Dears, i want to add some arguments to the lucene formula or override it, is there a mean of doing so ? thanks for your response. -- View this message in context: http://www.nabble.com/customizing-lucene-formula-tp24216772p24216772.html Sent from the Lucene - Java Developer mailing list archiv

special Type of indexing

2009-06-26 Thread B0DYLANG
dears, my problem is that i want to apply a wieght for each word i add to the lucene document, so that when i want to index a sentence like this "Hello how you doing" i want to add Hello with a boost equals to 0.75 and how with boost 0.50 and doing with boost 0.3 is there is a mean of doing that ?

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

2009-06-26 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724422#action_12724422 ] Michael Böckling commented on LUCENE-1342: -- We've just run into this bug with Luc