On 15/05/2008, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
>  You can get all matches via Hits if you want, it's just that Lucene will 
> need to do some re-querying under the hood.  Why don't you use the 
> search(....) method that takes HitCollector to get all docs - I thought 
> that's what you were trying to use in the first place.

I'm missing something elementary here. My query, done in luke[1]
produces 4 documents for the term "book". But, submitted via my code,
produces only 3. The one seems to be eliminated because the scores are
the same. However, it's a different document. How do I get lucene to
reflect this?

-- 
Cheers,
Hasan Diwan <[EMAIL PROTECTED]>
1. http://luke.getopt.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to