: Score/Relavence is not Important. I need the Yes/No logic with the what
: caused the Match Info. Could you mayby explain the intersect/union the
: bitsets and the interogating to know
: what matched?
let's say hypothetically the logical "query" you want is "(A OR B) AND (C
OR D)" where A, B, C
On 19/05/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
i assume when you say this...
: 1. I need to temporarilly index sets of documents on the Fly say 100 at
a
: Time.
you mean that you'll have lots of temporary indexes of a few hundrad
documents and then you'll do a bunch of queries and th
i assume when you say this...
: 1. I need to temporarilly index sets of documents on the Fly say 100 at a
: Time.
you mean that you'll have lots of temporary indexes of a few hundrad
documents and then you'll do a bunch of queries and throw the index away.
Even if i'm wrong most of the rest of m