[jira] Created: (LUCENE-894) Custom build.xml for binary distributions

2007-05-29 Thread Michael Busch (JIRA)
Custom build.xml for binary distributions - Key: LUCENE-894 URL: https://issues.apache.org/jira/browse/LUCENE-894 Project: Lucene - Java Issue Type: Bug Components: Build Affects Versions

[jira] Updated: (LUCENE-894) Custom build.xml for binary distributions

2007-05-29 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-894: - Attachment: lucene-894.patch This patch adds the new file "build-demo.xml" to the root directory.

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

2007-05-29 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499716 ] Michael Busch commented on LUCENE-885: -- Hoss, This looks good! On my system (Win XP) all contribs (except db, s

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

2007-05-29 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499740 ] Erik Hatcher commented on LUCENE-885: - PQP was a hack I made long ago to mainly show how QP could be possibly im

[jira] Resolved: (LUCENE-888) Improve indexing performance by increasing internal buffer sizes

2007-05-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-888. --- Resolution: Fixed Fix Version/s: 2.2 > Improve indexing performance by increas

[jira] Created: (LUCENE-895) Exclude PrecedenceQueryParser from build or disable failing test cases

2007-05-29 Thread Michael Busch (JIRA)
Exclude PrecedenceQueryParser from build or disable failing test cases -- Key: LUCENE-895 URL: https://issues.apache.org/jira/browse/LUCENE-895 Project: Lucene - Java Issue

[jira] Updated: (LUCENE-895) Exclude PrecedenceQueryParser from build or disable failing test cases

2007-05-29 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-895: - Attachment: lucene-895.patch This simple patch disables the three failing tests "testSimple", "t

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

2007-05-29 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-866: - Attachment: lucene-866.patch New version of the patch with the following changes: - Applies clea

[jira] Commented: (LUCENE-349) Documentation for tii and tis files seems to be out of sync with code

2007-05-29 Thread Jeff Rogers (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499876 ] Jeff Rogers commented on LUCENE-349: Looking at the code it appears that SkipDelta is only written to the tis fil

[jira] Commented: (LUCENE-894) Custom build.xml for binary distributions

2007-05-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499878 ] Hoss Man commented on LUCENE-894: - minor notes... 1) common-build.xml is a better name then "build-common.xml" like

[jira] Commented: (LUCENE-895) Exclude PrecedenceQueryParser from build or disable failing test cases

2007-05-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499883 ] Hoss Man commented on LUCENE-895: - Michael: the javadocs for PrecedenceQueryParser do mention it's experimental and

[jira] Commented: (LUCENE-349) Documentation for tii and tis files seems to be out of sync with code

2007-05-29 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499884 ] Michael Busch commented on LUCENE-349: -- Good catch, Jeff. That was an oversight. I will fix this when I commit

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

2007-05-29 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499921 ] Doug Cutting commented on LUCENE-698: - > Maybe Query.setBoost() should throw an IllegalArgumentException in case

Re: Tests, Contribs, and Releases

2007-05-29 Thread Chris Hostetter
: > ...the issue of what to do about contrib/db/bdbd's native library : > dependencies should definitely be discussed. : : 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. Andi: could you please

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

2007-05-29 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499931 ] Paul Elschot commented on LUCENE-866: - Patch applies cleanly here. All tests pass, except for org.apache.lucene.s

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

2007-05-29 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499935 ] Doron Cohen commented on LUCENE-866: On a clean checkout it applies cleanly and this test (and all others) pass.

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

2007-05-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499940 ] Michael McCandless commented on LUCENE-866: --- Hmm -- that NullPointerException I think is from the assert I

[jira] Commented: (LUCENE-894) Custom build.xml for binary distributions

2007-05-29 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_1255 ] Michael Busch commented on LUCENE-894: -- > minor notes... Thanks for reviewing! > 1) common-build.xml is a bett

[jira] Updated: (LUCENE-894) Custom build.xml for binary distributions

2007-05-29 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-894: - Attachment: lucene-894.patch New patch: - renamed build-demo.xml to demo-build.xml - demo-build.

[jira] Resolved: (LUCENE-895) Exclude PrecedenceQueryParser from build or disable failing test cases

2007-05-29 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-895. -- Resolution: Fixed I just committed this with comments about the disabled tests. Thanks, Hoss!

Re: Tests, Contribs, and Releases

2007-05-29 Thread Andi Vajda
On Tue, 29 May 2007, Chris Hostetter wrote: : > ...the issue of what to do about contrib/db/bdbd's native library : > dependencies should definitely be discussed. : : 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 (