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

2008-12-21 Thread Michael McCandless
The new time-based test case I added for LUCENE-1495 failed; I'll fix it. Mike Apache Hudson Server wrote: See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/682/changes Changes: [mikemccand] LUCENE-1444: fix broken site links in javadocs [mikemccand] LUCENE-1495: allow TaskSequ

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch Escaped back to the computer. Here is the latest. I went down a few

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: (was: LUCENE-1483.patch) > Change IndexSearcher to use MultiSearcher semantics for

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: Lucene-1389.patch Again with the two $id issues fixed. > Change IndexSearcher to use

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: (was: Lucene-1389.patch) > Change IndexSearcher to use MultiSearcher semantics for

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch > Change IndexSearcher to use MultiSearcher semantics for multiple s

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: (was: LUCENE-1483.patch) > Change IndexSearcher to use MultiSearcher semantics for

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch > Change IndexSearcher to use MultiSearcher semantics for multiple s

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658419#action_12658419 ] Mark Miller commented on LUCENE-1483: - Was just thinking about the window convert (whi

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

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

[jira] Updated: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-21 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1491: - Lucene Fields: [New, Patch Available] (was: [New]) Fix Version/s: 2.9 Assig

IndexFileNameFilter

2008-12-21 Thread Shai Erera
Hi Is IndexFileNameFilter supposed to be a singleton (looks like it)? If so, shouldn't its constructor be private? Also, since it has a static getFilter() method, its singleton should also be private. I checked and there are no references to either the singleton or the constructor outside this cla

[jira] Created: (LUCENE-1498) Occasional exception thrown by QueryParser

2008-12-21 Thread Rudi Quark (JIRA)
Occasional exception thrown by QueryParser -- Key: LUCENE-1498 URL: https://issues.apache.org/jira/browse/LUCENE-1498 Project: Lucene - Java Issue Type: Bug Components: QueryParser Affect