: 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,
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/
[ 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()
> --
[
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
[ 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
>
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]>
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
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
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
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?
[
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
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
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
13 matches
Mail list logo