On Tue, 12 Sep 2006, Yura Smolsky wrote: > should I be able to use value returned from TopFieldDocs.getMaxScore() > if this value is -infinite for constructor of TopFieldDocs() ? Why not ? That function returns a python float valued at negative infinity. I don't see why you couldn't reuse it. Andi..