[jira] Updated: (LUCENE-1424) Change all mutli term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1424: --- Attachment: LUCENE-1424.patch OK I made some changes to the patch -- I think we are

[jira] Updated: (LUCENE-1443) Performance improvement in OpenBitSetDISI.inPlaceAnd()

2008-11-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1443: - Attachment: LUCENE-1443.patch For those interested in OpenBitSet and DocIdSetIterator: just have

[jira] Created: (LUCENE-1443) Performance improvement in OpenBitSetDISI.inPlaceAnd()

2008-11-09 Thread Paul Elschot (JIRA)
Performance improvement in OpenBitSetDISI.inPlaceAnd() -- Key: LUCENE-1443 URL: https://issues.apache.org/jira/browse/LUCENE-1443 Project: Lucene - Java Issue Type: Improvement Co

[jira] Updated: (LUCENE-1443) Performance improvement in OpenBitSetDISI.inPlaceAnd()

2008-11-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1443: - Attachment: LUCENE-1443.patch Once more with licence grant. > Performance improvement in OpenBi

[jira] Updated: (LUCENE-1443) Performance improvement in OpenBitSetDISI.inPlaceAnd()

2008-11-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1443: - Attachment: (was: LUCENE-1443.patch) > Performance improvement in OpenBitSetDISI.inPlaceAnd(

[jira] Updated: (LUCENE-1443) Performance improvement in OpenBitSetDISI.inPlaceAnd()

2008-11-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1443: - Lucene Fields: [New, Patch Available] (was: [New]) > Performance improvement in OpenBitSetDISI.

[jira] Updated: (LUCENE-1421) Ability to group search results by field

2008-11-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1421: Priority: Minor (was: Major) > Ability to group search results by field > ---

[jira] Created: (LUCENE-1444) Broken javadocs->site docs links

2008-11-09 Thread Steven Rowe (JIRA)
Broken javadocs->site docs links Key: LUCENE-1444 URL: https://issues.apache.org/jira/browse/LUCENE-1444 Project: Lucene - Java Issue Type: Bug Components: Javadocs Affects Versions: 2.4

[jira] Updated: (LUCENE-1444) Broken javadocs->site docs links

2008-11-09 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1444: Attachment: LUCENE-1444.patch > Broken javadocs->site docs links > ---

Code Formatting

2008-11-09 Thread Mark Miller
I'd like to clean up a lot of inconsistent code formatting I've seen. Being consistent across the project would be cool, and its easy to do with the intelij/eclipse formatting settings out there. Looks like not so easy to get done though, as you can see from this solr discussion: http://www.na

[jira] Updated: (LUCENE-1424) Change all mutli term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1424: Attachment: LUCENE-1424.patch +1 on all of your changes. Still had an issue with your patch with

[jira] Updated: (LUCENE-1424) Change all mutli term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1424: --- Attachment: LUCENE-1424.patch Excellent! OK I made a few more changes, new patch a

"ant test" no longer sees lib/junit-3.8.2.jar?

2008-11-09 Thread Michael McCandless
Is anyone else seeing this? If I run "ant test" it fails saying it can't find the junit jar. If I manually add to CLASSPATH, or run "ant -lib XXX", it works. Maybe LUCENE-1440 (ability to run core tests from an SVN tag -- very cool) cause this? Mike

[jira] Updated: (LUCENE-1424) Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-09 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1424: - Summary: Change all multi-term querys so that they extend MultiTermQuery and allow for a

Re: Code Formatting

2008-11-09 Thread Michael McCandless
I too am bugged by inconsistent formatting and must hold back the temptation to fix it. And I agree a patch for a real change should not mix-in formatting changes. I do worry that wholesale formatting changes will obsolete pending patches (though really we should try to keep "pending pa

Re: "ant test" no longer sees lib/junit-3.8.2.jar?

2008-11-09 Thread Michael McCandless
Mark Miller wrote: Michael McCandless wrote: Is anyone else seeing this? If I run "ant test" it fails saying it can't find the junit jar. If I manually add to CLASSPATH, or run "ant -lib XXX", it works. Maybe LUCENE-1440 (ability to run core tests from an SVN tag -- very cool) cause t

[jira] Created: (LUCENE-1445) include junit JAR in source dist

2008-11-09 Thread Michael McCandless (JIRA)
include junit JAR in source dist Key: LUCENE-1445 URL: https://issues.apache.org/jira/browse/LUCENE-1445 Project: Lucene - Java Issue Type: Bug Components: Build Affects Versions: 2.4

[jira] Created: (LUCENE-1446) Run 'test-tag' in nightly build

2008-11-09 Thread Michael Busch (JIRA)
Run 'test-tag' in nightly build --- Key: LUCENE-1446 URL: https://issues.apache.org/jira/browse/LUCENE-1446 Project: Lucene - Java Issue Type: Improvement Reporter: Michael Busch Assignee:

Re: "ant test" no longer sees lib/junit-3.8.2.jar?

2008-11-09 Thread Mark Miller
Michael McCandless wrote: Is anyone else seeing this? If I run "ant test" it fails saying it can't find the junit jar. If I manually add to CLASSPATH, or run "ant -lib XXX", it works. Maybe LUCENE-1440 (ability to run core tests from an SVN tag -- very cool) cause this? Mike ---

[jira] Resolved: (LUCENE-1358) Deadlock for some Query objects in the equals method (f.ex. PhraseQuery) in a concurrent environment

2008-11-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1358. - Resolution: Fixed Fix Version/s: 2.4 Lucene Fields: [New, Patch Available] (was: [Pat

[jira] Created: (LUCENE-1447) Improve payload error handling/reporting

2008-11-09 Thread Mark Miller (JIRA)
Improve payload error handling/reporting Key: LUCENE-1447 URL: https://issues.apache.org/jira/browse/LUCENE-1447 Project: Lucene - Java Issue Type: Improvement Reporter: Mark Miller

Re: "ant test" no longer sees lib/junit-3.8.2.jar?

2008-11-09 Thread Michael Busch
strange... when I run this on a fresh svn checkout all tests finish successfully: ant -nouserlib -noclasspath clean test I'm using MacOS and I also tested windows before I committed LUCENE-1440. What OS are you running on and what's your ant version? (mine is 1.7.0) -Michael Michael McCand

[jira] Commented: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-11-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646152#action_12646152 ] Mark Miller commented on LUCENE-1316: - The new ReadOnly IndexReader option resolves th

[jira] Updated: (LUCENE-1424) Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1424: Attachment: LUCENE-1424.patch looks great! Sorry to do this, but I had to touch up the javadoc on

[jira] Issue Comment Edited: (LUCENE-1424) Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646161#action_12646161 ] [EMAIL PROTECTED] edited comment on LUCENE-1424 at 11/9/08 7:43 PM:

[jira] Commented: (LUCENE-1403) StandardTokenizer - Improper Hostname Recognition

2008-11-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646163#action_12646163 ] Mark Miller commented on LUCENE-1403: - It simple enough to add '-' to the HOSTS regex,

[jira] Commented: (LUCENE-1409) read past EOF

2008-11-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646151#action_12646151 ] Mark Miller commented on LUCENE-1409: - I think this is ready to be closed soon. Looks

Re: "ant test" no longer sees lib/junit-3.8.2.jar?

2008-11-09 Thread Michael McCandless
Woops! Ant was 1.6.5 on that box. When I upgraded to 1.7.0 it works. Sorry for the noise, Mike Michael Busch wrote: strange... when I run this on a fresh svn checkout all tests finish successfully: ant -nouserlib -noclasspath clean test I'm using MacOS and I also tested windows before I

[jira] Commented: (LUCENE-1422) New TokenStream API

2008-11-09 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646146#action_12646146 ] Michael Busch commented on LUCENE-1422: --- {quote} * In DocInverterPerField you ch

[jira] Updated: (LUCENE-1446) Run 'test-tag' in nightly build

2008-11-09 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1446: -- Attachment: lucene-1446.patch > Run 'test-tag' in nightly build >

[jira] Commented: (LUCENE-1286) LargeDocHighlighter - another span highlighter optimized for large documents

2008-11-09 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646177#action_12646177 ] Koji Sekiguchi commented on LUCENE-1286: bq. First rough patch to follow shortly.