[jira] Updated: (LUCENE-886) spellchecker cleanup

2007-05-19 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Naber updated LUCENE-886: Attachment: spellchecker-cleanup.diff cleanup patch > spellchecker cleanup >

[jira] Created: (LUCENE-886) spellchecker cleanup

2007-05-19 Thread Daniel Naber (JIRA)
spellchecker cleanup Key: LUCENE-886 URL: https://issues.apache.org/jira/browse/LUCENE-886 Project: Lucene - Java Issue Type: Improvement Affects Versions: 2.1 Reporter: Daniel Naber Attachments:

Re: Tests, Contribs, and Releases

2007-05-19 Thread Andi Vajda
On Sat, 19 May 2007, Sean Timm wrote: Andi Vajda wrote on 5/18/2007, 9:50 PM: > As the maintainer of the contrib/db tree, I should point out that indeed, > the bdb part depends on a C release of Sleepycat's (now Oracle) > Berkeley DB. Would it make sense to migrate to the BDB Java Edition? h

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

2007-05-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497173 ] Hoss Man commented on LUCENE-885: - Paul: i can't reproduce the problem you describe.. > Also, in contrib/surround

Re: Tests, Contribs, and Releases

2007-05-19 Thread Chris Hostetter
: Would it make sense to migrate to the BDB Java Edition? : : http://www.oracle.com/database/berkeley-db/je/index.html unless i'm missing something, both versions are currently supported (contrib/db/bdb and contrib/db/bdb-je) -Hoss -

Re: Tests, Contribs, and Releases

2007-05-19 Thread Sean Timm
Andi Vajda wrote on 5/18/2007, 9:50 PM: > As the maintainer of the contrib/db tree, I should point out that indeed, > the bdb part depends on a C release of Sleepycat's (now Oracle) > Berkeley DB. Would it make sense to migrate to the BDB Java Edition? http://www.oracle.com/database/berkeley-

[jira] Updated: (LUCENE-403) Alternate Lucene Query Highlighter

2007-05-19 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Naber updated LUCENE-403: Assignee: (was: Lucene Developers) Summary: Alternate Lucene Query Highlighter (was: Alter

[jira] Closed: (LUCENE-883) make spell checker test case work again

2007-05-19 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Naber closed LUCENE-883. --- Resolution: Fixed Fix Version/s: 2.2 Lucene Fields: [New, Patch Available] (was: [Patch Av

[jira] Closed: (LUCENE-882) Spellchecker doesn't need to store ngrams

2007-05-19 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Naber closed LUCENE-882. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) patch a

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

2007-05-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497132 ] Paul Elschot commented on LUCENE-885: - The patch applies cleanly on my trunk working copy (using patch -p0 < *88

Re: Tests, Contribs, and Releases

2007-05-19 Thread Paul Elschot
On Friday 18 May 2007 18:52, Doug Cutting wrote: ... > > Paul Elschot wrote: > > When a contrib fails and is not fixed, that might be a good reason to > > remove it from the distribution. With such a policy the present contribs would > > also stay up to date, provided their tests are good enough.

Re: Tests, Contribs, and Releases

2007-05-19 Thread Chris Hostetter
: : According to the Berkeley DB Java/C interface sources, this call look like: :- on Unix : System.loadLibrary("libdb_java-" + VERSION_MAJOR + "." + VERSION_MINOR) :- on Windows : System.loadLibrary("libdb_java" + VERSION_MAJOR + VERSION_MINOR) really? ... can you give a link to