On 10/10/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> Have a look at the contrib/memory package delivered with Lucene.  It
> contains a MemoryIndex which is designed exactly for this scenario.

That's a fast way to see if a single doc matches a query, but it won't
give you the same score as if you queried the complete corpus (idf
factors, etc).

-Yonik

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

Reply via email to