Hi, I'm using lucene to compute the score of some documents.
For several reasons I need also to know the documents that don't match the
input
query. For example with score 0.
I don't know the engine of lucene and I was wondering how difficult this
change would be.
Thanks.
--
Paolo Valleri
Thank for answer.
For take docid of all document in the index I need to write a class
that implement indexReader or there is an other method ?
paolo
2008/6/25 Toke Eskildsen <[EMAIL PROTECTED]>:
> On Wed, 2008-06-25 at 09:29 +0200, Paolo Valleri wrote:
> > For several reasons