Build failed in Hudson: Lucene-trunk #424

2008-04-02 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/424/changes -- [...truncated 13676 lines...] [junit] Testsuite: org.apache.lucene.queryParser.TestMultiAnalyzer [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.471 sec [juni

[jira] Updated: (LUCENE-1256) Changes.html formatting improvements

2008-04-02 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1256: Attachment: LUCENE-1256.patch One last feature: added "Expand All" and "Collapse All" buttons at t

Re: Access to the TermEnum collection outside OAL package

2008-04-02 Thread Chris Hostetter
: I did like this: : - for each term to find, build a FuzzyQuery object like this: :fq = new FuzzyQuery(new Term("contents", queryString), minSimilarity) : - as the FuzzyQuery.getEnum() method is protected - and my program is : in another package, I added a getEnumWrapper() met

[jira] Updated: (LUCENE-1256) Changes.html formatting improvements

2008-04-02 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1256: Attachment: LUCENE-1256.patch One last bugfix: item #3.1 under 2.3.0's "New features" section is i

[jira] Commented: (LUCENE-1256) Changes.html formatting improvements

2008-04-02 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584662#action_12584662 ] Doron Cohen commented on LUCENE-1256: - I didn't try it but from the description it sou

[jira] Commented: (LUCENE-1157) Formatable changes log (CHANGES.txt is easy to edit but not so friendly to read by Lucene users)

2008-04-02 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584659#action_12584659 ] Doron Cohen commented on LUCENE-1157: - I'll do it over the weekend. > Formatable chan

[jira] Commented: (LUCENE-1157) Formatable changes log (CHANGES.txt is easy to edit but not so friendly to read by Lucene users)

2008-04-02 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584618#action_12584618 ] Steven Rowe commented on LUCENE-1157: - Hi Doron, I've created a new issue for some im

[jira] Updated: (LUCENE-1256) Changes.html formatting improvements

2008-04-02 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1256: Attachment: LUCENE-1256.patch Since the Lucene Bugzilla bugs mentioned in CHANGES.txt are no longe

[jira] Updated: (LUCENE-1257) Port to Java5

2008-04-02 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédric Champeau updated LUCENE-1257: Attachment: java5.patch Patch against the trunk > Port to Java5 > - > >

[jira] Created: (LUCENE-1257) Port to Java5

2008-04-02 Thread JIRA
Port to Java5 - Key: LUCENE-1257 URL: https://issues.apache.org/jira/browse/LUCENE-1257 Project: Lucene - Java Issue Type: Improvement Components: Analysis, Examples, Index, Other, Query/Scoring, QueryParser, Search, S