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