Re: [jira] Updated: (LUCENE-721) Code coverage reports

2006-11-26 Thread Chris Hostetter
: Here it is, Grant. This new patch uses Clover to generate code coverage : reports. Simply add clover.jar to the ant classpath, do a "clean" and : run the target "test". During compiling Clover will automatically : instrument all classes under src/java. haven't had a chance to look at the patch,

How to set query time scoring

2006-11-26 Thread Sajid Khan
I have already set some score at the index time. And now i want to set some score at the query time. But i am not getting any idea of how to set the score at query time in lucene. Has anybody an idea how to do this? Regards Sajid -- View this message in context: http://www.nabble.com/

[jira] Closed: (LUCENE-726) Remove usage of deprecated method Document.fields()

2006-11-26 Thread Michael Busch (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-726?page=all ] Michael Busch closed LUCENE-726. Fix Version/s: 2.1 Resolution: Fixed Thanks Otis for committing this! > Remove usage of deprecated method Document.fields() > --

[jira] Commented: (LUCENE-707) Lucene Java Site docs

2006-11-26 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-707?page=comments#action_12453461 ] Grant Ingersoll commented on LUCENE-707: OK, this has been committed and people.apache.org has been updated (but give it 30-60 minutes to update). I will

[jira] Assigned: (LUCENE-721) Code coverage reports

2006-11-26 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-721?page=all ] Grant Ingersoll reassigned LUCENE-721: -- Assignee: Grant Ingersoll (was: Michael Busch) > Code coverage reports > - > > Key: LUCENE-721 >

Re: Duplicate MoreLikeThis.java

2006-11-26 Thread Otis Gospodnetic
I'll remove stuff in contrib/similarity later this week, to give people time to object, should they feel like it. It was Thanksgiving in the U.S., so a lot of people are out chasing turkeys and not staring at the black box. Otis - Original Message From: markharw00d <[EMAIL PROTECTED]>

[jira] Created: (LUCENE-728) Remove or deprecate contrib/similarity

2006-11-26 Thread Otis Gospodnetic (JIRA)
Remove or deprecate contrib/similarity -- Key: LUCENE-728 URL: http://issues.apache.org/jira/browse/LUCENE-728 Project: Lucene - Java Issue Type: Task Components: Search Reporter: Oti

Re: Controlling Hits

2006-11-26 Thread Otis Gospodnetic
Heh, brave! :) I haven't used TopDocs enough to feel this strong against Hits yet. But while we are at it, what I think I really want is what Marvin does in KinoSearch: my $hits = $searcher->search( query => $query ); $hits->seek( $offset, $num_wanted ); This suits my experience and typi

[jira] Created: (LUCENE-727) MMapDirectory can't create new index on Windows

2006-11-26 Thread benson margulies (JIRA)
MMapDirectory can't create new index on Windows --- Key: LUCENE-727 URL: http://issues.apache.org/jira/browse/LUCENE-727 Project: Lucene - Java Issue Type: Bug Components: Index Affec

Re: Storing GData Feeds -- need your help!

2006-11-26 Thread karl wettin
22 nov 2006 kl. 15.17 skrev Simon Willnauer: Is it that what you pointing to?! Indeed. I must have missunderstood your question. There is still the problem with saving the data. Any further ideas?! Could you plain old use the file system?

[jira] Commented: (LUCENE-669) finalize()-methods of FSDirectory.FSIndexInput and FSDirectory.FSIndexOutput try to close already closed file

2006-11-26 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-669?page=comments#action_12453434 ] Michael McCandless commented on LUCENE-669: --- Hmmm. Michael, how does the exception in this unit test tie into this issue? Ie, I thought this issue was

Re: Storing GData Feeds -- need your help!

2006-11-26 Thread Simon Willnauer
On 11/25/06, Vic Bancroft <[EMAIL PROTECTED]> wrote: Simon Willnauer wrote: > I'm actually looking for alternatives and suggestions about this > topic, I know you guys have your own schedule but I would really > appreciate some help with that. Perhaps the derby would be appropriate, I was loo

Re: Controlling Hits

2006-11-26 Thread Nadav Har'El
On Fri, Nov 24, 2006, Otis Gospodnetic wrote about "Controlling Hits": > Hi, > > Could we make Hits non-final, or at least expose something in Hits to control > the number of Documents it reads from disk? >... > Or maybe the answer is: Use the search method that returns TopDocs if you > want mor