[jira] Commented: (LUCENE-598) GData Server MileStone 1 Revision

2006-06-26 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-598?page=comments#action_12417834 ] Yonik Seeley commented on LUCENE-598: - I tried to apply 25.06.06.diff, but it doesn't apply cleanly. patching file gdata-server/src/java/org/apache/lucene/gdata/server/reg

[jira] Updated: (LUCENE-598) GData Server MileStone 1 Revision

2006-06-26 Thread Simon Willnauer (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-598?page=all ] Simon Willnauer updated LUCENE-598: --- Attachment: 26.06.06.diff I'd did some renaming due to some refactoring. That caused the problem. Thisone works. Thanks Yonik. > GData Server MileStone

[jira] Updated: (LUCENE-598) GData Server MileStone 1 Revision

2006-06-26 Thread Simon Willnauer (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-598?page=all ] Simon Willnauer updated LUCENE-598: --- Attachment: requiredLibs.tar.gz Three more required libs for reading configuration files. --> apache commons digester > GData Server MileStone 1 Revisio

[jira] Commented: (LUCENE-598) GData Server MileStone 1 Revision

2006-06-26 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-598?page=comments#action_12417865 ] Yonik Seeley commented on LUCENE-598: - OK, you caught me in time Simon :-) It all seems to work, and I just committed it. > GData Server MileStone 1 Revision > -

[jira] Resolved: (LUCENE-605) Make Explanation include information about match/non-match

2006-06-26 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-605?page=all ] Hoss Man resolved LUCENE-605: - Resolution: Fixed Changes have been commited. I modified the code slightly from the most recent patch, to include a new producted "getSummary()" method in Expl

[jira] Resolved: (LUCENE-451) BooleanQuery explain with boost==0

2006-06-26 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-451?page=all ] Hoss Man resolved LUCENE-451: - Resolution: Fixed With the code from LUCENE-605 all tests pass (and have been commited) > BooleanQuery explain with boost==0 > -

[jira] Commented: (LUCENE-598) GData Server MileStone 1 Revision

2006-06-26 Thread Simon Willnauer (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-598?page=comments#action_12417878 ] Simon Willnauer commented on LUCENE-598: Well ;) gotcha! but you took the wrong file. Take No.3 for good ;) good trip to Dublin!! > GData Server MileStone 1 Rev

[jira] Created: (LUCENE-616) CLONE -Merge error during add to index (IndexOutOfBoundsException)

2006-06-26 Thread Doug Cutting (JIRA)
CLONE -Merge error during add to index (IndexOutOfBoundsException) -- Key: LUCENE-616 URL: http://issues.apache.org/jira/browse/LUCENE-616 Project: Lucene - Java Type: Bug Components: Index Environ

ant jar currently builds lucene-core-2.0-rc1-dev.jar

2006-06-26 Thread Paul Elschot
Shouldn't that be 2.1 ? Regards, Paul Elschot - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=comments#action_12417896 ] paul.elschot commented on LUCENE-584: - As the title of this issue is as accurate as it gets, I'm attaching a series of patches and additions here that make Scorer a subc

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=all ] paul.elschot updated LUCENE-584: Attachment: HitCollector-20060626.patch javadocs of HitCollector.java to use 'matching' instead of 'non-zero score'. This is actuall

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=all ] paul.elschot updated LUCENE-584: Attachment: Searcher-20060626.patch javadocs of Searcher.java to use 'matching' instead of 'non-zero score', and to describe the Filter ef

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
Set > --- > > Key: LUCENE-584 > URL: http://issues.apache.org/jira/browse/LUCENE-584 > Project: Lucene - Java > Type: Improvement > Components: Search > Versions: 2.0.1 > Reporter: Peter Schäfer > Priority: Minor >

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
Set > --- > > Key: LUCENE-584 > URL: http://issues.apache.org/jira/browse/LUCENE-584 > Project: Lucene - Java > Type: Improvement > Components: Search > Versions: 2.0.1 > Reporter: Peter Schäfer > Priority: Minor >

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=all ] paul.elschot updated LUCENE-584: Attachment: Scorer-20060626.patch patch to Scorer.java to subclass Matcher. > Decouple Filter from BitSet > --- > >

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=all ] paul.elschot updated LUCENE-584: Attachment: Filter-20060626.patch patch to Filter to add getMatcher() and to deprecate getBits() in favour of getMatcher(). Includes commented test code to

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-584?page=all ] paul.elschot updated LUCENE-584: Attachment: IndexSearcher-20060626.patch Patch to IndexSearcher.java to prefer getMatcher() over getBits() on Filter. Also add method IndexSearcher.match(Query

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
Set > --- > > Key: LUCENE-584 > URL: http://issues.apache.org/jira/browse/LUCENE-584 > Project: Lucene - Java > Type: Improvement > Components: Search > Versions: 2.0.1 > Reporter: Peter Schäfer > Priority: Minor > Attachments: Bit

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
Schäfer > Priority: Minor > Attachments: BitsMatcher.java, Filter-20060626.patch, > HitCollector-20060626.patch, IndexSearcher-20060626.patch, > MatchCollector.java, Matcher.java, Scorer-20060626.patch, > Searcher-20060626.patch, SortedVIntList.java > > {code} > package or

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
Schäfer > Priority: Minor > Attachments: BitsMatcher.java, Filter-20060626.patch, > HitCollector-20060626.patch, IndexSearcher-20060626.patch, > MatchCollector.java, Matcher.java, Scorer-20060626.patch, > Searcher-20060626.patch, SortedVIntList.java, TestSortedVIntList.java

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2006-06-26 Thread paul.elschot (JIRA)
t; Reporter: Peter Schäfer > Priority: Minor > Attachments: BitsMatcher.java, Filter-20060626.patch, > HitCollector-20060626.patch, IndexSearcher-20060626.patch, > MatchCollector.java, Matcher.java, Scorer-20060626.patch, > Searcher-20060626.patch, SortedVIntList.java,